RE: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Bill Arnette
-Original Message- From: Owen Rogers [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 8:25 PM To: Arnette, Bill Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Build target from command line without dependencies On 14/09/05, Arnette, Bill <[EMAIL PROTECTED]> w

Re: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Owen Rogers
On 14/09/05, Arnette, Bill <[EMAIL PROTECTED]> wrote: > When writing a build file that does everything from checking out the > source to creating the installation package, it would be nice if you > could run a target from the command line without running the > dependencies. Is this possible now?

Re: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Gary Feldman
Bill Arnette wrote: [mailto:[EMAIL PROTECTED] On Behalf Of Edmund Schweppe Sent: Wednesday, September 14, 2005 1:54 PM Arnette, Bill wrote: When writing a build file that does everything from checking out the source to creating the installation package, it would be nice if you could run a

RE: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Bill Arnette
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edmund Schweppe Sent: Wednesday, September 14, 2005 1:54 PM To: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Build target from command line without dependencies Arnette, Bill wrote: > When w

Re: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Edmund Schweppe
Arnette, Bill wrote: When writing a build file that does everything from checking out the source to creating the installation package, it would be nice if you could run a target from the command line without running the dependencies. Is this possible now? If you really need this ability - w

[Nant-users] Build target from command line without dependencies

2005-09-14 Thread Arnette, Bill
When writing a build file that does everything from checking out the source to creating the installation package, it would be nice if you could run a target from the command line without running the dependencies. Is this possible now? If not how about a feature like: Nant -only: -only: If the

[Nant-users] conversion of .sln to .build

2005-09-14 Thread Chris Bartels
Hi, I've got a vs2005 project which also includes a nant .build file with . Building of the project works fine with the new version of nant. The problem is when I want to add a file to the project: since I don't have visual studio I needed a full build file (with the .sln actually fully converted