Community
Participate
Working Groups
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
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.
The basic functionality is there. We should open new bugs for problems.
Please verify DarinW.
Verified