Title: RE: [nant-dev] New task idea

Actually,
What we did is write an xslt transformation that converts a vbproj to a nant build file.  So, in our scenario the master build file performs the transform, which outputs a .build file, executes it, then returns control back to the master build file.

It works really well, and the transform is blazingly fast...

Don



-----Original Message-----
From: Kevin Dente [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 16, 2002 3:51 PM
To: Brad Wilson; NAnt Developers
Subject: Re: [nant-dev] New task idea


True - but then you actually need the IDE installed on
that machine. With the CSPROJ task, you only need the
free C# compiler (as in, you don't need a VS.Net
license for your build machine).

The <devenv> task is really just the <exec> task.

--- Brad Wilson <[EMAIL PROTECTED]> wrote:
> Kevin Dente wrote:
>
> > [...] a task that builds directly from the VS.Net
> project file would be
> > even nicer. Of course, VBPROJ and VCPROJ tasks
> would likely follow.
>
> All of the above can be done from devenv.com (open a
> command prompt and type
> "devenv /?" for command line options). A <devenv>
> task sounds like a better
> fit. :)
>
> Brad
>
> --
> Read my web log at http://www.quality.nu/dotnetguy/
>
>
>
>
-------------------------------------------------------
> This sf.net email is sponsored by: Jabber - The
> world's fastest growing
> real-time communications platform! Don't just IM.
> Build it in!
> http://www.jabber.com/osdn/xim
> _______________________________________________
> Nant-developers mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/nant-developers


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim _______________________________________________
Nant-developers mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to