Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 51381 - Add "Import from Ant buildfile"
Summary: Add "Import from Ant buildfile"
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement with 2 votes (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 14:37 EST by Darin Swanson CLA
Modified: 2004-05-14 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 Darin Swanson CLA 2004-02-09 14:37:09 EST
A prototype for this has been coded and is in the org.eclipse.ant.tests.ui 
plugin.

The prototype:
adds an import wizard that lets the user select a buildfile
that has the javac task that is used to build your project.

Linked src folders and a linked output directory are created for the
project.
The classpath of the javac task is created for the project
The project is named after the buildfile project or is called "Ant Project"
if the buildfile project has no name. Alternately the user can specify a name 
for the project in the wizard.

future work: 
tests
integrate into ant ui plugin
handling of error cases
Comment 1 Darin Swanson CLA 2004-03-29 19:43:20 EST
I have moved the code to org.eclipse.ant.ui and created the package 
org.eclipse.ant.internal.ui.datatransfer.
I have added the "wizard" extension xml to the org.eclipse.ant.ui plugin.xml.
Comment 2 Darin Swanson CLA 2004-04-22 18:28:22 EDT
The basic functionality is there.
We should open new bugs for problems.
Comment 3 Darin Swanson CLA 2004-04-22 18:28:38 EDT
Please verify DarinW.
Comment 4 Darin Wright CLA 2004-05-14 17:15:20 EDT
Verified