[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

Thank you very much Guillaume, it worked.


I'm pretty much sure I had tried that too, but either I misspelled it or maybe I tried that with an incompatible set of atl/am3 installations and it didn't work.



merci, christos...



Guillaume Doux wrote:
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