Is there a simple way to generate a dependency file for inclusion into build.xml?
I have several .java files in a com.blah.blah package (in a directory). One of the files is an Interface that one of the other files uses. Ant chose to compile the non-Interface file first, so it can't get the .class file for the Interface file because it hasn't compiled it yet :-P ken -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>