[NAnt-users] Creating custom Nant Tasks

2007-07-15 Thread Ashish Mittal
Hi All, I am trying to create custom tasks that have nested build elements. My build fragment is like this Build fragment: I followed this code private ClassElement[] _classes; [BuildElementArray ("class")] public ClassElement[] Classes { get { retu

Re: [NAnt-users] Creating custom Nant Tasks

2007-06-19 Thread Gert Driesen
Build fragment: Hope this helps, Gert - Original Message - From: "Thatcher Clay" <[EMAIL PROTECTED]> To: Sent: Monday, June 18, 2007 10:50 PM Subject: [NAnt-users] Creating custom Nant Tasks Hello, Is there anyone who has had experience creating custom

Re: [NAnt-users] Creating custom Nant Tasks

2007-06-18 Thread William_Martin
eSet Mfile { get {...} set {...} } HTH, Bill From "Thatcher Clay" <[EMAIL PROTECTED]>@lists.sourceforge.net Sent by: [EMAIL PROTECTED] 18/06/2007 21:50 To cc Subject [NAnt-users] Creating custom Nant Tasks Hello, Is there anyone who has had experien

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: