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

2006-06-01 Thread Ortius, Helga
Title: Re: [NAnt-users] Read command line parameter into nant script Hi Gary,   thank you for you quick answer and for the hints regarding the nant mail-user list. I assume we will soon upgrade NANT so that we can use this option.   Thanks again! Kind regards Helga Von: [EMAIL PROTECTED

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

2006-05-31 Thread Gary Feldman
script. I am really stranded and greatly appreciate any help! Kind regards, Helga *Von:* [EMAIL PROTECTED] im Auftrag von Gary Feldman *Gesendet:* Mi 31.05.2006 18:08 *An:* nant-users@lists.sourceforge.net *Betreff:*

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