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
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