[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: Ftp ... upload file= ... / upload file= ... / /Ftp I followed this code private ClassElement[] _classes; [BuildElementArray

Re: [NAnt-users] Creating custom Nant Tasks

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

Re: [NAnt-users] Creating custom Nant Tasks

2007-06-19 Thread Gert Driesen
: mcc ... classes class / classes /mcc Hope this helps, Gert - Original Message - From: Thatcher Clay [EMAIL PROTECTED] To: nant-users@lists.sourceforge.net Sent: Monday, June 18, 2007 10:50 PM Subject: [NAnt-users] Creating custom Nant Tasks Hello, Is there anyone

[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: mcc attributes

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