Eclipse – Ant build won’t run in Eclipse

anteclipse

I have an Ant build.xml which no longer runs when launched in Eclipse.
I click on the External Tools Configuration, select the Ant Build I've been running, and click Run.
Nothing happens — no console window and the build doesn't appear to launch (the classes are not compile nor is the WAR file created).

I recently added a plugin (Spring IDE), this is the only thing I can think of that has changed recently as far as my Eclipse configuration.
I can run the Ant build fine from the command line.

Can anyone suggest where I might look to track down my error?

I'm using the Eclipse Helios release, Build id: 20100617-1415 on Windows XP.

Best Answer

As per pstanton's comment this symptom will occur if your ANT_HOME folder is not correctly defined in Eclipse. Eclipse seems to ignore the ANT_HOME system property.

window->preferences->ant->runtime->Classpath Tab