If using one of the logging methods in Nant 0.85, is it
possible to get the value of the parameter that was assigned on the command
line to the “-logfile” argument within the Nant script? For example, Given the command “nant.exe –logfile:build_results.txt” What property or operation would I have to invoke to get the
value “build_results.txt” from within my script? Thanks – Tim Burda |