RE: [nant-dev] 2 small changes to consider

2004-02-27 Thread Randy Regnier
Our group approached this problem by adding capability to the nant task that allowed a nested nant call to set values for properties that were then available to the calling client. When tests fail for some project, we add the name of the project to the property, which then gets displayed at the

[nant-dev] NAnt task passbyref extension

2003-12-30 Thread Randy Regnier
Title: Message Our development group has implemented a "passbyref" extension to the NAnt task, which essentially allows the task to modify selected property values, and have those modified property values available to the calling client. This is comparable to passing parameters by reference

RE: [nant-dev] NAnt task passbyref extension

2003-12-30 Thread Randy Regnier
terProp" passbyref="prop" inheritall="true"/ echo message="Prop: ${prop}/ / --file2.build-- project target name="alterProp" property name="prop" value="2"/ / / Running this you would get the outpu

[nant-dev] NAnt bug (version 0.7.9)

2003-02-14 Thread Randy Regnier
Title: Message I have two NAnt build files, with one calling the other. Bothinclude the"sysinfo/" line. When I run the main build file, I get the following error message. Perhaps you have already fixed this in a later version. Randy Regnier E:\fw\Bld\XMLnantBuildfile: file://