Re: [Nant-users] overwriting properties when calling anothe build script

2005-10-28 Thread Thibaut Barrère
Hi Filip could you try to define the property with overwrite set to false in your slave script ? I'm using this from the command line but it may also work when invoking a slave script (to be tested) see http://nant.sourceforge.net/nightly/latest/help/tasks/property.html iv. Define a property, bu

SV: [Nant-users] overwriting properties when calling anothe build script

2005-10-27 Thread Nielsen.Allan Rene Dystrup AND
ra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Filip Kratochvil Sendt: 28. oktober 2005 03:24 Til: nant-users@lists.sourceforge.net Emne: [Nant-users] overwriting properties when calling anothe build script I need to overwrite property when calling another nant build script but failin

[Nant-users] overwriting properties when calling anothe build script

2005-10-27 Thread Filip Kratochvil
I need to overwrite property when calling another nant build script but failing to do so. I have a master build file thet has a target with task in it. Within the nant task I'm declaring this property has the same name as property in my slave build file, however the property in the slave file

RE: [Nant-users] Overwriting properties

2004-11-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
November 19, 2004 4:48 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] Overwriting properties > > I'm sure this is something stupid, but I can't figure out how to > overwrite a property from the command-line. > > I've got a simple build file. > &

[Nant-users] Overwriting properties

2004-11-19 Thread Craig Wagner
I'm sure this is something stupid, but I can't figure out how to overwrite a property from the command-line. I've got a simple build file. I run it from the command-line as follows: nant -D:config=Debug It always gives me an error: NAnt 0.85 (Build 0.85.1783.0; nightly; 11/18/2004) Co