Re: [NAnt-users] Avoiding console output when running an task

2008-07-03 Thread Roebuck, Alex
ly 02, 2008 7:09 PM To: 'Chris Lambrou'; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Avoiding console output when running an task Chris, Currently this is not possible. However, I'm strongly considering changing this behavior (even if this is a breaking change

Re: [NAnt-users] Avoiding console output when running an task

2008-07-02 Thread Gert Driesen
e.net Subject: [NAnt-users] Avoiding console output when running an task Hi, I'm using the exec task to generate a Subversion log file for my current checkout folder, which I would normally do from the command line as follows: svn.exe log >svn.log Note that the Subversio

[NAnt-users] Avoiding console output when running an task

2008-07-02 Thread Chris Lambrou
Hi, I'm using the exec task to generate a Subversion log file for my current checkout folder, which I would normally do from the command line as follows: svn.exe log >svn.log Note that the Subversion log file is obtained by redirecting the standard output of svn.exe to a file. I can achieve t