I have an Apache Ant build file with a command that requires four specific JARs to be on the build classpath. I\'ve tried to do this:
classpath
Here's an example from a project I am currently working on. I suspect you can modify it to work for your situation.
...