Re: [NAnt-users] Question about Variables

2008-12-16 Thread Bob Archer
This is really a ccnet issue and not a nant issue. You should ask on the ccnet-users mail list. That said, I have never see the below. I know of two ways to do variables in ccnet... one is with XML entities the other is to use the preprocessor elements introduced in vers 1.4. What you are seeing m

[NAnt-users] Question about Variables

2008-12-16 Thread LLCard
I have seen some ccnet.config scripts use variables as shown below ( !!{ variablename }!! ) but I am not certain how that is done. I thought it might be a filterchain with a replace token but I am not certain and if this were the case, where would this filterchain block be placed since this was i