Re: [vote] Declare tag 5.0m...@r901653 as 5.0 Milestone 12a

2010-01-26 Thread Tim Ellison
On 23/Jan/2010 22:10, Catherine Hope wrote: Results on Linux 32bit Ubuntu, gcc 4.3.3 are 12 failures, 1 error given below. This is a subset of the failures/errors I got on Harmony M11, so +1 (if I'm eligible to vote, or is that just for committers?) A fairer comparison is between M12 and

Re: [jira] Commented: (HARMONY-6392) [classlib][swing] Test failures in javax.swing.text.html.HTMLDocument_Reader_ActionsTest

2010-01-26 Thread Oliver Deakin
On 25/01/2010 17:26, Oliver Deakin wrote: On 25/01/2010 16:59, Tim Ellison wrote: On 25/Jan/2010 16:09, Oliver Deakin wrote: Looks like this is caused by DTD.java's use of available() again. This time the test is failing because RAFStream.available() is being called by DTD.read() and its

Re: [vote] Declare tag 5.0m...@r901653 as 5.0 Milestone 12a

2010-01-26 Thread Mark Hindess
+1 Built binary artifacts and Debian packages from these sources for Linux/x86 and Linux/x86_64. Tested them on Debian/testing x86 and x86_64. -Mark In message 20100123182824.49b62816...@nike.apache.org, Mark Hindess writes: I have created signed source archives for revision r901653 of tag

[classlib] Merge of trunk to java6 branch

2010-01-26 Thread Mark Hindess
I've just done a merge of the classlib tr...@901560 to the java6 branch. There were quite a few conflicts this time around in particular with TreeMap, TreeSet, and Properties so if you committed changes to these classes since the last merge you might want to sanity check that I merged your

[result] [vote] Declare tag 5.0m...@r901653 as 5.0 Milestone 12a

2010-01-26 Thread Mark Hindess
+1 votes from Catherine, Nathan, Tim, Oliver, and myself. No other votes, so the vote passes. Thanks for testing the artifacts and voting. I've uploaded binaries for the tested platforms to: http://www.apache.org/dist/harmony/milestones/M12a/ so that they will get sync'd to the mirrors in

[classlib] TreeSet fields not private in java6 branch?

2010-01-26 Thread Mark Hindess
I noticed while doing the merge of trunk to java6 that the backingMap field of TreeSet was not private in the java6 branch while it is private in trunk. Jimmy, I think you submitted the code that changed this in HARMONY-4124. Why did you change the backingMap field to not be private (and

Re: [classlib] Merge of trunk to java6 branch

2010-01-26 Thread Jesse Wilson
On Tue, Jan 26, 2010 at 5:28 AM, Mark Hindess mark.hind...@googlemail.comwrote: I've just done a merge of the classlib tr...@901560 to the java6 branch. There were quite a few conflicts this time around in particular with TreeMap, TreeSet, and Properties so if you committed changes to these

Re: [classlib] Merge of trunk to java6 branch

2010-01-26 Thread Mark Hindess
In message a43fbc6a1001261346j4889c679m37665761f9a8b...@mail.gmail.com, Jesse Wilson writes: On Tue, Jan 26, 2010 at 5:28 AM, Mark Hindess mark.hind...@googlemail.comwrote: I've just done a merge of the classlib tr...@901560 to the java6 branch. There were quite a few conflicts this

Re: [classlib] Merge of trunk to java6 branch

2010-01-26 Thread Mark Hindess
In message 201001262220.o0qmkjzq013...@d12av01.megacenter.de.ibm.com, Mark Hindess writes: In message a43fbc6a1001261346j4889c679m37665761f9a8b...@mail.gmail.com, Jesse Wilson writes: On Tue, Jan 26, 2010 at 5:28 AM, Mark Hindess mark.hind...@googlemail.comwrote: I've just done a

Re: [classlib] Merge of trunk to java6 branch

2010-01-26 Thread Mark Hindess
In message 20100126223233.7fd54816...@nike.apache.org, Mark Hindess writes: In message 201001262220.o0qmkjzq013...@d12av01.megacenter.de.ibm.com, Mark Hindess writes: In message a43fbc6a1001261346j4889c679m37665761f9a8b...@mail.gmail.com, Jesse Wilson writes: On Tue, Jan 26, 2010

[general] Google Summer of Code 2010

2010-01-26 Thread Sean Qiu
Have someone notice this? Seems that it is time to dicuss our potential proposals. We will begin accepting application from would-be mentoring organizations beginning March 8th at approximately 19:00 UTC, with applications closing on March 12th at 23:00 UTC. Students can apply between 19:00

Re: [general] Google Summer of Code 2010

2010-01-26 Thread 倪森
I create a page http://wiki.apache.org/general/SummerOfCode2010 for discuss. 2010/1/27 Sean Qiu sean.xx@gmail.com: Have someone notice this? Seems that it is time to dicuss our potential proposals. We will begin accepting application from would-be mentoring organizations beginning

Re: [general] Google Summer of Code 2010

2010-01-26 Thread Daniel Gong
WOW, eager to participate again~:) On Wed, Jan 27, 2010 at 9:26 AM, Sean Qiu sean.xx@gmail.com wrote: Have someone notice this? Seems that it is time to dicuss our potential proposals. We will begin accepting application from would-be mentoring organizations beginning March 8th at

Re: [classlib] Merge of trunk to java6 branch

2010-01-26 Thread Jesse Wilson
On Tue, Jan 26, 2010 at 2:37 PM, Mark Hindess mark.hind...@googlemail.comwrote: Jesse, Do you have a test case for the problem solved by adding this check? We should probably include it in the test suite and it would be helpful in finding an appropriate fix for the java6 branch.