I am using an OODB that post-processes persistent classes, and outputs the new classes to a separate directory. This directory is first in my classpath so that the persistent modified class files are found first. The problem is that most makes don't look in this directory for the class files, but in the directory specified as the output directory to the javac command.
Is there any way to get ant to look in directory b first, then
directory a, when determining if a class is out of date?
Thanks.
