Skip to main content


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 12:32
Cong Kinh NGUYEN is currently offline Cong Kinh NGUYENFriend
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: Thu Apr 25 12:43:18 GMT 2024

Powered by FUDForum. Page generated in 0.02892 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top