Re: [NAnt-users] Unable to run NAnt build script under Fedora Core 5

2006-10-25 Thread Gert Driesen
> -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

[NAnt-users] csc task finds System.dll implicitly while Visual C# doesn't

2006-10-25 Thread Jimm Domingo
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

[NAnt-users] Unable to run NAnt build script under Fedora Core 5

2006-10-25 Thread tocsleung
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

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Jon W
> 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

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Gary Feldman
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

Re: [NAnt-users] building nant tasks in parallel

2006-10-25 Thread Eric Fetzer
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

Re: [NAnt-users] Hello everyone I am trying to compile a webproject in VS2005. I am getting an error.

2006-10-25 Thread Bob Archer
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

[NAnt-users] building nant tasks in parallel

2006-10-25 Thread Jon W
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

Re: [NAnt-users] Hello everyone I am trying to compile a webproject in VS2005. I am getting an error.

2006-10-25 Thread Bob Archer
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

Re: [NAnt-users] Hello everyone I am trying to compile a web project in VS2005. I am getting an error.

2006-10-25 Thread Kumar .S
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

Re: [NAnt-users] task not passing properties.

2006-10-25 Thread Guy Metz
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