Re: [NAnt-users] task not passing properties.

2006-10-26 Thread Steve Valaitis
Thanks guys, your suggestions did the trick. >-Original Message- >From: Guy Metz [mailto:[EMAIL PROTECTED] >Sent: Wednesday, October 25, 2006 8:20 AM >To: Steve Valaitis; nant-users@lists.sourceforge.net >Subject: RE: [NAnt-users] task not passing properties. > >Ar

Re: [NAnt-users] task not passing properties.

2006-10-25 Thread Guy Metz
t with less typing. Hope this helps > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Steve Valaitis > Sent: Wednesday, October 25, 2006 12:08 AM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task not pass

Re: [NAnt-users] task not passing properties.

2006-10-24 Thread Arnette, Bill
Title: RE: [NAnt-users] task not passing properties. I don't know if your common include is the problem or not, but you could condition the setting of the properties in the common include file using the @unless attribute with the property::exists functionto only define them in the

[NAnt-users] task not passing properties.

2006-10-24 Thread Steve Valaitis
I have a buildfile(default) with the following in a target: According to the docs for , all of the current property values should be automatically passed to the build files. I assumed it would be similar to -D:prop=value, but the build files process without any change to their p