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

It is *much* faster using the command line compiler -vs- the devenv compiles...

Right now we are replacing a series of batch files that preform devenv compiles with nant compiles.  Nant will compile a rather complex project in a couple of seconds vs. ~20 seconds for the devenv compile...

Don


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


> What part of the SDK creates and/or interprets
> .csproj files?

It doesn't. In order to create the .csproj, you need
VS.Net. At build time, the CSPROJ task would interpret
that file directly (no devenv needed) and call the freely-available-in-the-SDK csc compiler. While the developers would use VS.Net to create the project, the builder wouldn't need it to perform the build.

I also suspect that the actually build would be faster
than an "DEVENV" task, since you don't need to launch
the rather beastly IDE.

--- Brad Wilson <[EMAIL PROTECTED]> wrote:
> Kevin Dente wrote:
>
> > 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).
>
> What part of the SDK creates and/or interprets
> .csproj files?
>
> > The <devenv> task is really just the <exec> task.
>
> That's true of a lot of tasks. :)
>
> 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