There is normally no such issue with <javac>. Without seeing the relevant extracts from your build.xml, it's hard to tell what you problem might be. --DD
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:09 PM To: Ant Users List Subject: auto dependency generation? 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
