Eclipse compiler, DSL, ant [message #1061802] |
Tue, 04 June 2013 03:30  |
Eclipse User |
|
|
|
Hi,
i'm trying to create an ant build script to package my dsl project into a jar file.
1. Start Eclipse which contains my grammar project.
2. Run Eclipse Application from here.
3. Create example project.
From here i can debug my dsl files localy.
From eclipse i can export the project (export->jar file) or also generate an ant build file (export->ant buildfile) for it.
But both options generate a different size for the class files compared to the "/bin" folder in eclipse.
If i deploy now the jar file i cannot debug my dsl files anymore. But if i
move the class files which eclipse generated in /bin into the jar file and override
them and deploy again, then it works.
Can someone give me a hint on what the export option of Eclipse is doing different?
Or how to compile my files in ant the same way as eclipse is doing it?
Thanks,
Michael
[Updated on: Tue, 04 June 2013 03:31] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04128 seconds