The jtharness build unconditionally deletes the classes directory before recompiling stuff.
Ant `depend` task should be used to delete out of date class files instead of deleting all classes.
This will then allow the Ant javac task to determine whether or not source files need to be recompiled.
Ant `depend` task should be used to delete out of date class files instead of deleting all classes.
This will then allow the Ant javac task to determine whether or not source files need to be recompiled.