Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » PDE headless build - fork javac task?
PDE headless build - fork javac task? [message #718300] Tue, 23 August 2011 21:31
Nadeem Aboobaker is currently offline Nadeem AboobakerFriend
Messages: 20
Registered: July 2009
Junior Member
I'm using the PDE antRunner application from the commandline to perform headless PDE builds of our features/plugins. I see that the build.xml that gets generated in each plugin folder calls the <javac> ant task with some configurable parameters (javacVerbose, javacSource, etc.). I'd like to have the javac task be forked, but I don't see any obvious way to get the build.xml to be generated with fork=true.

I looked at the source code, and see that JavacTask has a setFork(...) method and that the print(...) method will output the fork attribute when set. However, the code that uses JavacTask in ModelBuildScriptGenerator doesn't ever call the JavacTask .setFork() method.

Am I just not looking in the right place to get the fork=true attribute set in the generated build.xml, or is it not currently possible?

Thanks,
Nadeem
Previous Topic:Need to build a custom command interpreter
Next Topic:Problem starting 64 Bit version - exit code=13
Goto Forum:
  


Current Time: Fri Apr 26 05:04:50 GMT 2024

Powered by FUDForum. Page generated in 0.02696 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top