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