Re: [Nant-users] arg... if task or some other conditional

2003-12-31 Thread Scott Hernandez
unctions. > > Your condition can be written as: > > > > > > You can get the latest nightly build at: > > http://nant.sf.net/builds > > Jarek > > - Original Message - > From: "Ryan Cromwell" <[EMAIL PROTECTED]> > To: <[EMAIL

Re: [Nant-users] arg... if task or some other conditional

2003-12-31 Thread Jaroslaw Kowalski
net/builds Jarek - Original Message - From: "Ryan Cromwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 31, 2003 4:10 PM Subject: [Nant-users] arg... if task or some other conditional > I have created a script task which populates

[Nant-users] arg... if task or some other conditional

2003-12-31 Thread Ryan Cromwell
I have created a script task which populates a property solution.projects with a | delimited string.  This is all fine and dandy, but web projects return web urls.  I could use DirectoryServices to look up the physical path of the url while still in the script, but i really want to use the NAntCont