Hi Niall,
Jörg Schaible wrote:
> Niall Pemberton wrote at Freitag, 9. Oktober 2009 00:03:
>
>> Hi Jörg,
>>
>> Thanks for testing, comments inline...
>>
>
> [snip]
>
>>>
>>> Issues with Sun JDK 1.3.1:
>>> ==========================
>>>
>>> Source compilable, but a lot of tests fail.
>>
>> All the tests pass for me - I was using Ant 1.7.1 and Sun's JDK
>> 1.3.1_18 on Windows XP - but I tried Ant 1.6.5 and JDK 1.3.1_20 (again
>> on WinXP) and also had no problems. Are the tests actually failing or
>> are you just seeing alot of exceptions in the output? Because
>> BeanUtils uses reflection to intialise the "cause" when re-throwing
>> exceptions for JDK 1.4+, but for JDK 1.3 it logs the stack trace of
>> the original exception. For example:
>>
>>
>
http://commons.apache.org/beanutils/xref/org/apache/commons/beanutils/PropertyUtilsBean.html#2194
>>
>
http://commons.apache.org/beanutils/xref/org/apache/commons/beanutils/BeanUtilsBean.html#1041
>
>
> I'll have a closer look this evening when I'm back from office, but, yes,
> it looks like a lot of those.
Yes, I can confirm that the unit tests itself do not report any error or
failure, the output seems to be what I can expect from your links above.
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org
|