Re: StackOverflowError using macrodef in ant 1.7

2007-09-06 Thread Matt Benson
--- Eric Dalquist <[EMAIL PROTECTED]> wrote: > I have some macrodefs that make use of other > macrodefs in a build. It > works in 1.6.5 but I get a StackOverflowError in > 1.7. I found a similar > issue in Bugzilla > http://issues.apache.org/bugzilla/show_bug.cgi?id=42640 > although I'm not >

StackOverflowError using macrodef in ant 1.7

2007-09-06 Thread Eric Dalquist
I have some macrodefs that make use of other macrodefs in a build. It works in 1.6.5 but I get a StackOverflowError in 1.7. I found a similar issue in Bugzilla http://issues.apache.org/bugzilla/show_bug.cgi?id=42640 although I'm not sure it is exactly the same. I did attach a build.xml that dem