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

2003-12-31 Thread Scott Hernandez
ecember 31, 2003 7:18 AM Subject: Re: [Nant-users] arg... if task or some other conditional > If you want to use a stable nant version - that can't be easily done. There > could be a solution > If you download the latest daily build, you'll see support for expressions > and f

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

2003-12-31 Thread Jaroslaw Kowalski
If you want to use a stable nant version - that can't be easily done. There could be a solution If you download the latest daily build, you'll see support for expressions and functions. Your condition can be written as: You can get the latest nightly build at: http://nant.sf.net/builds Jare