[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.m2m] Re: [ATL] serializing a model to text from ant
|
Christos a écrit :
I forgot to mention that the B2cc.atl is executed correctly when invoked
from the ant, and that I know from a message that is printed on the atl
console when the toString() helper finishes.
christos...
Hello,
It seems to be a problem with the path of your output file. You must add
the project name to the path, so instead of :
<am3.saveModel model="OUT" path="lala.cc">
try
<am3.saveModel model="OUT" path="/YourProjectName/lala.cc">
Hope this helps...
Best regards,
Guillaume doux