Re: [apps] welkin (was Re: [VOTE] Acceptance of Harmony-528: ...)

2006-06-07 Thread Anton Avtamonov
On 6/6/06, Stefano Mazzocchi [EMAIL PROTECTED] wrote: SNIP That's interesting I suspect that BasicHTML and LineListener are dependencies of JApplet because I don't use sound nor HTML rendering in there... but I do extend JApplet. Yes, unfortunately JApplet is not there yet :-( Some

Re: [classlib] Enum ready to go

2006-06-07 Thread Andrew Zhang
Hi, Stepan, The test you metioned is passed in my environment: RI version: 1.5.0_02. Linux: Read hat Enterprise Linux AS(2.4.21-15.EL) Is the problem caused by earlier version javac? I remember that RI of earlier verion throws IAE instead of NPE when the arguement is null. Would you please

Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

2006-06-07 Thread Dmitry M. Kononov
Hi Tim, On 6/6/06, Tim Ellison [EMAIL PROTECTED] wrote: Dmitry M. Kononov wrote: I noticed that the xalan.jar 2.7.0 from the ibiblio site does not contain the BCEL at all. However, a lot of xalan's classes (maybe even all) depend on it. Are you going to add the BCEL to the list of

Re: [classlib] Enum ready to go

2006-06-07 Thread Mikhail Loenko
Hi Andrew Did you update your workspace? Thanks, Mikhail 2006/6/7, Andrew Zhang [EMAIL PROTECTED]: Hi, Stepan, The test you metioned is passed in my environment: RI version: 1.5.0_02. Linux: Read hat Enterprise Linux AS(2.4.21-15.EL) Is the problem caused by earlier version javac? I

Re: [classlib] Enum ready to go

2006-06-07 Thread Andrew Zhang
Hi, Mikhail, Of course I DID... On 6/7/06, Mikhail Loenko [EMAIL PROTECTED] wrote: Hi Andrew Did you update your workspace? Thanks, Mikhail 2006/6/7, Andrew Zhang [EMAIL PROTECTED]: Hi, Stepan, The test you metioned is passed in my environment: RI version: 1.5.0_02. Linux: Read hat

Re: [jira] Updated: (HARMONY-548) upgrade to xerces 2.8.0 and xalan 2.7.0

2006-06-07 Thread Tim Ellison
Dmitry M. Kononov wrote: Hi Tim, On 6/6/06, Tim Ellison [EMAIL PROTECTED] wrote: Dmitry M. Kononov wrote: I noticed that the xalan.jar 2.7.0 from the ibiblio site does not contain the BCEL at all. However, a lot of xalan's classes (maybe even all) depend on it. Are you going to add

Re: [classlib] [testing] math2 tests

2006-06-07 Thread Tim Ellison
Stepan Mishura wrote: So you suggest to generate thousands of 'dynamic' tests. Right? Nope, not if there is no new code paths being exercised by them. I was just pointing out that even where the thousands of tests do test different code paths you may choose to generate them dynamically rather

Re: [apps] welkin (was Re: [VOTE] Acceptance of Harmony-528: ...)

2006-06-07 Thread Alexey Petrenko
2006/6/6, Stefano Mazzocchi [EMAIL PROTECTED]: BTW, is Harmony's Java2D hardware accelerated or software drawn? As it was written in contribution email Java2D uses GDI+ library on Windows and Xlib on Linux. So it's almost everywhere hardware accelerated on Windows and almost everywhere

Re: [classlib] Enum ready to go

2006-06-07 Thread Jimmy, Jing Lv
Stepan Mishura wrote: 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

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

2006-06-07 Thread Tim Ellison
Geir Magnusson Jr wrote: How much time? Can I have a day to answer that question accurately ;-) ? Regards, Tim Tim Ellison wrote: I'd like to request more time to look through the contribution. Apologies for the delay but it is a large amount of code. The vote came round a bit quicker

Re: [classlib] Enum ready to go

