On Wed, 23 Oct 2002, Peter Donald <[EMAIL PROTECTED]> wrote: >> Hello? Ant already does this. > > Unfortunately not.
Well, not without some additional help. <depend> will pick up many of the cases. Look at the external tasks page for <javamake>, AFAIK it will also detect if you replace a Java file with an older one (which neither <javac> or <depend> would care about). I wonder how my build files that create docbook documentation via xslt and several zips and tars, run tests and whatnot could become faster because of an improved javac. Most time in my build files is not spent in compilation, and this seems to be true for most build files that Gump uses as well. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>