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

RE: [Nant-users] Overwriting properties

2004-11-19 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Properties specified on the command line are read-only. When NAnt sees your property line it tries to set it and it can't because it is already read-only. Use a guard to make sure that it is executed only if the property does not exist. Example: Notice I used single quotes to specify the p