I searched the forums and found a thread concerning this
issue from last year but the resolution was that Nant did not support Studio
2005/Framework 2.0 at the time.
We have just migrated our source from Studio 2003 to Studio
2005 and now I am receiving this error message from Nant…
I have an
task which produces output that I want to capture in a file, but
not have present in the NAnt output. No matter what combination of
settings I have tried I cannot seem to produce this result. Here's the
original project file:
program="$
In many languages,
it is possible to execute an external command and set the results to an internal
variable. For example in Bourne shell:
todaysDate=`date`
And in
Perl:
$hostname=qx(hostname);
Is it possible in
Nant to set a property to the output of a system command? There is a
re