> From: Daniels, Doug [mailto:[EMAIL PROTECTED]
>
> I wish there was a way to directly use the task
> to retrieve the files that aren't uptodate.
I've long since given up on , and use the great
task from Peter, in Ant-Contrib. Was designed
to replace Makefile rules, so maybe it has the equivale
We have a bunch of IDL files that we use to generate java files and stubs.
I'm trying to to generate java files only when an IDL is updated, I've been
able to do a dependency check like this:
This works fantastic, but the only