Re: [classlib][security]Algorithm comparation should use locale neutral string manipulation.

2007-10-09 Thread Spark Shen
What if there is a service provider named in Turkish? Will using English locale also fail under such situation? 2007/10/10, Leo Li <[EMAIL PROTECTED]>: > > Hi, all > I found that harmony has problem to get Signature under the Turkish > Locale. > Here is an example: > >// Enfore t

[classlib][security]Algorithm comparation should use locale neutral string manipulation.

2007-10-09 Thread Leo Li
Hi, all I found that harmony has problem to get Signature under the Turkish Locale. Here is an example: // Enfore that providers information has been loaded. Signature.getInstance("DSA"); Locale defaultLocale = Locale.getDefault(); try { Locale

Re: [M3] NPE is thrown while debugging with M3

2007-10-09 Thread Andrew Zhang
On 10/10/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Gregory Shimansky wrote: > > Andrew Zhang wrote: > >> Hi all, > >> > >> I meet a problem when debugging java application with M3. It throws NPE > >> immediately after pressing F5/F6. Here's simple test: > >> > >> public static void main(String

Re: [general] 5.0 M3 stable build has been released

2007-10-09 Thread Yang Paulex
Great! Thanks and congratulations to everyone! Does it make sense to create a tag for this in SVN like https://svn.apache.org/repos/asf/harmony/enhanced/tags/5.0M3? 2007/10/9, Stepan Mishura <[EMAIL PROTECTED]>: > > Hi all, > > I'm glad to announce that M3 stable build has been released: The > fo

Re: [classlib][icu] Bringing ICU level up to 3.8

2007-10-09 Thread Tony Wu
On 10/9/07, Oliver Deakin <[EMAIL PROTECTED]> wrote: > Tony Wu wrote: > > On 10/8/07, Oliver Deakin <[EMAIL PROTECTED]> wrote: > > > >> Tony Wu wrote: > >> > >>> Sorry for reply late, just recover from national holiday. > >>> > >>> > >> No problem :) > >> > >> > >>> About the performance issue, nat

Re: [classlib][ldap] First contribution of JNDI Ldap service provider

2007-10-09 Thread Tony Wu
OK, I'll take a look, thanks. On 10/10/07, Spark Shen <[EMAIL PROTECTED]> wrote: > Would any Committer take a look at JIRA 4910? It's our first contribution of > Ldap service provider. > > -- > Spark Shen > China Software Development Lab, IBM > -- Tony Wu China Software Development Lab, IBM

[classlib][ldap] First contribution of JNDI Ldap service provider

2007-10-09 Thread Spark Shen
Would any Committer take a look at JIRA 4910? It's our first contribution of Ldap service provider. -- Spark Shen China Software Development Lab, IBM

Re: [M3] NPE is thrown while debugging with M3

2007-10-09 Thread Tim Ellison
Gregory Shimansky wrote: > Andrew Zhang wrote: >> Hi all, >> >> I meet a problem when debugging java application with M3. It throws NPE >> immediately after pressing F5/F6. Here's simple test: >> >> public static void main(String[] args) { >> int count = 100; >> for(int i = 0; i < c

Re: [M3] NPE is thrown while debugging with M3

2007-10-09 Thread Gregory Shimansky
Andrew Zhang wrote: Hi all, I meet a problem when debugging java application with M3. It throws NPE immediately after pressing F5/F6. Here's simple test: public static void main(String[] args) { int count = 100; for(int i = 0; i < count; ++i) { System.out.println(i);

Re: [classlib][icu] Bringing ICU level up to 3.8

2007-10-09 Thread Oliver Deakin
Tony Wu wrote: On 10/8/07, Oliver Deakin <[EMAIL PROTECTED]> wrote: Tony Wu wrote: Sorry for reply late, just recover from national holiday. No problem :) About the performance issue, native code is faster but jni call is heavy. So, icu4j 3.4 is good at encoding/decoding

Re: [classlib][icu] Bringing ICU level up to 3.8

