Re: [NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-09 Thread Gary Feldman
Karl Palsson wrote: > Your workaround does indeed work, and I was actually already doing that > for a different case, which I suppose brings up another issue. > > > > Somevariable needs to be defined. :( which means I have to explicitly > set it to false in all my projects that don't specifically

Re: [NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-09 Thread Karl Palsson
oying. The workaround of course, is... mailto:[EMAIL PROTECTED] > Sent: Friday, June 09, 2006 12:53 PM > To: Karl Palsson; nant-users@lists.sourceforge.net > Subject: RE: [NAnt-users] Ifnot deprecated,having a few hard > times with replacements > > Karl, > > Ah! Sorry, I

Re: [NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-09 Thread Foster, Richard - PAL
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Palsson Sent: Friday, June 09, 2006 06:06 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Ifnot deprecated,having a few hard times with replacements > I would expect this to be the operation... After all you are testing &

Re: [NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-09 Thread Karl Palsson
> I would expect this to be the operation... After all you are > testing for the existence of 'CCNetLabel', not > 'CCNetProject'. All this suggests to me is that you *do* have > a CCNetLabel... Perhaps you should be using that to set your > value instead? I know I'm testing for the existence o

Re: [NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-08 Thread Foster, Richard - PAL
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Palsson Sent: Thursday, June 08, 2006 13:43 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Ifnot deprecated,having a few hard times with replacements Hi, ifnot is now deprecated in rc4, s

[NAnt-users] Ifnot deprecated, having a few hard times with replacements....

2006-06-08 Thread Karl Palsson
Hi, ifnot is now deprecated in rc4, so I'm trying to port things over to the new way This fails. CCNetProject is not defined. I know it's not defined, that's why it's only meant to do this if the "IF" is true. Is this really the intended behaviour? Shouldn't the if be getting evaluate