Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 43717 - Generate ant build script for Java project
Summary: Generate ant build script for Java project
Status: RESOLVED DUPLICATE of bug 21691
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 23:42 EDT by Chen Shaopeng CLA
Modified: 2003-09-26 06:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chen Shaopeng CLA 2003-09-25 23:42:52 EDT
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.
Comment 1 Dirk Baeumer CLA 2003-09-26 06:10:07 EDT

*** This bug has been marked as a duplicate of 21691 ***