Re: [classlib] [jira] Commented: (HARMONY-410) method decode(ByteBuffer, CharBuffer, boolean) should set correct position in ByteBuffer

2006-05-05 Thread Vladimir Strigun
On 5/5/06, Mikhail Loenko [EMAIL PROTECTED] wrote: Vladimir, Andrew 2006/4/26, Andrew Zhang [EMAIL PROTECTED]: Here I propose two solutions: 1. Set the ByteBuffer to the limit, and store the remaining ByteBuffer in decoder. Invokers doesn't care the position of in. If the result is

Re: [jira] Commented: (HARMONY-33) java.nio.BufferOverflow exception while decoding ByteBuffer with UTF-16 charset

2006-05-05 Thread Vladimir Strigun
Andrew, thanks for your comments. Looks like the bug in ICU is very simple and I hope it will be fixed in the next ICU release. I just like to reopen harmony-33 to correctly track issue status. At the moment it reproduced with icu4jni3.4 , that's why I asked to reopen. As soon as we get new

Re: [classlib] [jira] Commented: (HARMONY-410) method decode(ByteBuffer, CharBuffer, boolean) should set correct position in ByteBuffer

2006-05-05 Thread Mikhail Loenko
2006/5/5, Vladimir Strigun [EMAIL PROTECTED]: On 5/5/06, Mikhail Loenko [EMAIL PROTECTED] wrote: Vladimir, Andrew 2006/4/26, Andrew Zhang [EMAIL PROTECTED]: Here I propose two solutions: 1. Set the ByteBuffer to the limit, and store the remaining ByteBuffer in decoder. Invokers

Re: DRLVM contribution - try this out!

2006-05-05 Thread Tim Ellison
+1 to Geir's comments below (i.e. that's my preference too) Regards, Tim Geir Magnusson Jr wrote: Leo Simons wrote: On Thu, May 04, 2006 at 04:50:28PM -0700, Rana Dasgupta wrote: We should probably hold off on patching right now? I don't see why you can't attach patches to the

Re: [prayer] to the Eclipse Foundation

2006-05-05 Thread Tim Ellison
Geir Magnusson Jr wrote: Nathan Beyer wrote: I may be a bit naïve in regards to such things, but would it be possible to create our own stripped down compiler package? My thought is that we could just checkout the appropriate JDT code from Eclipse's CVS server, build only the classes

Re: [prayer] to the Eclipse Foundation

2006-05-05 Thread Geir Magnusson Jr
Stefano Mazzocchi wrote: Geir Magnusson Jr wrote: Nathan Beyer wrote: I may be a bit naïve in regards to such things, but would it be possible to create our own stripped down compiler package? My thought is that we could just checkout the appropriate JDT code from Eclipse's CVS server,

Re: DRLVM contribution - try this out!

2006-05-05 Thread Leo Simons
On Fri, May 05, 2006 at 10:24:12AM +0100, Tim Ellison wrote: +1 to Geir's comments below (i.e. that's my preference too) wiki-fy it! :-) LSD - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe,

Re: DRLVM contribution - try this out!

2006-05-05 Thread Ivan Volosyuk
I have made work release version of DRLVM build with GCC-4.1.0. A small additional change in Class_File_Loader.cpp needed. I can send a patch when we make a decision about patch policy. -- Ivan On 5/5/06, Ivan Volosyuk [EMAIL PROTECTED] wrote: Chris, try patch from Harmony-443 for gcc-3.4.6 it

Re: svn commit: r400008 - in /incubator/harmony/enhanced/classlib/trunk/modules/text/src: main/java/java/text/ test/java/org/apache/harmony/text/tests/java/text/

2006-05-05 Thread Tim Ellison
[EMAIL PROTECTED] wrote: snip Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/src/test/java/org/apache/harmony/text/tests/java/text/BidiTest.java URL:

Re: svn commit: r400008 - in /incubator/harmony/enhanced/classlib/trunk/modules/text/src: main/java/java/text/ test/java/org/apache/harmony/text/tests/java/text/

