Re: custom 'compiler' dependencies

2007-06-07 Thread David Weintraub
Use the task to check the verify the source vs. the target files. This will allow you to set a property if the target is up to date. Then, you can use this property when you call a target using the "unless" parameter. That way, you don't run the target if the property is set. A bit easier to use

custom 'compiler' dependencies

2007-06-07 Thread Dave Brosius
Hello, I'm trying to figure out how to build custom dependency rules for a custom 'compiler' i have written. I see the DependSet task which is sort of what i need, but i don't see in the docs where you can specify if *.xml is newer than *.java, than run the tool that generates *.java