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