I am running ant 1.6.2.
I just realized that the javac task is taking the classpath that I specify and adding the classpath that I have started ant with to it. Is there a way to make it not do that? I have junit.jar in Ant's class path so that I can use the junit task in another target. However, I do not want to compile with junit.jar in my classpath because I want the build to break if any dependencies on test classes have been introduced into the code. Thanks, Eric Rosenberg