[NAnt-users] Pre/Post Build Events

2006-05-31 Thread Adam Gritt
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

Re: [NAnt-users] Read command line parameter into nant script

2006-05-31 Thread Gary Feldman
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

Re: [NAnt-users] Read command line parameter into nant script

2006-05-31 Thread Gary Feldman
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

[NAnt-users] Read command line parameter into nant script

2006-05-31 Thread Ortius, Helga
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

RE: [NAnt-users] Inline Build Stats

2006-05-31 Thread Gert Driesen
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