Same as original question, using Eclipse, how can i tell what version of ANT it is configured to use?
In Eclipse Helios:
Window -> Preferences
)Ant -> Runtime
pageAnt Home Entries
node on the Classpat
h tabThis shows the path used for Ant classpath, which also reveals ANT_HOME for Eclipse.
So by default in Helios you will have something like:
<ECLIPSE_ROOT>/plugins/org.apache.ant_1.7.1.v20100518-1145\lib\ant.jar
etc
On this same page, you can also change ANT_HOME to use a different version of Ant you have installed on your PC.
Create a build file and echo $ant.version
On Helios
<echo>${ant.version}</echo>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With