2006-06-07 Thread Tim Ellison
The Sun 1.5.0_06 compiler was driven directly by our build scripts (so using jsr14) and the Eclipse 3.2RC4 compiler has source 1.5 target 1.4 set. I could throw an IAE from Enum#valueOf(Class, null) when the Enum is empty, but seems a bit of a drag to work around the compilers. (which version of

Re: [classlib] Enum ready to go

2006-06-07 Thread Mikhail Loenko
2006/6/7, Tim Ellison [EMAIL PROTECTED]: The Sun 1.5.0_06 compiler was driven directly by our build scripts (so using jsr14) and the Eclipse 3.2RC4 compiler has source 1.5 target 1.4 set. I could throw an IAE from Enum#valueOf(Class, null) when the Enum is empty, but seems a bit of a drag to

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

2006-06-07 Thread Tim Ellison
Geir Magnusson Jr wrote: Tim Ellison wrote: Nathan Beyer wrote: -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 2:19 AM To: harmony-dev@incubator.apache.org Subject: Re: [announce] New Apache Harmony Committer : Nathan Beyer p.s. IIRC

Re: [classlib] Enum ready to go

2006-06-07 Thread Jimmy, Jing Lv
Mikhail Loenko wrote: 2006/6/7, Tim Ellison [EMAIL PROTECTED]: The Sun 1.5.0_06 compiler was driven directly by our build scripts (so using jsr14) and the Eclipse 3.2RC4 compiler has source 1.5 target 1.4 set. I could throw an IAE from Enum#valueOf(Class, null) when the Enum is empty, but

Re: [classlib] Enum ready to go

2006-06-07 Thread Tim Ellison
Jimmy, Jing Lv wrote: Mikhail Loenko wrote: 2006/6/7, Tim Ellison [EMAIL PROTECTED]: The Sun 1.5.0_06 compiler was driven directly by our build scripts (so using jsr14) and the Eclipse 3.2RC4 compiler has source 1.5 target 1.4 set. I could throw an IAE from Enum#valueOf(Class, null) when

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

2006-06-07 Thread Mikhail Loenko
2006/6/7, Tim Ellison [EMAIL PROTECTED]: Geir Magnusson Jr wrote: Tim Ellison wrote: Nathan Beyer wrote: -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 2:19 AM To: harmony-dev@incubator.apache.org Subject: Re: [announce] New Apache

Re: [classlib] Enum ready to go

2006-06-07 Thread Mikhail Loenko
javac and java are from the same distrib (javac does not print detailed version info, that is why I''m mentioning java version), so it is javac 1.5.0_b64 so I compile with JDK 1.5.0_b64, run on Harmony and it fails Thanks, Mikhail 2006/6/7, Jimmy, Jing Lv [EMAIL PROTECTED]: Mikhail Loenko

[tools] I want to implement keytool - have a question

2006-06-07 Thread Anton Rusanov
Hello. I looked through Harmony code and I think I can implement the Keytool for the project using existing classes. I've already played with the thing and it doesn't seem to be very hard to do. I'm going to create a couple of files with stubs and gradually replace stubs with implementation

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

2006-06-07 Thread Geir Magnusson Jr
Salikh Zakirov wrote: Geir Magnusson Jr wrote: What I don't understand is the motivation or the theory behind how and why it was done. I'm hoping that if I grok that, all will fall into place for me and with that different perspective, I might find it easier to work with. The two main

[drlvm] build -unhook the classlib build and point to the existing in-tree one

2006-06-07 Thread Geir Magnusson Jr
Can I get some help from someone w/ the build? First thing, I want to stop using the auto-download classlib and harmony JIRA fetches, and just point the build at the existing classlib that's in the svn tree. IOW, I have w/ /harmony/enhanced/ as my root : drlvm/trunk/ classlib/trunk/ and I

RE: [tools] I want to implement keytool - have a question

