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
I use the ivy to manage my ANT classpaths, I highly recommend learning how it works.
There is an eclipse plugin that will manage the eclipse classpath from the same ivy.xml file that ANT uses to define it's dependencies.