I downloaded the Eclipse PDT 2.0 GA release (Eclipse 3.4), however, it doesn't look like the Ant tools are included in this package. How can I install the eclipse Ant tools (editor, executable, etc...)?
|
|
|
|
|
|
|
It seems like there ought to be a better option. Ant is a stand-alone tool. You ought not to have to load all the Java tools just to get Ant. |
||
|
|
|
|
Thanks, I just had the same problem, and as you said, the Java Development Tools contained Ant. Once you get Ant up and running, you may run into a related problem - this warning in all your Ant files:
The details are in this Stack Overflow question, but the short answer I used was to add this minimal DTD to my build files:
|
||
|
|
|
So I found the answer to my own question. You need to install the Eclipse Java Development Tools. These can be found under Ganymede > Java Development > Eclipse Java Development Tools in Help > Software Updates > Available Software. |
||
|
|
|
|
Not quite sure what you're looking for, but here's a list of the Eclipse Ant plugins: |
||
|
