[NAnt-users] Error loading GUID

2006-09-22 Thread Rob McEllhiney
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…  

[NAnt-users] How to NOT display output from an task

2006-09-22 Thread Michael Frederick
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="$

[NAnt-users] Running an external command and setting property to output

2006-09-22 Thread Weintraub, David
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