RE: Generating java files selectively from IDL files using a nd type glob

2004-01-29 Thread Dominique Devienne
> 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

Generating java files selectively from IDL files using a nd type glob

2004-01-29 Thread Daniels, Doug
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