There\'s a lot of discussion about Ant and Eclipse, but no previously answered seems to help me.
Here\'s the deal: I am trying to build a Java program that compiles succ
From the raw ant distribution, first run "ant -f fetch.xml" (or similar) to download a lot of needed dependencies. Add these to your Eclipse project and see if it helps.