Bug 3127

Summary: Need more arguments in pdecore generated scripts (1GJZV22)
Product: [Eclipse Project] PDE Reporter: Jeff McAffer <jeffmcaffer>
Component: BuildAssignee: DJ Houghton <dj.houghton>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: rodrigo
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: All   
OS: All   
Whiteboard:

Description Jeff McAffer CLA 2001-10-10 22:49:56 EDT
Users need to be able to spec the parameter for Javac etc.  The message below does not identify
this praticular problem but does highlight a usecase.

"Eric Simpson" <esimpson@ca.ibm.com> wrote in message news:3B9D31DB.FE54D84F@ca.ibm.com...
> 
> When I build my component using Ant the class files are the same as
> those generated in the PDE which, to me, means that they are debuggable
> by default.  How can I specify in my component build that I want
> non-debuggable?
> 
> The "javac" task will check for the "debug" and "optimize" attributes
> but I think this is on the actual task which is specified in the PDE's
> template.xml.  Setting a "debug" property to "off" and "optimize" to
> "on" in my component's build script did not cause any change.
> 
> How is this done in regular Ant projects?
> 
> Thanks,
> Eric
> 

NOTES:
Comment 1 Rodrigo Peretti CLA 2002-05-01 15:51:22 EDT
Fixed for build >= 20020501. The template.xml file has been removed and the
javac task is written to the build.xml file. The user is now free to change any
parameters.