[classlib] [testing] math2 tests

2006-06-06 Thread Mikhail Loenko
I've found an issue similar to rmi tests[1] There is a method BigDecimal.subtract(BigDecimal,MathContext), its implementation in math2 consists of 30 lines Implementation does not perform any heavy math: I've counted 5 possible execution paths, different branches are calling

Re: [general] revisiting structure of SVN

2006-06-06 Thread Mikhail Loenko
They are not just stubs, I remember I've fixed a bug there [1]. They are not VM-independent, DRLVM's kernel classes differ [2] Thanks, Mikhail [1] http://issues.apache.org/jira/browse/HARMONY-121 [2]

Re: [announce] New Apache Harmony Committer : Nathan Beyer

2006-06-06 Thread Jimmy, Jing Lv
Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committer, Nathan Beyer. Nathan has shown sustained dedication to the project, an ability to work well with others, and share the common vision we have for Harmony. We all continue to expect great

[apps] azureus (was Re: [testing] AWT, Swing Java2D)

2006-06-06 Thread Mark Hindess
On 5 June 2006 at 19:07, R.J. Lorimer [EMAIL PROTECTED] wrote: For the record (I didn't gather this anywhere from this discussion), Azureus (while being a very non-trivial and cool Java application), is not written in AWT/Swing, it is written with SWT (the same as Eclipse). It's probably

Re: [testing] AWT, Swing Java2D

2006-06-06 Thread zoe slattery
Hi Geir Geir Magnusson Jr wrote: Mark Hindess wrote: On 5 June 2006 at 18:46, Anton Luht [EMAIL PROTECTED] wrote: Good day, I would propose to start with Geronimo. Someone looked at this a while ago I think[0], there is a link from:

Re: [announce] New Apache Harmony Committer : Nathan Beyer

2006-06-06 Thread George Harley
Congratulations Nathan ! -- George Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committer, Nathan Beyer. Nathan has shown sustained dedication to the project, an ability to work well with others, and share the common vision we have for

Re: [announce] New Apache Harmony Committer : Nathan Beyer

2006-06-06 Thread Oliver Deakin
Congrats Nathan - keep up the good work! Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committer, Nathan Beyer. Nathan has shown sustained dedication to the project, an ability to work well with others, and share the common vision we have for

Re: [VOTE] Acceptance of Harmony-528 : AWT, Java2D and Swing

2006-06-06 Thread Oliver Deakin
+1 Geir Magnusson Jr wrote: I have received the ACQs and the BCC for Harmony-528, so I can assert that the critical provenance paperwork is in order and in SVN. Please vote to accept or reject this codebase into the Apache Harmony class library : [ ] + 1 Accept [ ] -1 Reject (provide reason

Re: [announce] New Apache Harmony Committer : Nathan Beyer

2006-06-06 Thread Tim Ellison
p.s. IIRC you are a Harmony Authorized Contributor, so your status is an 'A' rather than a 'R', right? Tim Ellison wrote: Congratulations Nathan -- and well deserved. There is an rsync delay of up to an hour between the update on minotaur and the page appearing on the web server. I see

RE: [testing] AWT, Swing Java2D

2006-06-06 Thread Zakharov, Vasily M
could we run Geronimo without CORBA? No, we can't for now, but we'll can when Geronimo 1.1 is out, which is gonna happen pretty soon. Geronimo 1.1 is promised to work without CORBA. Vasily Zakharov Intel Middleware Products Division -Original Message- From: Stefano Mazzocchi

Re: [general] revisiting structure of SVN

2006-06-06 Thread Geir Magnusson Jr
Oliver Deakin wrote: I can see how confusion could be caused by their location, however IMHO it would cause more confusion to have the kernel stubs located separate to the rest of the Java code. Perhaps it would be clearer if the directories were renamed luni-kernel-stubs and

Releationship to GNU Classpath?

2006-06-06 Thread theUser BL
Hi! Can anybody at Harmony say, whats the releationship (or non-releationship) to GNU Classpath is? At the beginning of Apache Harmony it sounds, that Harmony would use GNU Classpath for its class libraries. But since Intel have spend Harmony its own Swing implementation, it is clear,

Re: [general] revisiting structure of SVN

2006-06-06 Thread Mark Hindess
On 5 June 2006 at 13:00, Geir Magnusson Jr [EMAIL PROTECTED] wrote: I'd like to discuss how we start to bring together the pieces of Harmony given our goal is Java SE with all the fixin's. We now have /classlib /jchevm /drlvm DRLVM and classlib work together (as I think we all

Re: [classlib] Enum ready to go

2006-06-06 Thread Geir Magnusson Jr
cool! (I didn't remember you were working on it... excellent) Tim Ellison wrote: Heads up that I completed the implementation of j.l.Enum today; so you can go mad and use enum types in classlib code for real now. I wrote a bunch of tests but if you could hammer on it and try to break it

Re: [general] revisiting structure of SVN

2006-06-06 Thread Ivan Volosyuk
2006/6/6, Oliver Deakin [EMAIL PROTECTED]: Ivan Volosyuk wrote: 2006/6/6, Oliver Deakin [EMAIL PROTECTED]: SNIP I can see how confusion could be caused by their location, however IMHO it would cause more confusion to have the kernel stubs located separate to the rest of the Java code.

Re: [classlib] [testing] 37% of total test execution time is spent in a single test

2006-06-06 Thread Santiago Gala
El jue, 01-06-2006 a las 22:26 +0700, Mikhail Loenko escribió: 2006/6/1, Geir Magnusson Jr [EMAIL PROTECTED]: Mikhail Loenko wrote: 2006/6/1, Geir Magnusson Jr [EMAIL PROTECTED]: I don't quite grok what you mean - could you post what you are suggesting in code here on -dev?

Re: [drlvm] ditching the classlib build in drlvm

2006-06-06 Thread Gregory Shimansky
+1 on this. VM should not build classlib. Classlib should not build VM. And there should be an upper level build which builds a HDK from lower level VM and classlib builds. Sorry for a previous email which I sent hitting C-Enter by mistake. On Tuesday 06 June 2006 22:11 Geir Magnusson Jr

Re: [classlib] Enum ready to go

2006-06-06 Thread Mikhail Loenko
I see two failing tests. Does anybody see them too? org.apache.harmony.tests.java.lang.EnumTest tests.api.java.net.ProxyTest Thanks, Mikhail 2006/6/7, Geir Magnusson Jr [EMAIL PROTECTED]: cool! (I didn't remember you were working on it... excellent) Tim Ellison wrote: Heads up that I

Re: [classlib] Enum ready to go

2006-06-06 Thread Stepan Mishura
Hi Tim, On 6/7/06, Tim Ellison wrote: Heads up that I completed the implementation of j.l.Enum today; so you can go mad and use enum types in classlib code for real now. Cool! I wrote a bunch of tests but if you could hammer on it and try to break it that would be good :-) And did you

Re: [drlvm] the build.... why?

2006-06-06 Thread Vladimir Gorr
Hi Geir, It's not exactly clear to me how you started the build process for DRLVM but I hope it has been made in accordance with the README file, namely: - set ANT_HOME JAVA_HOME env variable - cd build; build.bat update - build.bat Second step is intended for downloading all necessary

Re: [classlib] Enum ready to go

2006-06-06 Thread Andrew Zhang
Hello Stepan and Mikhail, All tests passed on my machine. Which test case was failed in your environment, on RI or Harmony? Thanks! On 6/7/06, Stepan Mishura [EMAIL PROTECTED] wrote: Hi Tim, On 6/7/06, Tim Ellison wrote: Heads up that I completed the implementation of j.l.Enum today; so

Re: [classlib] Enum ready to go

2006-06-06 Thread Andrew Zhang
Exciting news! :) And I also found some mocked enum classes (e.g. java.net.Proxy.Type java.net.Authenticator.Request) had already been updated as real enum style! :) But things don't end. We should be aware of serialization issue of enum type class, that means readObject method may be

Re: [classlib] Enum ready to go

2006-06-06 Thread Stepan Mishura
I found the reason - tests expect NPE when valueOf(null) is invoked but IAE is thrown instead. For example, java.lang.IllegalArgumentException at org.apache.harmony.tests.java.lang.EnumTest$Sample.valueOf(EnumTest.java :22) at