[Nant-users] Logfiles and the Nant task

2005-05-16 Thread Bruce Kinchin
I’d like to call a child Nant build file using the task in a master build file and specify the logfile to use? Is there a way of specifying a separate logfile for this child Nant build file? I’d expect it to look something like this:   logfile="${output.dir}/Nightly.log.txt" />   I wis

[Nant-users] Version

2005-05-08 Thread Bruce Kinchin
I need to get the version number from a txt file _without_ incrementing it. (i.e. without altering the version number). The "version" task is excellent, except that I cannot get it to leave the version number "as-is". It either increments the BuildNumber or the RevisionNumber. You can specify 'NoI

RE: [Nant-users] NAnt script and Xml command file integration

2005-05-06 Thread Bruce Kinchin
Hi Sandeep, And yet another variant :) We farm out our Nunit tests across multiple PCs to reduce the time for integration. We have one config file (xml) that specifies the tests to run on each PC. The nant script is then run on each PC and using the computer name as an identifier, we use XSL to

[Nant-users] Licenses.LICX and .LICENSES file

2005-04-13 Thread Bruce Kinchin
I have seen several posts regarding LICX files and NANT and have recently been dealing with the same issue. Hopefully this provides some clarity, but unfortunately no solution.   I have wanted to use the SOLUTION task to build our solution, and have been having issues with the LICX files