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
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
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
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
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,
, 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
]
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
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
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
> 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
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
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
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
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
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
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
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
>> 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
> -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
>
> >
> > ...
> >
>
> ...
>
>
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
> - 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
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
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
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
---
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
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
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
27 matches
Mail list logo