Re: [nant-dev] New task idea

2002-07-16 Thread Kevin Dente
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

Re: [nant-dev] New task idea

2002-07-16 Thread Ian MacLean
Brad Wilson 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

Re: [nant-dev] New task idea

2002-07-16 Thread Jason Diamond
At my company, we want to use NAnt for its build automation features, but we're also a bunch VS.Net users. Having to create a separate NAnt project is a bit of drag - even worse is keeping it synchronized with the VS.Net project as it evolves. Slingshot helps, of course, but a task that

Re: [nant-dev] New task idea

2002-07-16 Thread Kevin Dente
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

RE: [nant-dev] New task idea

2002-07-16 Thread Shaw, Gerry
From a different point of view a task that would create a .xxproj from a portion of a build file would also be very cool. I've been using nant to build C++ projects but I like working in the VS IDE. I use nant for all the building via an external tool hookup but I also have a fake project so

Re: [nant-dev] New task idea

2002-07-16 Thread Ben Lowery
[EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 3:47 PM Subject: Re: [nant-dev] New task idea 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

RE: [nant-dev] New task idea

2002-07-16 Thread Chris Jenkin
this is a reply to the whole topic...sorta...I think :) I would like to see NAnt fully integrated into the MS IDE. I've put a little thought into it, but we are in death march mode and I haven't really had any time to pursue it. Something along the lines of: 1) Create project. 2) Write code. 3)

Re: [nant-dev] New task idea

2002-07-16 Thread Gordon Weakliem
-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

RE: [nant-dev] New task idea

2002-07-16 Thread Chris Jenkin
Title: RE: [nant-dev] New task idea no. http://msdn.microsoft.com/vstudio/vsip/qa.aspI don't think this would be anything more than an add-in. As far as the difficulty, I'm not sure. The difficulty and time to develop isn't too big of a deal though, I will have plenty of time as soon as my

Re: [nant-dev] New task idea

2002-07-16 Thread Ian MacLean
:* RE: [nant-dev] New task idea no. http://msdn.microsoft.com/vstudio/vsip/qa.asp I don't think this would be anything more than an add-in. As far as the difficulty, I'm not sure. The difficulty and time to develop isn't too big of a deal though, I will have plenty of time

RE: [nant-dev] New task idea

2002-07-16 Thread Scott Hernandez
. -Original Message- From: [EMAIL PROTECTED] [mailto:nant-developers- [EMAIL PROTECTED]] On Behalf Of Ian MacLean Sent: Tuesday, July 16, 2002 3:14 PM To: Browning, Don Cc: NAnt Developers Subject: Re: [nant-dev] New task idea Someone has already done it. Check out http

RE: [nant-dev] New task idea

2002-07-16 Thread Scott Hernandez
: RE: [nant-dev] New task idea this is a reply to the whole topic...sorta...I think :) I would like to see NAnt fully integrated into the MS IDE. I've put a little thought into it, but we are in death march mode and I haven't really had any time to pursue it. Something along the lines

RE: [nant-dev] New task idea

2002-07-16 Thread Chris Jenkin
what the addin can do, boss has been very interactive today). CJ -Original Message- From: Scott Hernandez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:24 PM To: 'NAnt Developers' Subject: RE: [nant-dev] New task idea I like this idea of adding functionality to VS.Net