> > 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:
able' which was introduced into the ant-contrib
some years ago
Good Luck
Martin-
- Original Message -
From: "Eric Fetzer" <[EMAIL PROTECTED]>
To: "Nant Users"
Sent: Thursday, October 27, 2005 4:21 PM
Subject: [Nant-users] string::trim
I'm trying to r
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
---
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: