Re: [general] Milestone 11 preparation: entering feature freeze

2009-08-19 Thread Sean Qiu
I saw you help remove some Java 6 branch jiras from must fix in 5.0M11, thanks, Mark. Everyone, to facilitate our milestone release, we need pay more attention to these jira fields. We'd better let it remain its default value for all Java 6 issues. Best Regards Sean, Xiao Xia Qiu 2009/8/15

dev@harmony.apache.org

2009-08-19 Thread florian . harmuth
Hello all, i try to use a self compiled version of the harmonyvm. The following output occurs: sh-4.0# java -version Apache Harmony Launcher : (c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable. Failed to open JVM DLL:

Re: dev@harmony.apache.org

2009-08-19 Thread Mark Hindess
In message 0016e6d99cc1d9f38a04717d1...@google.com, florian.harm...@googlemail.com writes: Hello all, i try to use a self compiled version of the harmonyvm. The following output occurs: sh-4.0# java -version Apache Harmony Launcher : (c) Copyright 1991, 2009 The Apache Software

Re: [classlib][build] Observations about build times

2009-08-19 Thread Mark Hindess
I've committed a change to use generated filesets in r805777. For me, it results in: a 2x speed up on a fresh build, a 4x speed up on a build with no changes, a 5x speed up on clean after a build, but a 0.8x speed up (i.e. slow down) on a clean after a clean Since the latter is rather

Re: [classlib][build] Observations about build times

2009-08-19 Thread Jesse Wilson
On Wed, Aug 19, 2009 at 5:44 AM, Mark Hindess mark.hind...@googlemail.comwrote: Since the latter is rather contrived case (and extra elapsed time for me is only 4 seconds) then I think we can live with that. Awesome!