Re: [classlib][html] HTML 3.2 or 4.01

2006-07-22 Thread Alexey Petrenko
I agree that we should implement both if it possible. Since we can easile determine the HTML version by DTD in the header. SY, Alexey 2006/7/22, Miguel Montes [EMAIL PROTECTED]: HI all: Intel has just contributed javax.swing.text.html, based on HTML 4.01. Sun's implementation, on the other

Re: [drlvm][classlib] unification of eclipse plugin

2006-07-22 Thread Alexey Petrenko
2006/7/21, Vladimir Gorr [EMAIL PROTECTED]: On 7/21/06, Alexey Petrenko [EMAIL PROTECTED] wrote: AFAIR, the one is the main hacks is the list of jar files in boot class path... There are no problems with this. DRLVM contains the bootclasspath.propertiesfile where all these libraries are

Re: [classlib] Using Yoko as CORBA for Harmony

2006-07-22 Thread Alexey Petrenko
There are not much news to share... First of all I realized that I did not completely build Yoko. My build was failed with the test failure. I thought that all the tests are at the end so all the sources are built. But Yoko runs the tests after building each module... I reviewed Yoko bug

Re: [classlib] TwoKeyHashMap

2006-07-22 Thread Geir Magnusson Jr
If it's not being used anywhere, and if no one claims it, +1 (and if it's being used and can be replaced +1) Nathan Beyer wrote: I'm all for removing it. The last time I looked through that code I came to the same conclusion your questions infer. If I recall correctly, some of the actual

Re: [drlvm][classlib] unification of eclipse plugin

2006-07-22 Thread Geir Magnusson Jr
I'm going to punt here so I can move on. I'll make a copy of the plugin code in DRLVM, and apply the patch, so we then have a plugin appropriate to the non-launcher DRLVM for the hopefully short time that persists. Once we get the DRLVM + launcher stuff straightened out, we'll just remove it.

Re: [classlib] Using Yoko as CORBA for Harmony

2006-07-22 Thread Geir Magnusson Jr
Alexey Petrenko wrote: There are not much news to share... First of all I realized that I did not completely build Yoko. My build was failed with the test failure. I thought that all the tests are at the end so all the sources are built. But Yoko runs the tests after building each

Re: [classlib][html] HTML 3.2 or 4.01

2006-07-22 Thread Geir Magnusson Jr
+1 Alexey Petrenko wrote: I agree that we should implement both if it possible. Since we can easile determine the HTML version by DTD in the header. SY, Alexey 2006/7/22, Miguel Montes [EMAIL PROTECTED]: HI all: Intel has just contributed javax.swing.text.html, based on HTML 4.01.

Re: how to build Harmony on Windows (with minimum of commercial soft)

2006-07-22 Thread Gregory Shimansky
On Sunday 09 July 2006 14:54 Thorbjørn Ravn Andersen wrote: Gregory Shimansky skrev den 01-06-2006 23:34: First I decided to use the current MS free software to repeat what is done by commercial. Nowdays MS offers VS.NET 2005 express edition (no earlier verions are available for download

Re: [drlvm][classlib] unification of eclipse plugin

2006-07-22 Thread Vladimir Gorr
On 7/22/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: I'm going to punt here so I can move on. I'll make a copy of the plugin code in DRLVM, and apply the patch, so we All you're going (if I've correctly understood) to is automatically performed by the DRLVM build system. All we need is to

Re: [drlvm][classlib] unification of eclipse plugin

2006-07-22 Thread Geir Magnusson Jr
Vladimir Gorr wrote: On 7/22/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: I'm going to punt here so I can move on. I'll make a copy of the plugin code in DRLVM, and apply the patch, so we All you're going (if I've correctly understood) to is automatically performed by the DRLVM

[general] jre and hdk snapshots posted to general snapshot site

2006-07-22 Thread Geir Magnusson Jr
They are at the regular place http://people.apache.org/dist/incubator/harmony/snapshots I moved all the old classlib snapshots into /old and I'll update the website accordingly. I'll be automating this. Also, lets not make much noise about this for a little while so we can test to make sure

Re: [classlib] TwoKeyHashMap

2006-07-22 Thread Mikhail Loenko
It's created for performance optimization. Without it a new object has to be created every time a record is seeked in a hashmap. it's used in crypto framework and JSSE provider. Thanks, Mikhail 2006/7/22, Geir Magnusson Jr [EMAIL PROTECTED]: If it's not being used anywhere, and if no one