[Nant-users] (no subject)

2005-09-07 Thread Brad Eck
online. Brad Eck SitesDynamic (http://www.sitesdynamic.com) Baskets Etcetera (http://www.basketsetcetera.com) Sent via the WebMail system at sitesdynamic.com --- SF.Net

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

2005-08-31 Thread Brad Eck
all referenced by a master (in which ‘release’ is the default ‘config’. If I pass in config=debug the script will run in debug, but passes ‘nant ,target> release’ on to the remaining nant files. Is this normal?   Brad Eck SitesDynamic From: Robert Smith [mailto:[EMAIL PROTEC

[Nant-users] Setting a proprty from the command line

2005-08-30 Thread Brad Eck
I am using –D:config=debug where config is a property in my build script. On run (yes, I have tried setting readonly to true and overwrite to true) I get a message stating that it cannot set the property as it is read only – but if I echo it the result is set. Why the error?   Brad Eck