2006-06-07 Thread Elford, Chris L
Geir writes: Maybe it's time to pull tools out? I'm not quite sure what you are suggesting. Pulling them out of the build? Placing them somewhere else in the repository? Thanks, Chris Elford Intel Middleware Products Division -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL

Re: Supporting working on a single module?

2006-06-07 Thread Geir Magnusson Jr
Mark Hindess wrote: On 7 June 2006 at 9:42, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Oliver Deakin wrote: Just thought Id give a bit of a heads up on HARMONY-561. The patch attached to that JIRA moves the header files under the native-src/platform/include directories into

Re: [tools] I want to implement keytool - have a question

2006-06-07 Thread Geir Magnusson Jr
Elford, Chris L wrote: Geir writes: Maybe it's time to pull tools out? I'm not quite sure what you are suggesting. Pulling them out of the build? Placing them somewhere else in the repository? Sorry. I mean to put together a tools 'subsection' in the project, so it's 'front and

Re: Supporting working on a single module?

2006-06-07 Thread Oliver Deakin
Geir Magnusson Jr wrote: Oliver Deakin wrote: Just thought Id give a bit of a heads up on HARMONY-561. The patch attached to that JIRA moves the header files under the native-src/platform/include directories into /modules/luni|archive/src/main/native. It also updates the build scripts and

Re: [classlib] proposal - resolution to java.util.concurrent issue

2006-06-07 Thread Geir Magnusson Jr
Tim Ellison wrote: Geir Magnusson Jr wrote: I had a nice chat with Doug today to try to reach a conclusion regarding j.u.c Given that everyone else (Sun, IBM, BEA...) seems to use j.u.c, found here http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/java/util/concurrent/ I

[jchevm+classlibadapter] Running classlib tests

2006-06-07 Thread Mark Hindess
With HARMONY-569, HARMONY-572 and a couple of simple hacks - like removing the -showversion jvm arguments from test runs - I've been able to run 63% of the classlib tests. I should get more running with a little more effort. The test results were: Tests FailuresErrors

Re: [jchevm+classlibadapter] Running classlib tests

2006-06-07 Thread Ivan Volosyuk
Wow! I've just wanted to run eclipse :) And it requires a bunch of the functionality. Thank you, Mark, it is great to know that I am not only one who interested in the adapter. It was quite interesting to get something work. Now, it becoming increasingly difficult to dig deep into eclipse

Re: Ant build | IOException

2006-06-07 Thread Thorbjørn Ravn Andersen
Anoop kumar V skrev den 30-05-2006 04:36: Hi, I am a n00b wanting to contribute to Harmony. All I have done so far (code-wise) is checkout the harmony code (revision 410710) from svn and run ant from ~/Harmony/make folder. I have just done the exercise for the first time with a fresh

Re: Ant build | IOException

2006-06-07 Thread Garrett Rooney
On 6/7/06, Thorbjørn Ravn Andersen [EMAIL PROTECTED] wrote: svn checkout https://svn.apache.org/repos/asf/incubator/harmony ant -f harmony/enhanced/classlib/trunk/make/depends.xml download Please don't check out the root of the harmony tree. It's incredibly wasteful, that's far more content

RE: [classlib] proposal - resolution to java.util.concurrent issue

2006-06-07 Thread Nathan Beyer
I'm all for it, especially if Doug is okay with it. I made an attempt at using the code a week back and it should be fairly easy to get the majority of it in. The missing piece would be a VMI API for the atomic and lock functionality. Would we be using the latest version from HEAD, or is there a

Re: [classlib] Enum ready to go

2006-06-07 Thread Mikhail Loenko
now two out of three yesterday's tests pass, one still fails: tests.api.java.net.AuthenticatorTest Thanks, Mikhail 2006/6/7, Tim Ellison [EMAIL PROTECTED]: So the ECJ folk are going to modify their compiler to dispatch to Enum#valueOf(Class, String) too [1] -- which means we get to decide the