Re: [Nant-users] Checking if target file is up-to-date?

2002-09-05 Thread Ian MacLean
Colin, >I am trying to run 'xsd.exe' from the 'exec' task. Currently it runs >every build. I would obviously only like it to run if the output is >older than the input, and I should be able to do that with the 'if' >attribute of the task if I could just figure out how to test for an >older target

[Nant-users] Checking if target file is up-to-date?

2002-09-05 Thread Colin Young
I am trying to run 'xsd.exe' from the 'exec' task. Currently it runs every build. I would obviously only like it to run if the output is older than the input, and I should be able to do that with the 'if' attribute of the task if I could just figure out how to test for an older target. I haven't