2006-05-05 Thread Mark Hindess
On 5 May 2006 at 11:33, Tim Ellison [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: snip Modified: incubator/harmony/enhanced/classlib/trunk/modules/text/src/test/j ava/org/apache/harmony/text/tests/java/text/BidiTest.java URL:

Re: DRLVM contribution - try this out!

2006-05-05 Thread Rana Dasgupta
Ivan, Excellent. Pls submit to JIRA and link to original contribution, as Geir suggests. Also attach some submission notes including successful build log :-) Rana On 5/5/06, Ivan Volosyuk [EMAIL PROTECTED] wrote: I have made work release version of DRLVM build with GCC-4.1.0. A small

Re: DRLVM contribution - try this out!

2006-05-05 Thread Ivan Volosyuk
The updated patch DRLVM-GCC-3.4_and_4.x-cumulative.patch is now in Harmony-443 JIRA with detailed instructions. http://issues.apache.org/jira/browse/HARMONY-443 -- Ivan On 5/5/06, Rana Dasgupta [EMAIL PROTECTED] wrote: Ivan, Excellent. Pls submit to JIRA and link to original contribution, as

RE: [rmi] package comparison

2006-05-05 Thread Zakharov, Vasily M
Daniel, I was going to run your tests against our implementation, and it looks like there's a lot of tests in the package, but I found no documentation on how to run them. Could you please instruct me on how your test suite works and how can I run it? Thank you! Vasily -Original

RE: DRLVM contribution - try this out!

2006-05-05 Thread Elford, Chris L
Hi Ivan, On Fedora core 4 and compiler 4.1.0, I get further with this patch. I am able to build successfully with gcc 4.1.0 [4.0.3 still had some template issues]. Unfortunately, while the resulting executable can run ij -version, it cannot run Eclipse... failing with *** Error:

RE: DRLVM contribution - try this out!

2006-05-05 Thread Elford, Chris L
Hi Ivan, I can happily report success using compiler 4.1.0 on Fedora Core 5. It built with the patches [release mode] and it runs Eclipse! I must say that it starts Eclipse pretty fast on my Pentium Extreme-Edition processor based Fedora Core 5 system. :-) I plan to install Fedora Core 5

Re: DRLVM contribution - try this out!

2006-05-05 Thread Vladimir Gorr
Certainly all I'll say is obvious but ... Suppose the patches A B should change same lines of sources code to fix the different bugs. They cannot be accepted independently. Other example when the B patch is created after as A was accepted. In this case we should describe the exact order these

Re: DRLVM contribution - try this out!

2006-05-05 Thread Vladimir Gorr
Hi Rana, could you please say me how you start the Eclipse? I mean whether you used the eclipse.bat script for this purpose? The scenario described by you works for me. Thanks, Vladimir. On 5/6/06, Rana Dasgupta [EMAIL PROTECTED] wrote: Hi, ij.exe on Windows ( both debug and release )

Re: DRLVM contribution - try this out!

2006-05-05 Thread Vladimir Gorr
If I've correctly understood you use the Eclipse pre-installed before (you mention about the ECLIPSE_HOME). Therefore I'd also advise you to clean the %ECLIPSE_HOME%\configuration directory before start the eclipse.bat script. I very hope it should help to elimante your issue. Please let me know

Re: svn commit: r400008 - in /incubator/harmony/enhanced/classlib/trunk/modules/text/src: main/java/java/text/ test/java/org/apache/harmony/text/tests/java/text/

2006-05-05 Thread Mikhail Loenko
For both items we had discussions that did not complete to decisions: About exception messages Geir was going to contact Sun. About whether it is acceptable to throw a subclass we did not reach an agreement. Once we reach any agreement it would be easy to convert all the tests this or that way.

[classlib] HARMONY vs. J2SE API source, binary compatibility: JAPI for 1.5 required

2006-05-05 Thread Vladimir Ivanov
Recently I thought about guaranteeing binary and source compatibility between HARMONY API and other compatible J2SE API implementations, what is our goal and how to check it, automation. Let me share my thoughts - for us to understand clearly what we want and how to test it. Here is the