Hi Vladimir, I guess that this IAE is thrown because the Util.parseDate can not handle the pattern which contains "+". I have provided a patch on the JIRA, would you please try it.
I'm still downloading the eclipse test suite to verify it but I'm afraid it will take several hours since the network here is overload. On 11/14/07, Tony Wu <[EMAIL PROTECTED]> wrote: > sure, I will find the problem asap. Thanks for the report. > > On 11/14/07, Vladimir Beliaev <[EMAIL PROTECTED]> wrote: > > Hello, Tony, > > > > could you care about recently filed > > https://issues.apache.org/jira/browse/HARMONY-5112? (either fix regression > > or revert your patch)? > > > > This is a regression introduced by r592434 commit fixing HARMONY-5061 (it > > has taken time double check the regression and detect the guilty commit, so > > I reported the regression just yesterday). > > > > Please see the EUT report at: > > http://people.apache.org/~smishura/r593024/Windows_x86/eut33/results/html/org.eclipse.update.tests.core_win32.win32.x86.html > > > > - all tests are failed with the same exception: > > java.lang.IllegalArgumentException > > at org.apache.harmony.luni.util.Util.parseDate(Util.java:136) > > at java.net.URLConnection.getHeaderFieldDate(URLConnection.java:519) > > at java.net.HttpURLConnection.getHeaderFieldDate(HttpURLConnection.java > > :467) > > > > Thanks > > Vladimir > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, November 06, 2007 5:21 PM > > To: [EMAIL PROTECTED] > > Subject: svn commit: r592434 [1/2] - in > > /harmony/enhanced/classlib/trunk/modules: luni/make/ > > luni/src/main/java/java/util/ > > luni/src/main/java/org/apache/harmony/luni/internal/locale/ > > luni/src/test/api/common/tests/api/java/util/ text/make/ > > text/src/main/java/ja... > > > > > > > > Author: tonywu > > > > Date: Tue Nov 6 06:21:10 2007 > > > > New Revision: 592434 > > > > > > > > URL: http://svn.apache.org/viewvc?rev=592434&view=rev > > > > Log: > > Apply patch Harmony-5061 which removes the duplicate locale data > > > > <skipped...> > > > > > -- > Tony Wu > China Software Development Lab, IBM > -- Tony Wu China Software Development Lab, IBM
