Re: Getting around Set Property Values

2007-08-31 Thread Guru Balse
You can also consider passing in the destdir as an optional parameter (attribute) of the macro (with default value = [EMAIL PROTECTED]) David Weintraub wrote: Apparently, there are two methods: 1). Add the parameter name to my property name. Like this: 2). Use the Ant Contrib variables:

Re: Getting around Set Property Values

2007-08-31 Thread David Weintraub
Apparently, there are two methods: 1). Add the parameter name to my property name. Like this: 2). Use the Ant Contrib variables: 2a). Use the Ant Contrib var package, but to only reset the property: Although it would get me out of using the AntContrib library, I decided against prep

Re: Getting around Set Property Values

2007-08-31 Thread Peter Reilly
Currently you need to: 1 ) use 2) use the invent new property based on macro instance trick: for ant 1.8.0, we are considering implementing a "local" property: Peter On 8/31/07, David Weintraub <[EMAIL PROTECTED]> wrote

RE: Getting around Set Property Values

2007-08-31 Thread Burgess, Benjamin
You could use the parameter being passed in as part of the name of your property. Something like: Ben Burgess -Original Message-