Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » full path for 'runtimeProject' property in the workflow file
full path for 'runtimeProject' property in the workflow file [message #629737] Wed, 29 September 2010 08:32
Cong Kinh NGUYEN is currently offline Cong Kinh NGUYEN
Messages: 47
Registered: February 2010
Member
Hi everybody,

Have you ever used the example-maven in the blog http://kthoms.wordpress.com/2009/07/20/building-tmf-xtext-pr ojects-with-maven/ ?

In this example, I cannot give the full path to the GenerateMyDsl.mwe for the property as the following:

<property name="runtimeProject" value="../${projectName}"/>

to (for example):

<property name="runtimeProject" value="/home/kinh/test/${projectName}"/>

Because in our situation, we want to use Maven with xtext and many other modules with many levels of directory. So to compile the code on top of the all modules, it must provide the full path (for example ${basedir}). Unfortunately, when I tried to do so, it didn't work. Could you know ho to solve it?

Thanks in advance,
Kinh
Previous Topic:NPE from content assist
Next Topic:Xtext 1.0 compatible with Xtext 1.0.1?
Goto Forum:
  


Current Time: Wed May 22 01:58:14 EDT 2013

Powered by FUDForum. Page generated in 0.01707 seconds