Hey Chris,
Yeah - We (Emmanuel) finally nailed it. I really thought I was building the trunk, when I was
building something else, and since it took care of the first issue, I really thought it was
correct. So I was checking my versions against that "Trunk". Turns out there's
"Another" trunk :-) Thanks for chiming in though.
Cheers,
- Ole
Chris Custine wrote:
Sorry about that... I started this email and walked away so I didn't
see your response. Glad you got that figured out!
Chris
On 6/15/07, *Chris Custine * <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Hi Ole,
Emmanuel is absolutely right, there is no way the current SVN code
is causing a AIOOBE:
return "<" + oid + ", " + ( ( names == null ) || ( names.length
== 0 ) ? "null" : names[0] ) + ">";
AIOOBE just can't happen here anymore. I agree with him also, that
you MUST have a pom.xml problem that is causing it to pick up 1.5.0
or a build of 1.5.1-SNAPSHOT prior to the fix being applied.
Good luck,
Chris