Re: [NAnt-users] Creating custom Nant Tasks

2007-06-18 Thread William_Martin
Thatcher, How are you decorating your elements? The attributes you need are different for attributes and elements. e.g. This will be an attribute of the task, and is optional. [TaskAttribute("targetDir", Required = false)] public bool TargetDir { get {...} set {...} } This will be a

[NAnt-users] serious problem

2007-06-18 Thread Ashish Mittal
Hi friends, I am getting below mentioned problems while compiling but my project is compiling well in IDE : error C3861: 'NULL': identifier not found, even with argument-dependent lookup ) : error C3861: 'strDate': identifier not found, even with argument-dependent l

Re: [NAnt-users] Creating custom Nant Tasks

2007-06-18 Thread Brass Tilde
> Is there anyone who has had experience creating custom Nant tasks?  I am trying to hook in mcc, a matlab > compiler, into Nant, but I am running into issues when I try to parse nested elements.  What I want to be > able to parse looks something like this: FWIW, I've seldom found an application

[NAnt-users] Creating custom Nant Tasks

2007-06-18 Thread Thatcher Clay
Hello, Is there anyone who has had experience creating custom Nant tasks? I am trying to hook in mcc, a matlab compiler, into Nant, but I am running into issues when I try to parse nested elements. What I want to be able to parse looks something like this: