Re: [Nant-users] Expressions and evaluating properties for null & Perforce

2004-05-06 Thread Ian MacLean
Brandon, You should grab a nightly build [1] of the nant-contrib library. It contains all the tasks you list below. If your updates to sync still apply to the current source could you please send the changes as a diff to [EMAIL PROTECTED] thanks Ian [1] http://nantcontrib.sourceforge.net/nightl

[Nant-users] Expressions and evaluating properties for null & Perforce

2004-05-05 Thread Brandon Lonac
Is there a way to check if a property as a value w/o an exception being thrown that it is not set?  I am using:   … set it   I would like to be able to check if it has a value though before I set it as well.   … set it   BUT, the build fails b/c the property hasn’t been set.  Is