Is there any clearly explained and simple way to see the compiler output when running javac through an Ant task?
javac
Here is my javac Ant tag:
I was getting the same error message with no further information. The problem ended up being one of my .jar files was corrupted. Replacing that .jar file solved the problem.