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