Re: <javac> does not compile all files on list
Posted By:
Erik_Schalburg
Posted On:
Thursday, February 28, 2002 07:04 AM
Ant will only compile files where the source is newer than the class. If you've already compiled them manually, or have had Ant compile them before and have not changed them since, they won't get compiled because they are already up to date.