[Nant-users] Re: [nant-dev] FYI

2003-10-28 Thread Brant Carter
I am at PDC and attended the session last night. The MSBuild is basically NAnt with the following differences. [1] Now the Visual Studio project file is the "build" file. This allows for much tighter integration between VS and the build tool. In fact VS now "shells" out to the build tool dir

[Nant-users] Executing a target more than once

2003-08-25 Thread Brant Carter
It seems that a target will only get executed once in any project. Example: The output from this is test: [echo] in test test1:

[Nant-users] Re: Nant-users digest, Vol 1 #168 - 1 msg

2003-03-08 Thread Brant Carter
Take a look at the /imports switch. You can specify the assemblies there. brant ... From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Nant-users digest, Vol 1 #168 - 1 msg Date: Sat, 08 Mar 2003 12:21:33 -0800 Send Nant-users mailing list submissions to

[Nant-users] License

2003-01-27 Thread Brant Carter
I would hope that simply using NAnt does not require my product to be under the same license as it. brant ... Message: 1 Date: Sun, 26 Jan 2003 11:04:18 -0800 From: "Clayton Harbour" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [Nant-users] License Hi, =20 I hope this has not a really

Re: [Nant-users] NAnt and Visual Studio.NET Projects

2003-01-24 Thread Brant Carter
Klaus, there is a tool called Slingshot which with a bit of work will do what you want. It will read your .sln files and generate nant compliant .build files. You might also want to look at this article which provides a different solution to the problem. http://radio.weblogs.com/0106046/stori

[Nant-users] SlingShot broken for VB Projects

2003-01-14 Thread Brant Carter
I just downloaded the latest CVS source and was having trouble getting it to work with my VB.NET projects. I have traced the problem to a recent check-in. Solution.cs Revision 1.4 added the following lines: string commonProjectId = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"; string enterprosePro