> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: donderdag 26 oktober 2006 5:00
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Unable to run NAnt build script under Fedora Core
> 5
>
> I tried to
I have a C# library project that I can build succesfully
using the csc task. The project references 5 assemblies
that I've also built with nant.
But I can't compile these source files with Visual C# 2005.
I created a VC# project, copied all the source files into
the appropriate folder, and added
I tried to install a new copy of Fedora Core 5 into a new PC.
Fedora comes with Mono (v1.1.16). I downloaded the binary copy of Nant-0.85
and installed it into a new directory.
I also did the following steps:
Change the current directory to mono ./NAnt.exe -t:mono-1.0 -buildfle:default.build
The
> Jon W wrote:
> > I have a C++ product that takes ~3 hours to build both Debug and
> > Release versions. With the multiple core cpus available, I would like
> > to be building the Debug and Release versions at the same time.
> >
> Having a multiple core CPU is only going to help if the build is C
Jon W wrote:
> I have a C++ product that takes ~3 hours to build both Debug and
> Release versions. With the multiple core cpus available, I would like
> to be building the Debug and Release versions at the same time.
>
Having a multiple core CPU is only going to help if the build is CPU
bound
I'd just separate it and run the build in 2 different command windows.
- Original Message
From: Jon W <[EMAIL PROTECTED]>
To: nant-users@lists.sourceforge.net
Sent: Wednesday, October 25, 2006 10:30:02 AM
Subject: [NAnt-users] building nant tasks in parallel
I have a C++ product that t
It looks like you have to resolve this
error when using MSBuild:
] ASPNETCOMPILER :
error ASPRUNTIME: The precompilation target directory
(C:\Progra~1\omegaweb\src\ASP\Customermail\PrecompiledWeb\Customermail\) cannot
be in the same tree as the source application directory
(C:\P
I have a C++ product that takes ~3 hours to build both Debug and
Release versions. With the multiple core cpus available, I would like
to be building the Debug and Release versions at the same time.
My current build configuration builds the Release version, then the
Debug version. Is there any w
It helps to see the nant log output.
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kumar .S
Sent: Wednesday, October 25, 2006
11:56 AM
To:
nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Hello
everyone I am trying to compile a webproject in VS2005. I
Hello I have a question about compiling the web projects.. but I am not able to compile it. I dont know what am I doing wrong can any one tell me please. I request you guys. To correct me. Down is the code which I am trying to compile for a .net web project.
Please any one of you
Are the properties that you are trying to reset defined in your common
include file? If they are then the value would by default be reset to
the value in the include. We have a similar situation where we want the
properties to have one value by default in all of the component builds
but be able to
11 matches
Mail list logo