I'm posting this proposal here because I initially conceived this idea
in the context of my ideal build/development process.
I am proposing a standard file format (XML) that contains "tasks" and
the file and line number associated with that task. As an example, see
the "Code Comments" filter in th
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
: Bernard Vander Beken [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 01, 2002 11:08
> To: Colin Young; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] Unknown task resgen
>
>
> Colin,
>
> This error means that NAnt cannot find the task resgen.
>
> Reason: ResGen
-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Colin Young
> Sent: Thursday, August 01, 2002 10:49
> To: [EMAIL PROTECTED]
> Subject: [Nant-users] Unknown task resgen
>
>
> Any idea why I would get this error?
>
> output
Any idea why I would get this error?
build.webdir and build.dir both exist and are defined. ResGen.exe is in
the path. I'm using Nant 0.7.9.
Thanks
Colin
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://think
I have a build file with the following target:
The depends are listed in about the order they need to be compiled in.
Each target however (i.e. the User.Debug target) has a proper list of
depends. The Debug target also lists the depends in the order that they
appear in the build file. When I fi