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

2007-02-12 Thread Jay Flowers
You might success with: [TaskName("loglevel")] public class LogLevelTask : Task { private Level _LogLevel; private TaskContainer _Tasks; [BuildElement("do", Required = true)] public TaskContainer Tasks { get { return _Tasks;

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

2006-09-25 Thread Gary Feldman
Michael Frederick wrote: > 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: > ... > > I have tried

[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="$