[nant-dev] MSBuild Task

2006-11-17 Thread Ramprakash Gopinathan
How do you specify multiple reference paths for msbuild task I tried the following This didn't work any ideas? THanks, - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you

Re: [nant-dev] MSBuild

2006-10-31 Thread Eric Fetzer
t: Wednesday, October 25, 2006 7:27:57 PM Subject: RE: [nant-dev] MSBuild Hi Eric. > I don't see much use for NAnt except for legacy stuff. For what it's worth, I see a place for both tools. In a significant project I'm working on at the moment, we use MSBuild to do the actua

Re: [nant-dev] MSBuild

2006-10-26 Thread Richard Gavel
AIL PROTECTED]> Subject: Re: [nant-dev] MSBuild To: "Eric Fetzer" <[EMAIL PROTECTED]>, "NAnt Developers" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" What about builds targeted towards multiple f

Re: [nant-dev] MSBuild

2006-10-25 Thread Mike Roberts
On 25/10/06, Bevan Arps <[EMAIL PROTECTED]> wrote: > > Hi Eric. > > > I don't see much use for NAnt except for legacy stuff. > > For what it's worth, I see a place for both tools. > > In a significant project I'm working on at the moment, we use MSBuild to > do the actual builds ... But we control

Re: [nant-dev] MSBuild

2006-10-25 Thread Bevan Arps
d Archiving (copying to a known archive directory) Hope this helps, Bevan. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Thursday, 26 October 2006 4:34 a.m. To: NAnt Developers Subject: [nant-dev] MSBuild Does it bug anyone else

Re: [nant-dev] MSBuild

2006-10-25 Thread Cort Schaefer
006 9:34 AM To: NAnt Developers Subject: [nant-dev] MSBuild Does it bug anyone else that MSBuild is almost identical to NAnt with slight modifications like $( instead of ${ to access properties... I remember the manager of MSBuild coming in and acting like MS was going to play so nice with NAnt,

[nant-dev] MSBuild

2006-10-25 Thread Eric Fetzer
Does it bug anyone else that MSBuild is almost identical to NAnt with slight modifications like $( instead of ${ to access properties... I remember the manager of MSBuild coming in and acting like MS was going to play so nice with NAnt, when in reality, he was using it as a project to copy beca

[nant-dev] MSBuild doc available

2003-10-30 Thread Bob Arnson
You can download the MSBuild PowerPoint slides, samples, and how-to documents, like HowToWriteATask.doc. http://msdn.microsoft.com/events/pdc/agendaandsessions/sessions/default.aspx -- look for session number TLS347. -- sig://boB http://foobob.com ---

Re[2]: [nant-dev] MSBuild

2003-10-30 Thread Ivan Tarasov
Hello Clayton, >>#1 difference - the source availability! :) CH> Very, very good point! :-) Or more precisely, its unavailability :-) It's probably better to restate this one: source should be Open (in the meaning of OSD). If it is an MS Shared Source initiative, it is evil, IMO. -- Best regar

RE: [nant-dev] MSBuild

2003-10-30 Thread Clayton Harbour
>#1 difference - the source availability! :) Very, very good point! :-) <>

Re: [nant-dev] MSBuild

2003-10-30 Thread Matthew Mastracci
#1 difference - the source availability! :) John Lam wrote: I've spent a fair amount of time recently with MSBuild, and have the following set of observations about its relationship to [N]Ant: --- This SF.net email is sponsored by: SF.net G

RE: [nant-dev] MSBuild

2003-10-30 Thread Damir Simunic
MSBuild is obviously a child of Embrace & Extend philosophy; being built-in in the next version of the framework will do wonders in terms of promoting the process of automated builds, which are critical to quality in our line of work. That is a good thing. Nant is already doing it. And that is even

[nant-dev] MSBuild

2003-10-29 Thread John Lam
I've spent a fair amount of time recently with MSBuild, and have the following set of observations about its relationship to [N]Ant: 1) There is an inter-target dependency engine. Targets can declare their inputs and their outputs, which are in turn fed to the dependency engine to determine the mi