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