Re: Recursive Property Expansion

2006-12-11 Thread Dominique Devienne
On 12/8/06, Jack J. Woehr <[EMAIL PROTECTED]> wrote: Hmm, it just seems like five years ago. It was actually 2004. It's still there in http://issues.apache.org/bugzilla/show_bug.cgi? id=29347 > Sometime in 2001 we were all discussing recursive property expansion: Welcome back J

Re: Recursive Property Expansion

2006-12-08 Thread Jack J. Woehr
Hmm, it just seems like five years ago. It was actually 2004. It's still there in http://issues.apache.org/bugzilla/show_bug.cgi? id=29347 On Dec 8, 2006, at 4:49 PM, Jack J. Woehr wrote: Sometime in 2001 we were all discussing recursive property expansion: -- Jack J. Woehr Direct

Recursive Property Expansion

2006-12-08 Thread Jack J. Woehr
Sometime in 2001 we were all discussing recursive property expansion: ${${foo}.${bar}} This would echo "It works!" with recursive expansion. In 1.7.0RC1 it echoes ${${foo}.arf} . I submitted a patch once or twice that would make this work and everyone see