Re: [NAnt-users] NAntScript

2010-06-25 Thread Richard Brown (gmail)
You mean this? http://code.google.com/p/nantscript/ From: Martin Gainty Sent: Friday, June 11, 2010 9:43 PM To: cont...@roessler-wolfgang.de ; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] NAntScript i liked it too lately Nant makefiles have introduced hard depend

Re: [NAnt-users] task with parameters ...

2009-05-15 Thread Richard Brown (GMail)
I think the macro-def task looks like a much nicer syntax, and it would be nice to mirror Ant if it has the same thing already. (Wish I'd noticed this when I wrote NAntScript) From: Richard Brown (GMail) Sent: Thursday, May 14, 2009 1:25 PM To: Bjerstedt, Tony [Audatex - Americas]

Re: [NAnt-users] Visual Studio Integration

2008-04-09 Thread Richard Brown
Luke, I'm not sure if this is what you're after, but I used a small custom MSBuild task to parse the NAnt output and report errors to the 'error list' window: http://broloco.blogspot.com/2008/03/using-nant-with-visual-studio.html You might find it can also be used in conjuction with NAntAddIn (I

[NAnt-users] Custom MSBuild task to parse NAnt output in the IDE ...

2008-03-18 Thread Richard Brown
Hi, I've been running NAnt using the 'Exec' task from MSBuild, but I wanted to get the errors from the build populated in the 'Error List' window in the IDE. I have put together a small custom MSBuild task called 'ExecParse' to parse the NAnt output and put errors into the 'Error List' window. H

[NAnt-users] NAntScript - creating custom tasks using regular NAnt script ...

2007-01-30 Thread Richard Brown
Hello, A friend and I have created an open source project to allow creation of custom NAnt tasks, without resorting to code written in a .Net language (VB/C#). Links to it can be found at: http://broloco.blogspot.com/2007/01/nantscript.html We hope someone finds it useful (let us know). Regard