Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Jay Flowers
Hi Gert, I always forget to "reply to all" for this list. Is that a setting that can be changed? Every single other list I subscribe to works with just the "reply". On 12/27/07, Gert Driesen <[EMAIL PROTECTED]> wrote: > > Hi Jay, > > Good to see you're still alive ;-) > Trying for release 1.0

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Gert Driesen
Hi Jay, Good to see you're still alive ;-) I've been meaning to contact you as I wanted to ask whether it's ok to add your NAnt extensions here: http://nant.sourceforge.net/external.html and if so, could you provide the necessary information? I'll have a look at the "design flaw" asap. I

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Bob Archer
You know... it helps when you spell the property name the same way in all locations. Guess I gotta go home now! BOb From: Bob Archer Sent: Thursday, December 27, 2007 5:51 PM To: Bob Archer; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users]

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Jay Flowers
The if does not work, this is a design flaw. I added a function to allow me that capability: You will need to use the id and refid to work with this. On 12/27/07, Bob Archer <[EMAIL PROTECTED]> wrote: > > Ok, > > > > I just realized I can use replacestring to change the token to an empty > st

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Bob Archer
Hmm... it seems the if/unless isn't working on the replacetokens either... I tested by just putting in true or false to make sure. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Thursday, December 27, 2007 5:47 PM To:

Re: [NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Bob Archer
Ok, I just realized I can use replacestring to change the token to an empty string. I also realized I can use multiple replacetokens tags... however, is the if supposed to work on that tag? Maybe I am doing the if wrong. I am doing: However, I am getting this

[NAnt-users] Empty string in Filterchange replace value

2007-12-27 Thread Bob Archer
Is there a way to specify an empty string / or nothing in a replacetoken of a filter change: When I do this: (or an empty property) I get an error: '' is not a valid value for attribute 'value' of . When I put in '' to perhaps be an empty string, it actually puts in the single