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;

[NAnt-users]

2007-02-12 Thread Eric Fetzer
(Build 0.86.2553.0; nightly; 12/28/2006) I'm getting an error trying to build a web solution file: Error checking whether 'D:\MyProjectNameWhichIsAReferencedProject' is an enterprise template project. Could not find file 'D:\MyBuildDir\MyProjectNameWhichIsAReferencedProject'. Pretty easy NA