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

2006-06-08 Thread Foster, Richard - PAL
Karl, 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? Regards, Richard -Original Message-

[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