Re: [Nant-users] Setting a proprrty from the command line

2005-08-31 Thread Gary Feldman
Robert Smith wrote: In that case, you can do something like this: unless="${property::exists('config')}" /> inheritall="true"> **Thus, it’ll carry the property forward into other .build files…** It shouldn't be necessary to specify both inheritall="true" and explicit properties. O

RE: [Nant-users] Setting a proprrty from the command line

2005-08-31 Thread Robert Smith
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brad Eck Sent: Wednesday, August 31, 2005 2:57 PM To: Robert Smith Cc: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Setting a proprrty from the command line   Thanks Robert. That makes sense (though it’s kind of reverse thought). Anyway

RE: [Nant-users] Setting a proprrty from the command line

2005-08-31 Thread Brad Eck
Thanks Robert. That makes sense (though it’s kind of reverse thought). Anyway, the additional thing that seems to be happening in relation to this is that the default property (not the new one passed in) seems to get passed on to subsequent nant calls in my script. So I have 15-20 scripts a