Java Project from Existing Ant Buildfile problems [message #297429] |
Fri, 13 January 2006 10:51  |
Eclipse User |
|
|
|
I am attempting to define a new project from an existing ant buildfile.
I have built this project from the command line with ant and the build.xml
with no errors.
In eclipse, I select:
New Project -> Java Project from Existing Ant Buildfile
Then this is next:
Select javac declaration to use to define project:
<>javac task found in target "compileCore"
<>javac task found in target "compileTomcat"
<>javac task found in target "compileAxis"
I select the first (not really knowing which to select)
Everything seems to go well (no error or warning messages), but something
is amiss. There are a bazillion errors. Lots of things like:
The import org.apache.axis cannot be resolved.
What needs to be done?
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.06934 seconds