[XPand, mwe] Call "javac" and "jar" within workflow? [message #853793] |
Mon, 23 April 2012 06:39  |
Eclipse User |
|
|
|
Hello everyone,
we are currently working on a project where we generate Java-code from an EMF model. This works quite well. We would like to be able to automatically compile the generated Java-code and then create a jar of these *.class-files.
So, the question is: is it possible to directly call "javac" and "jar" from an mwe workflow file to integrate javac and jar into the workflow?
Best regards,
Alan
|
|
|
|
Re: [XPand, mwe] Call "javac" and "jar" within workflow? [message #854746 is a reply to message #854148] |
Tue, 24 April 2012 03:56  |
Eclipse User |
|
|
|
Hi,
thanks for the answer. After doing some research on Google, I already figured out that there is no such pre-made component. After checking the reference, it turned out to be rather easy to implement new components, especially when extending abstract component classes which handle a lot of the methods. I'm currently implementing the component, and it seems to work, I just need to fix some parameters for JavaC.
Thanks,
Alan
|
|
|
Powered by
FUDForum. Page generated in 0.04483 seconds