RE: [Nant-users] Nant support for .NET 2.0 RTM framework

2005-10-27 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Evan Levy > Sent: vrijdag 28 oktober 2005 4:33 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Nant support for .NET 2.0 RTM framework > > Does anyone know if the current nightly buil

SV: [Nant-users] overwriting properties when calling anothe build script

2005-10-27 Thread Nielsen.Allan Rene Dystrup AND
Filip, I'm testing for property::exists in the child build script; If the property is defined in the master, that value is inherited by the child. It works, but I can't say if there is a better way to do it. Best regards, allan Example (child): -Oprindelig meddelelse- Fra: [EMAIL

[Nant-users] Nant support for .NET 2.0 RTM framework

2005-10-27 Thread Evan Levy
Does anyone know if the current nightly build of Nant supports the .NET 2.0 RTM framework released today?   Evan

[Nant-users] overwriting properties when calling anothe build script

2005-10-27 Thread Filip Kratochvil
I need to overwrite property when calling another nant build script but failing to do so. I have a master build file thet has a target with task in it. Within the nant task I'm declaring this property has the same name as property in my slave build file, however the property in the slave file

RE: [Nant-users] string::trim

2005-10-27 Thread Brass Tilde
> > I'm trying to remove spaces from a string and use it > > as a property. Any clue why the following won't work: > > > > > > > > > > > > > > > > > > > > > Eric- > property is immutable by definition so you cannot 'reset' it > as you are attempting to do here > 2 choices:

Re: [Nant-users] string::trim

2005-10-27 Thread Martin Gainty
Eric- property is immutable by definition so you cannot 'reset' it as you are attempting to do here 2 choices: 1)set another property (property with another name) to whitespace stripped variable 2)suggest to gert driesen the ability to capture information in a mutable 'variable' which was intr

Re: [Nant-users] string::trim

2005-10-27 Thread Gary Feldman
Eric Fetzer wrote: I'm trying to remove spaces from a string and use it as a property. Any clue why the following won't work: Trim removes spaces from the ends of a string, but not spaces within the string. To remove all spaces, use string::replace. Gary ---

[Nant-users] string::trim

2005-10-27 Thread Eric Fetzer
I'm trying to remove spaces from a string and use it as a property. Any clue why the following won't work: My Return: D:\Test>nant -f:test.build NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005) Copyright (C) 2001-2005 Gerry Shaw http:

RE: [Nant-users] Resx files

2005-10-27 Thread Gert Driesen
Paul, Have a look at the doc page for the task (more specifically the note and example 1): http://nant.sourceforge.net/nightly/latest/help/tasks/csc.html Hope this helps, Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Paul Cowan > Sen

[Nant-users] Resx files

2005-10-27 Thread Paul Cowan
Hi all, I have the following target:

RE: [Nant-users] SVN task: How to use it for a commit?

2005-10-27 Thread Robert Schneider
> -Original Message- > From: Clayton Harbour [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 27, 2005 7:46 AM > To: Robert Schneider > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] SVN task: How to use it for a commit? > > If you run in verbose what messages do you