Re: Variable substitution in target descriptions

2022-08-07 Thread Stefan Bodewig
Hi Roger sorry for the delay On 2022/07/20 16:43:16 Roger Whitcomb wrote: > Would it be as simple as calling PropertyHelper.replaceProperties(…) at line > 1143 in Main with the “targetDescription” string? or a few lines later when you can be sure targetDescription is not null. Yes, that would

Re: Variable substitution in target descriptions

2022-07-20 Thread Roger Whitcomb
Would it be as simple as calling PropertyHelper.replaceProperties(…) at line 1143 in Main with the “targetDescription” string? Thanks, ~Roger > On Jul 20, 2022, at 12:46 AM, Stefan Bodewig wrote: > > On 2022-07-19, Roger Whitcomb wrote: > >> I have a target description that has “${result.ja

Re: Variable substitution in target descriptions

2022-07-20 Thread Stefan Bodewig
On 2022-07-19, Roger Whitcomb wrote: > I have a target description that has “${result.jar}” embedded > within. But “ant -p” doesn’t do the substitution. I’m presuming that’s > because the “-p” processing doesn’t evaluate condition or property > tasks. But, should it? Would that be a huge code chan

Re: [External] : Variable substitution in target descriptions

2022-07-19 Thread Dave Brosius
Correct, not that big of a change, i guess. On 7/19/22 12:20, Roger Whitcomb wrote: I have a target description that has “${result.jar}” embedded within. But “ant -p” doesn’t do the substitution. I’m presuming that’s because the “-p” processing doesn’t evaluate condition or property tasks. But

Variable substitution in target descriptions

2022-07-19 Thread Roger Whitcomb
I have a target description that has “${result.jar}” embedded within. But “ant -p” doesn’t do the substitution. I’m presuming that’s because the “-p” processing doesn’t evaluate condition or property tasks. But, should it? Would that be a huge code change? Thanks, ~Roger Whitcomb