Community
Participate
Working Groups
Feature request: Add a command to generate Ant build script automatically, based on the project properties and configuration. This is already done for PDE project, it should be easy for all other Java projects. I'm amazed that we still have to convert the Java project into a PDE project and generate a simplistic ant script. It would be nice if I can do New -> Ant Script and am presented with a wizard that reads my current project properties, fill in the default values (and also from the project properties), and still allow me to, for example, add some extra targets, or some special commands that must be executed inside a target, etc. And the script would be generated based on those input. Ant script is really nice for nightly automatic build and sanity test.
*** This bug has been marked as a duplicate of 21691 ***