I am working with about 190 projects that we are converting to
using NAnt to build with. The problem is that some of the projects
have Pre/Post build events that are used to copy the outputs to the
proper directories when developing. Not all of the projects implement
the build events. Is there a
Ortius, Helga wrote:
thank you for your support!
I am using NANT 0.84.1455.0 net-1.0.win32; release; 26.12.2003
This is the problem. The documentation you're reading is no doubt for
version 0.85. I suggest downloading the latest available nightly build
from http://nant.sourceforge.net/.
Gar
Ortius, Helga wrote:
I am trying to read the command line arguments with which the build
file is called in order to process it during the excecution of nant
(Logging/Reporting reasons).
I try to do it using the following code:
unless="${property::exists('test')}" />
If I call the bui
Hi
there,
I am trying to read
the command line arguments with which the build file is called in order to
process it during the excecution of nant (Logging/Reporting
reasons).
I try to do it using
the following code:
If I call the build
file like this "" I get the following err
Rick,
I'd advise you to either use the XmlLogger (and use XSLT to get the info you
need), or write a custom logger (which isn't really that hard, since you
have access to the source code of the built-in loggers).
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTE