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 haven't
tried this though).

Regards,
    Richard
    http://broloco.blogspot.com

On 15/09/2007, Erich Eichinger <[EMAIL PROTECTED]> wrote:
>
>  Hi,
>
> I've been using NAntAddin 2005 as well and was missing the same features
> as Luke (plus some more ;-)). I extended NAntAddin 2005 myself and
> contributed the code back to Eric Harth (the original author). They are
> currently integrating my code into their codebase and will soon release a
> new version of their AddIn.
>
> cheers,
> Erich
>
>
>  ------------------------------
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Bob Archer
> *Sent:* Friday, September 14, 2007 3:37 PM
> *To:* Luke Usher; nant-users@lists.sourceforge.net
> *Subject:* Re: [NAnt-users] Visual Studio Integration
>
>
>
> See this blog post from Jay Flowers. I think he describes how to do what
> you are looking for:
>
>
>
> http://jayflowers.com/WordPress/?p=49
>
>
>
> BOb
>
>
>
>
>  ------------------------------
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Luke Usher
> *Sent:* Friday, September 14, 2007 12:43 AM
> *To:* nant-users@lists.sourceforge.net
> *Subject:* [NAnt-users] Visual Studio Integration
>
>
>
> Hi all. I've been playing around with nant for a couple of days and I
> think I'm getting the hang of it.
>
> The only issues I really have are the integration with VS. I'm using
> NAntAddInn to execute scripts fine but I was hoping for something more like
> team system.
>
> The basic features I want is to be able to output compile errors to the
> error list (not really an issue cause we're using vb at the moment anyway).
> And, when test are run (nunit) I want to be able to pipe failed tests to the
> error list.
>
> Is this possible? Could you point me towards any relevant material that
> covers this sort of stuff?
>
> Thanks.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> NAnt-users mailing list
> NAnt-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to