Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-22 Thread Bob Archer
ad trimmed so this message wouldn't be to long.) From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 5:30 PM To: Bob Archer; Gert Driesen; Julian Simpson; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSBuild ta

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-22 Thread Parrish, Ken
sh Gomez, Inc. From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 4:48 PM To: Parrish, Ken; Gert Driesen; Julian Simpson; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSBuild task and .NET 3.5 Sounds like a bug in Nant to me. I think I asked but you

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-22 Thread Parrish, Ken
ssary-kind of a heavy-handed approach to this problem. Any additional thoughts or insights would be appreciated. Ken Parrish Gomez, Inc. From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 4:03 AM To: Parrish, Ken; Julian Simpson; nant-users@lists.sourcefor

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-22 Thread Gert Driesen
TED] Sent: Tuesday, October 21, 2008 4:20 PM To: Parrish, Ken Subject: Re: [NAnt-users] MSBuild task and .NET 3.5 Having just spent this evening wrestling with the same issue, I can tell you that they come from the registry. Have a look at this post: http://www.timbarcz.com/blog/Category

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
Sent: Tuesday, October 21, 2008 4:20 PM To: Parrish, Ken Subject: Re: [NAnt-users] MSBuild task and .NET 3.5 Having just spent this evening wrestling with the same issue, I can tell you that they come from the registry. Have a look at this post: http://www.timbarcz.com/blog/CategoryView,

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Julian Simpson
, Bob Archer wrote: Do you have visual studio installed on the one that is working… and not on the one that isn’t.? From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 5:10 PM To: Julian Simpson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] MSBuild task and

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
] Sent: Tuesday, October 21, 2008 4:20 PM To: Parrish, Ken Subject: Re: [NAnt-users] MSBuild task and .NET 3.5 Having just spent this evening wrestling with the same issue, I can tell you that they come from the registry. Have a look at this post: http://www.timbarcz.com/blog/Category

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
008 4:20 PM To: Parrish, Ken Subject: Re: [NAnt-users] MSBuild task and .NET 3.5 Having just spent this evening wrestling with the same issue, I can tell you that they come from the registry. Have a look at this post: http://www.timbarcz.com/blog/CategoryView,category,Nant.aspx They do

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
ber 21, 2008 2:30 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] MSBuild task and .NET 3.5 > I am using Nant on two separate workstations. I installed Nant Version 0.86 > on both machines. In both cases, I edited the Nant configuration file and > set: Did you compare

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Brass Tilde
> I am using Nant on two separate workstations. I installed Nant Version 0.86 > on both machines. In both cases, I edited the Nant configuration file and > set: Did you compare the two config files to make absolutely certain that they are the same? If so, it sounds like either something that sh

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Bob Archer
You probably need to install the .Net 3.5 SDK. Bob From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2008 2:03 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSBuild task and .NET 3.5 Bob

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-21 Thread Parrish, Ken
e there any additional OS or .NET components that need to be installed to support Nant with the .NET version 3.5 framework? Thanks, Ken Parrish Gomez, Inc. From: Bob Archer [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 5:35 PM To: Parrish, Ken; nant-users@lists.sourcefor

Re: [NAnt-users] MSBuild task and .NET 3.5

2008-10-20 Thread Bob Archer
You specify the framework targeting property when you start nant. Here is the faq on it. http://nant.sourceforge.net/faq.html#framework-support Bob From: Parrish, Ken [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 5:06 PM To: nant-users@l

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Eric Fetzer
Thanks Ken, I'll look into these options. BTW, we use Gomez for monitoring here. Good stuff... - Original Message From: Ken Parrish <[EMAIL PROTECTED]> To: Bob Archer <[EMAIL PROTECTED]>; nant-users@lists.sourceforge.net Sent: Tuesday, March 4, 2008 11:14:43 AM S

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Ken Parrish
We do this on a regular basis.  As Mr. Dix said, you will need to create a web deploy project and include it in your solution.  Once you've created this project, in the Properties dialog box, there is a Output Assemblies option which gives you various options for deploying separate DLLs or merg

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Bob Archer
I think there is a tool, the aspnet_compiler that will allow you to join all of these DLL's into a single DLL. You would probably need to call it after calling msbuild. The other option is to add a Web Deployment project, which I think is a wrapper around the aspnet_compiler. Then I believe MS

Re: [NAnt-users] MSBuild with Web Sites

2008-03-04 Thread Dix, John
If I understand the question right, you should use a deployment project in your solution and once you have compiled the code, then compile the deployment project as well. This sets up the directory with only the files you need and removes the intermediate DLL's. From: [EMAIL PROTECTED] [mailto

Re: [NAnt-users] MSBuild

2006-07-28 Thread Brass Tilde
>> Geez, where have I been? Does this task support the .NET >> 2.0 version of the program? > > Yes. > > Note: it currently is only part of NAntContrib. Cool. Since I already use NAntContrib, that makes it easy. Thanks, Brad

Re: [NAnt-users] MSBuild

2006-07-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Brass Tilde > Sent: vrijdag 28 juli 2006 13:22 > To: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] MSBuild > > > > > ... > >

Re: [NAnt-users] MSBuild

2006-07-28 Thread Brass Tilde
> > ... > > Geez, where have I been? Does this task support the .NET 2.0 version of the program? Brad - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [NAnt-users] MSBuild

2006-07-27 Thread Gert Driesen
> - Original Message - > From: "Gary Feldman" <[EMAIL PROTECTED]> > To: > Sent: Thursday, July 27, 2006 1:22 AM > Subject: Re: [NAnt-users] MSBuild > > Chris Holt wrote: > > > > I’m trying to switch my nant script to use the msbuild task

Re: [NAnt-users] MSBuild

2006-07-26 Thread Gary Feldman
Chris Holt wrote: > > I’m trying to switch my nant script to use the msbuild task instead of > executing devenv and I’m not sure how to properly choose the build > configuration. > > So for example, if I want to clean the Debug build of a solution file > I understand that I need to have the task

Re: [NAnt-users] MSBuild

2006-07-25 Thread Chris Holt
Holt; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] MSBuild   If you are using the msbuild task that I wrote (does the nightly build contain one), you should specify the Configuration property just like you would on the task.   From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [NAnt-users] msbuild

2006-02-02 Thread Gert Kello
Or value="${framework::get-framework-directory('net-2.0')}/msbuild.exe" /> Simon Thorogood wrote: I do it like this: the msbuild.exe path will need be appended to your PATH env var also. -- Gert ---

RE: [NAnt-users] msbuild

2006-02-02 Thread Simon Thorogood
I do it like this: the msbuild.exe path will need be appended to your PATH env var also. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of netsql Sent: 02 January 2006 01:53 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msbuil

Re: [NAnt-users] msbuild call

2006-01-04 Thread Gary Feldman
Gert Driesen wrote: Vic, We're planning on adding a task (contributed by Martin Aliger) to NAnt(Contrib) soon. In the meantime, works just fine. Gary Sent: dinsdag 3 januari 2006 3:23 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] msbuild call how do I call ms build from n

RE: [NAnt-users] msbuild call

2006-01-04 Thread Gert Driesen
Vic, We're planning on adding a task (contributed by Martin Aliger) to NAnt(Contrib) soon. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Vic Cekvenich > Sent: dinsdag 3 januari 2006 3:23 > To: nant-users@lists.sourceforge.net > Subject