Community
Participate
Working Groups
Right now I have two choices : either I'm writting an Eclipse plugin and then I add a plugin dependency in the Manifest.MF of my generator project, or I'm designing a standalone generator and then I have to copy the Acceleo jars into my project and refers to them through the classpath management. Another way - less error prone - of writing down standalone generator could be to associate an "Acceleo" library with my project just like one can do with JUnit. Then the installed jars would be used directly. I *assume* this can be done in Eclipse as JUnit provides such a library.
Created attachment 183219 [details] Screenshot showing the Java classpath library wizard
>>> I *assume* this can be done in Eclipse as JUnit provides such a library. Well, it can indeed be done: http://twitter.com/#!/sbegaudeau/status/61060617519366146 The fix has been contributed on HEAD, it will be available in Acceleo 3.1.0M7 next month.