Bug 3127 - Need more arguments in pdecore generated scripts (1GJZV22)
Summary: Need more arguments in pdecore generated scripts (1GJZV22)
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: DJ Houghton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:49 EDT by Jeff McAffer CLA
Modified: 2002-05-01 17:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.