[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Building non-debuggable plugins with Ant - global setting?
|
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