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
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