2007-10-09 Thread Oliver Deakin
Alexei Zakharov wrote: Hi, AFAIK internal providers implementation came from HARMONY-3593 ([classlib][nio_char] Contribution of charset encoders/decoders for nio_char module). And as far as I understand these providers still have some benefits - they're faster than ICU's ones and fix some known

[M3] NPE is thrown while debugging with M3

2007-10-09 Thread Andrew Zhang
Hi all, I meet a problem when debugging java application with M3. It throws NPE immediately after pressing F5/F6. Here's simple test: public static void main(String[] args) { int count = 100; for(int i = 0; i < count; ++i) { System.out.println(i); // put a breakpoint h

Re: [site] Mirrored downloads page available for testing

2007-10-09 Thread Nadya Morozova
Tim, thanks for the new page. Looks great. On 10/9/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > There is a new download page is ready for you to take a look at and test. > > http://harmony.apache.org/download.cgi > > I removed the M1 and M2 builds, since they are not ones that we are > encoura

[site] Mirrored downloads page available for testing

2007-10-09 Thread Tim Ellison
There is a new download page is ready for you to take a look at and test. http://harmony.apache.org/download.cgi I removed the M1 and M2 builds, since they are not ones that we are encouraging people to use, and I added the M3 source and Debian download links. The idea is to move M1 and M2 int

Re: [classlib][icu] Bringing ICU level up to 3.8

2007-10-09 Thread Alexei Zakharov
Hi, AFAIK internal providers implementation came from HARMONY-3593 ([classlib][nio_char] Contribution of charset encoders/decoders for nio_char module). And as far as I understand these providers still have some benefits - they're faster than ICU's ones and fix some known ICU issues (see HARMONY-3

Re: [classlib][auth]To get one file from Apache DS project.

2007-10-09 Thread Mark Hindess
On 9 October 2007 at 17:31, "Leo Li" <[EMAIL PROTECTED]> wrote: > Hi, all: > During implementing JndiLoginModule, I found we need a widget to > generated crypted unix password[1]. > And there is a implementation for this encrypt algorithm in > apache DS project[2]and it can save us reinv

[classlib][auth]To get one file from Apache DS project.

2007-10-09 Thread Leo Li
Hi, all: During implementing JndiLoginModule, I found we need a widget to generated crypted unix password[1]. And there is a implementation for this encrypt algorithm in apache DS project[2]and it can save us reinventing wheels. I intend to include it as part of Harmony's code base and I

Re: [bti][p-unit] finally, it is ready

2007-10-09 Thread Alexei Fedotov
Dear committers, Please excuse me for being persistent. I continue updating this thread to keep it at the top of your mailboxes since I want one of you to get a honorable responsibility of supporting a stress test suite. To check changes one my use CruiseControl interface: ant -Dtest.suites="hdk,

Re: [announce] EIOffice with Harmony bundle v0.02 available

2007-10-09 Thread Yuri Dolgov
Hi Nadya, I implemented a RSS feeds generation script for Harmony site and contributed it to JIRA (HARMONY-4352). I would be glad to assist you to integrate it on Apache Harmony server. Thanks, Yuri On 10/4/07, Nadya Morozova <[EMAIL PROTECTED]> wrote: > > I suggest that a link to the bundle on

[drvm][jitrino] isPinnedFlag in VarOpnd

2007-10-09 Thread Maksim Ananjev
Hi! I have a question to jit-gurus in this list. I need to create some VarOpnd's. There's a bool parameter in VarOpnd constructor called isPinned, and I am wondering what value to pass there. Could anybody please give the hints of the ideas behind isPinnedFlag in VarOpnd? What for it is used for

Re: [general] stable build of sources?

2007-10-09 Thread Tim Ellison
Alexey Varlamov wrote: > Did we deliberately dropped src tarballs from milestone downloads for M3? > I assume we're long for them, and now when we have them in snapshots, > it is strange to not see them in stable build. We should have the links to src available too, and the Debian packages IMO. F

Re: [general] 5.0 M3 stable build has been released

2007-10-09 Thread Tim Ellison
Stepan Mishura wrote: > I'm glad to announce that M3 stable build has been released: The > following announcement was added to the news page: > "The build is targeted primarily to improving overall stability and > performance. This build contains the following enhancements enabled: > an innovative