RE: [Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-13 Thread David Reed
Title: Message Eric,   Best practices?  Dunno.  How about working practices instead?  :)  I don't know how complex your environment is, but I've got 102 different projects/assemblies for three different production websites in VSS monitored by Draco on a single build server and built by N

[Nant-users] Question: Build compiling web project that is referenced as virtu al directory.

2003-11-13 Thread COTTER Eric F
Title: Message I'm looking for best practices here.   I have a web application that currently is checked out from source control "VSS" and is integrated into IIS 6.0.   I have been poking around at the builds files for NantCruiseControl and Draco.   And it appears that the majority are

RE: [Nant-users] How to set and get a value from a system environment variable during a build

2003-11-13 Thread Jean Rajotte
Title: Message you can get using to load the env into sys.env.* you can't set from within .net, or using the shell from nant.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean PerkinSent: Thursday, November 13, 2003 17:09To: [E

[Nant-users] How to set and get a value from a system environment variable during a build

2003-11-13 Thread Sean Perkin
Hi Folks,   Does anyone know how to set and get a value from a system environment variable during a build?   Regards,         Sean Perkin     Build Developer     Cactus Commerce       819.778.0313 • 315      819.771.0921       http://www.cactuscommerce.com    [EMAIL

RE: [Nant-users] How to compare two property values

2003-11-13 Thread Jean Rajotte
the only way that comes to mind is to write a script (my standard cheat :)

RE: [Nant-users] How to compare two property values

I've been wondering about this too. The ideas I've come up with are: 1) Use script. 2) Write an task. I don't know if there's anything better... Nick http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Perkin Sent: Thursday,

[Nant-users] How to compare two property values

Hi Folks,   Does anyone know how to compare two property values in NAnt?   Regards,       Sean Perkin     Build Developer     Cactus Commerce       819.778.0313 • 315      819.771.0921       http://www.cactuscommerce.com    [EMAIL PROTECTED]   <><><><><>

[Nant-users] Recall: How to create a boolean property

Sean Perkin would like to recall the message, "How to create a boolean property". --- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, We

[Nant-users] How to create a boolean property

Hi Folks,   Does anyone know how to ceate a Boolean property in NAnt?   Regards,       Sean Perkin     Build Developer     Cactus Commerce       819.778.0313 • 315      819.771.0921       http://www.cactuscommerce.com    [EMAIL PROTECTED]   <><><><><>

[Nant-users] app.config --> project.exe.config

Does NAnt have a way to handle the renaming and deployment of project config files during the build process? I've been hardcoding copies in a build file I use for staging, but naturally, don't like this solution. Thanks - Eric __ Do you Yahoo!? Protect your identi

Re: [Nant-users] Unknown Task or Datatype help with v0.8.3

Scott, Here it is. Pretty straight forward. using System; using System.IO; using NAnt.Core; using NAnt.Core.Tasks; using NAnt.Core.Attributes; namespace SampleNantBuildLibrary { [TaskName("SampleNantBuildLibrary.AddNumber")] public class SampleNantBuildClass

Re: [Nant-users] Problems while building NAnt from source

Rishi: >"The file 'NAnt.Core.dll' cannot be copied to the run directory. The >process cannot access the file because it is being used by another process." This might help with finding out what's going on with that message: http://www.sysinternals.com/ntw2k/freeware/handle.shtml (not affiliated

[Nant-users] Problems while building NAnt from source

Hi, I downloaded Nant [file nant-0.8.3.zip] and tried to build the solution but it is giving some problems. I am using Microsoft Development Environment Version 7.1.3088 and .NET Framework 1.1 version 1.1.4322. It first said that the Nant version has to be upgraded for the MSDE I have and it did

[Nant-users] with always recompiles

The target, when used with , always recompiles, irrespective of whether the resx files were changed or not. I thought the compiler wont be invoked if none of the dependent source or referenced files have changed. Isnt that so? _