Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-11-07 Thread Tony Wu
, It will obviously broke the structure of our existing io/lang implementation. So, I think supplying a harmony SPI is easier and more clear. On 11/7/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 11/6/06, Tony Wu [EMAIL PROTECTED] wrote: A bad news, ICU team refused to support UnicodeBig because

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-11-05 Thread Tony Wu
ICU team hesitated to do this way. I think it also brings us the extensibility, do you have any concern about implementing a harmony SPI? I'll go on if no one objects. On 10/19/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/19/06, Tony Wu [EMAIL PROTECTED] wrote: I think to support UnicodeBig

Re: [classlib]Harmony passes 100% testcases of Tomcat5.5

2006-11-01 Thread Tony Wu
on[1], so I have altered the usage of fork to vfork as a workround despite of the possible side-effect of the latter. mailing thread [1] http://www.mail-archive.com/harmony-dev@incubator.apache.org/msg16002.html -- Leo Li China Software Development Lab, IBM -- Tony Wu China Software

Re: [classlib][tests] Junit best practice

2006-11-01 Thread Tony Wu
text 322 awt 222 sound 186 nio 178 jndi 123 archive 118 auth 117 crypto 116 logging 91 nio_char 87 print 74 regex 68 concurrent 45 beans 41 x-net 21 sql 1 rmi -- Tony Wu China Software Development Lab, IBM

Re: [classlib][tests] Junit best practice

2006-10-29 Thread Tony Wu
Harmony-1997 raised :) https://issues.apache.org/jira/browse/HARMONY-1997 On 10/27/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: can you put this into a JIRA, and maybe some docs, so we can put in SVN as a tool for others to use w/ docs on the website? geir Tony Wu wrote: the configure

[classlib][IBMVME]the return value of java.exe

2006-10-29 Thread Tony Wu
. -- Tony Wu China Software Development Lab, IBM

Re: [classlib][IBMVME]the return value of java.exe

2006-10-29 Thread Tony Wu
need to follow RI, since different error code fails application Best regards Tony Wu 写道: Consider this class, public class TestExeReturn { public static void main(String[] args) throws Exception { throw new Exception(); } } when we run java TestExeReturn and echo %errorlevel%, we got

[classlib][beans]got a difference with RI

2006-10-29 Thread Tony Wu
containing a number, it says, in the (unusual) special case when there is more than one character and both the first and second characters are upper case, we leave it alone. But, IMO, we'd better follow RI here. -- Tony Wu China Software Development Lab, IBM

Re: [classlib][tests] Junit best practice

2006-10-27 Thread Tony Wu
on in large projects. Did anyone else faced with this error? I use Eclipse 3.1.1. Thanks, Ilya. On 10/27/06, Tony Wu [EMAIL PROTECTED] wrote: the configure file of CheckStyle in attachment, you can import it to your eclipse plugin On 10/27/06, Tony Wu [EMAIL PROTECTED] wrote: On 10/26/06

Re: [general]97.63% unit tests of Axis passed on Harmony+IBMVM

2006-10-27 Thread Tony Wu
sure, coming soon On 10/27/06, Paulex Yang [EMAIL PROTECTED] wrote: Tony Wu wrote: Hi all, I tried to run the unit tests of apache axis on harmony+IBMVM and got this result[1]. It looks not bad. I will update the detail on wiki. Furthermore, I will dive into the failure and try

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Tony Wu
45 beans 41 x-net 21 sql 1 rmi -- Denis M. Kishenko Intel Middleware Products Division -- Tony Wu China Software Development Lab, IBM

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Tony Wu
. On 10/26/06, Tony Wu [EMAIL PROTECTED] wrote: Instead of fixing them by script, for those who use eclipse, I suggest to use CheckStyle plugin and set up rules according Mark's perl script. It will highlight the code which breaks the rules with a specified comment. It is easy for manual fixing I think

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Tony Wu
BTW, some of the violation appeared thousands times could be fixed automatically, do you have any concern? On 10/26/06, Tony Wu [EMAIL PROTECTED] wrote: I have scratched out the stand alone rules, should use assertNull, assertEquals\s*\((.*,\s*null\s*|\s*null\s*,.*)\)\s*; should use

Re: [general] Announcing newest members of the Harmony PPMC

2006-10-26 Thread Tony Wu
Yang Weldon Washburn Please join us in congratulating them (and then tell them to get back to work...) :) The Harmony PPMC -- Tony Wu China Software Development Lab, IBM

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Tony Wu
On 10/26/06, Mark Hindess [EMAIL PROTECTED] wrote: On 26 October 2006 at 19:16, Tony Wu [EMAIL PROTECTED] wrote: I have scratched out the stand alone rules, should use assertNull, assertEquals\s*\((.*,\s*null\s*|\s*null\s*,.*)\)\s*; should use assertFalse, assertEquals\s*\((.*,\s*false\s

[general]97.63% unit tests of Axis passed on Harmony+IBMVM

2006-10-26 Thread Tony Wu
97.63%74.739 BTW RI got 100.00% passed -- Tony Wu China Software Development Lab, IBM

Re: [general]97.63% unit tests of Axis passed on Harmony+IBMVM

2006-10-26 Thread Tony Wu
And the classlib reversion and axis version r468122 axis 1.4 final On 10/27/06, Tony Wu [EMAIL PROTECTED] wrote: Hi all, I tried to run the unit tests of apache axis on harmony+IBMVM and got this result[1]. It looks not bad. I will update the detail on wiki. Furthermore, I will dive

Re: [classlib][tests] Junit best practice

2006-10-26 Thread Tony Wu
the configure file of CheckStyle in attachment, you can import it to your eclipse plugin On 10/27/06, Tony Wu [EMAIL PROTECTED] wrote: On 10/26/06, Mark Hindess [EMAIL PROTECTED] wrote: On 26 October 2006 at 19:16, Tony Wu [EMAIL PROTECTED] wrote: I have scratched out the stand alone rules

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-23 Thread Tony Wu
Washburn Intel Middleware Products Division -- Tony Wu China Software Development Lab, IBM

Re: Harmony passes 94% on derby tests.

2006-10-23 Thread Tony Wu
of derby on Hamony: http://wiki.apache.org/harmony/Apache_Derby. -- Leo Li China Software Development Lab, IBM -- Tony Wu China Software Development Lab, IBM

Re: [classlib][luni] java.io.File bug?

2006-10-20 Thread Tony Wu
: http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM - Terms of use : http

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-19 Thread Tony Wu
The implemetion is from ICU, so, I think we'd better not to wrap it by ourselves. I'll post to ICU mailing list and ask if they can help to supply these legacy charsets. On 10/19/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/19/06, Tony Wu [EMAIL PROTECTED] wrote: Thank you all

[classlib][kernel]A bug or non-bug difference?

2006-10-19 Thread Tony Wu
(String s) { System.out.println(println); } } OUTPUTS: RI println HARMONY print print -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail

Re: [classlib][kernel]A bug or non-bug difference?

2006-10-19 Thread Tony Wu
the print rather than println. Thanks, 2006/10/19, Mikhail Fursov [EMAIL PROTECTED]: IMHO if Log4J fails we have no chances to keep our behavour and must follow RI here. On 10/19/06, Tony Wu [EMAIL PROTECTED] wrote: I've tried Log4j on Harmony and found there are many failures caused

Re: [classlib][kernel]A bug or non-bug difference?

2006-10-19 Thread Tony Wu
Hi all, please note that the Throwable is a kernel class. It comes with VME. On 10/19/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/19/06, Tony Wu [EMAIL PROTECTED] wrote: I've tried Log4j on Harmony and found there are many failures caused by one difference between RI and Harmony

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-19 Thread Tony Wu
I think to support UnicodeBig in nio is not a bug but a feature. And the key point is how can I get UnicodeBig supportted in IO/Lang? On 10/19/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/19/06, Tony Wu [EMAIL PROTECTED] wrote: The implemetion is from ICU, so, I think we'd better

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-18 Thread Tony Wu
Transformation Format, little-endian byte order, with byte-order mark On 10/17/06, Paulex Yang [EMAIL PROTECTED] wrote: Tony Wu wrote: Thank you Andrew, I think I got the point. The j.l.String of RI uses the encoding of IO whereas Charset.forName use another of NIO. And the new problem is shall we

[classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Tony Wu
of j.l.String, whereas Harmony does not support this alias at all. Do you have any concern about that? -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Tony Wu
better support such mapping in String and follow RI. You can find the encoding set from spec. [1] [1] http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html On 10/17/06, Tony Wu [EMAIL PROTECTED] wrote: Hi all, I found this when I tried to debug the failure tests of ant

Re: [drlvm][kernel] Should we be compatible with RI ThreadGroup bug?

2006-10-17 Thread Tony Wu
-mail: [EMAIL PROTECTED] -- Thanks, Elena -- Thanks, Elena -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [classlib][swing] Non-bug difference HARMONY-1745?

2006-10-17 Thread Tony Wu
China Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-16 Thread Tony Wu
: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-15 Thread Tony Wu
. Please correct me if I am wrong :) With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 4:03 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib]97.16% tests of Apache

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-13 Thread Tony Wu
done On 10/13/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Nice - could you please put the SVN revision you built from? java -version That will help us track how old a set of results is... geir Tony Wu wrote: I have tried the Apache ant 1.6.5 on lateset harmony classlib on Win32

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-13 Thread Tony Wu
by category for me. With best regards, Alexei Fedotov, Intel Middleware Products Division -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 1:44 PM To: harmony-dev@incubator.apache.org Subject: Re: [classlib]97.16% tests of Apache Ant passed on Harmony Hi

Re: [classlib][archive]Security policy leads to vm crashes in loading class of JarFile

2006-10-13 Thread Tony Wu
Lab, IBM -- Leo Li China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu

Re: [doc] need help: lost classlib porting docs

2006-10-13 Thread Tony Wu
/classlib/trunk/doc/vm_doc. It is not there any more. I vaguely recollect that we had a decision to port the docs to the website. Is this done? The old place does not have it and I can't find it in the website ;( I must be missing something evident. Thanks, Nadya Morozova -- Tony Wu China

Re: [doc] need help: lost classlib porting docs

2006-10-13 Thread Tony Wu
- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 4:57 PM To: harmony-dev@incubator.apache.org Subject: Re: [doc] need help: lost classlib porting docs it generates for you when you build the classlib. so I believe you can find it in your local working copy. On 10/13/06

[classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Tony Wu
/harmony/Apache_Ant Anyone have interest are welcome to join me:) -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Tony Wu
hmm.., it is on the IBM vm. I have just get them running on DRLVM and got 96.89% passed, I'll post on wiki soon. On 10/12/06, Alexey Petrenko [EMAIL PROTECTED] wrote: 2006/10/12, Spark Shen [EMAIL PROTECTED]: Tony Wu 写道: I have tried the Apache ant 1.6.5 on lateset harmony classlib on Win32

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Tony Wu
yes, I'm working on collecting the detail of these failures. On 10/12/06, Paulex Yang [EMAIL PROTECTED] wrote: Nice work, Tony! Any more description on what happened to these failures/errors? Spark, you must not clicked that link, it shows one error on RI:) Spark Shen wrote: Tony Wu 写道: I

Re: Hello everyone

2006-10-12 Thread Tony Wu
of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM - Terms of use : http

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Tony Wu
, Vladimir On 10/12/06, Tony Wu [EMAIL PROTECTED] wrote: yes, I'm working on collecting the detail of these failures. On 10/12/06, Paulex Yang [EMAIL PROTECTED] wrote: Nice work, Tony! Any more description on what happened to these failures/errors? Spark, you must not clicked that link

Re: [classlib]97.16% tests of Apache Ant passed on Harmony

2006-10-12 Thread Tony Wu
, Vladimir Ivanov [EMAIL PROTECTED] wrote: the my results were upload to the http://www.harmonytest.org/testapp.do as runs 28 and 29. thanks, Vladimir On 10/12/06, Tony Wu [EMAIL PROTECTED] wrote: yes, I'm working on collecting the detail of these failures. On 10/12/06, Paulex Yang [EMAIL PROTECTED

Re: [classlib][launcher]shall we handle the parameter -version and -showversion in launcher or vm?

2006-10-12 Thread Tony Wu
] -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[classlib][launcher]shall we handle the parameter -version and -showversion in launcher or vm?

2006-10-11 Thread Tony Wu
1991, 2006 The Apache Software Foundation or its licensors, as applicable. JVMJ9VM007E Command-line option unrecognised: -version HMYEXEL062E Internal VM error: Failed to create Java VM FAILED to invoke JVM. -- Tony Wu China Software Development Lab, IBM

[General]Do we need an instruction of trying HDK on applications?

2006-10-10 Thread Tony Wu
to find if it is a bug of Harmony. Raise JIRA or post on mailing list if necessary. something needs attention, 1.Make sure you are running right JDK. 2.Record any special settingssteps on harmony wiki. Suggestions? Comments? Additions? -- Tony Wu China Software Development Lab, IBM

Re: [general] svn:eol-style = native (LF vs CRLF)

2006-09-28 Thread Tony Wu
the patch which applies OK on Windows... SY, Alexey 2006/9/14, Geir Magnusson Jr. [EMAIL PROTECTED]: I thought we did this a while ago...? geir Tony Wu wrote: +1 to set *svn:eol-style native* to all text files On 9/14/06, Ilya Okomin [EMAIL PROTECTED] wrote: On 9/13/06, Tony Wu [EMAIL

Re: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-09-21 Thread Tony Wu
-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [classlib][math] one more non-bug diff ? ([jira] (HARMONY-1499) BigDecimal((BigInteger)null, MathContext) throws NPE on Harmony and ArithmeticException on RI

2006-09-20 Thread Tony Wu
: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -- Tony Wu China Software Development Lab, IBM

Re: [jira] Commented: (HARMONY-1462) [classlib][luni] SocketPermission does not accept '*' as a port number

2006-09-20 Thread Tony Wu
/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira -- Robert Hu China Software Development Lab, IBM -- Tony Wu China Software Development Lab, IBM - Terms of use : http

[General]Different SerialVersionID between RI and Harmony

2006-09-20 Thread Tony Wu
://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html#pkg_java_util -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED

[classlib][luni]A difference between Unicode4.0 and Unicode4.1 affects our implementation of j.l.Character.

2006-09-18 Thread Tony Wu
we follow. [1] Unicode 4.0 200B;ZERO WIDTH SPACE;Zs;0;BN;N; Unicode 4.1 200B;ZERO WIDTH SPACE;Cf;0;BN;N; [2] assertFalse(isJavaIdentifierPart(\u200B)); -- Tony Wu China Software Development Lab, IBM

[General]Is there an agreement on different order of throwing Exceptions between RI and Harmony?

2006-09-18 Thread Tony Wu
one if not. [1] HARMONY-1214 HARMONY-1215 HARMONY-1240 HARMONY-1082 … -- Tony Wu China Software Development Lab, IBM

Re: [classlib][luni]A difference between Unicode4.0 and Unicode4.1 affects our implementation of j.l.Character.

2006-09-18 Thread Tony Wu
. modify the test to allow it since it is an ignorable format character. Regards, Tim Tony Wu wrote: Hi all, I encounter a problem when implement the method isJavaIdentifierPart(int) in j.l.Character. The Character U+200B was redefined[1] in Unicode4.1 and caused a testcase[2] failed. Our

[classlib][luni]refactor some methods of j.l.Character

2006-09-15 Thread Tony Wu
to delegate to ICU and remove these huge String Objects? -- Tony Wu China Software Development Lab, IBM

Re: [classlib][luni]refactor some methods of j.l.Character

2006-09-15 Thread Tony Wu
(char) isWhitespace(char) reverseBytes(char) toLowerCase(char) toTitleCase(char) toUpperCase(char) -Nathan -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 5:35 AM To: harmony-dev@incubator.apache.org Subject: [classlib][luni]refactor some

Re: [general] svn:eol-style = native (LF vs CRLF)

2006-09-14 Thread Tony Wu
+1 to set *svn:eol-style native* to all text files On 9/14/06, Ilya Okomin [EMAIL PROTECTED] wrote: On 9/13/06, Tony Wu [EMAIL PROTECTED] wrote: After going through this thread, I realize there is another possibility to encounter the problem even you are working on single platform, 1

Re: [general] catching up

2006-09-14 Thread Tony Wu
PROTECTED]) IBM Java technology centre, UK. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software

[JIRA]what is non-bug difference issue?

2006-09-13 Thread Tony Wu
right? -- Tony Wu China Software Development Lab, IBM

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-13 Thread Tony Wu
: You might also consider creating a page on the wiki where you outline this process, and record who is signing up for what... geir Tony Wu wrote: so helpful suggestion, thank you Nathan. According to Nathan's suggestion, I suggest we go ahead as below, 1. verify all the issues without patch

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-13 Thread Tony Wu
to augment rather than replace what the JIRA can do. For example, I'd suggest that people who are working on a given JIRA note that *in the JIRA*. geir Tony Wu wrote: I have opened a new page at harmony wiki, http://wiki.apache.org/harmony/OLDJIRAS You can get the guideline, the process

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-13 Thread Tony Wu
who are working on a given JIRA note that *in the JIRA*. geir Tony Wu wrote: I have opened a new page at harmony wiki, http://wiki.apache.org/harmony/OLDJIRAS You can get the guideline, the process and a list of old jira issues there. In the list there is a column called ASSIGNEE, you can

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-13 Thread Tony Wu
provide a patch for some reason. It was discussed already. On 9/13/06, Tony Wu [EMAIL PROTECTED] wrote: Yes, This wiki page is just a place to record who are working on a given old JIRA issue for avoiding duplicate work. maybe the ASSIGNEE causes misunderstanding. I have replaced it to VOLUNTEER

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-13 Thread Tony Wu
/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM

Re: [general] svn:eol-style = native (LF vs CRLF)

2006-09-13 Thread Tony Wu
. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Ilya Okomin Intel Middleware Products Division -- Tony Wu China Software Development Lab, IBM

Re: [general] svn:eol-style = native (LF vs CRLF)

2006-09-13 Thread Tony Wu
. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Ilya Okomin Intel Middleware Products Division -- Tony Wu China Software Development Lab, IBM

[classlib][luni]RI consider some greek characters as UNASSIGNED

2006-09-13 Thread Tony Wu
;So;0;ON;N; 10189;GREEK TRYBLION BASE SIGN;So;0;ON;N; 1018A;GREEK ZERO SIGN;No;0;ON0;N; -- Tony Wu China Software Development Lab, IBM

Re: [classlib][luni]RI consider some greek characters as UNASSIGNED

2006-09-13 Thread Tony Wu
(or changed attributes), then we should log a bug for the RI. -Nathan -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 10:20 PM To: harmony-dev@incubator.apache.org Subject: [classlib][luni]RI consider some greek characters as UNASSIGNED When

Re: [JIRA]what is non-bug difference issue?

2006-09-13 Thread Tony Wu
I am looking at all unresolved non-bug difference issues and try to give some comments On 9/13/06, Tony Wu [EMAIL PROTECTED] wrote: When I looked though the old JIRA issues I noticed that many non-bug difference issues had patches and some of them was fixed already. e.g. harmony-401 836 1050

[classlib][luni]difference between RI and ICU

2006-09-12 Thread Tony Wu
purposed to report that to ICU team. Should I handle the U+2007 by ourselves to follow RI or just document this problem in testcase? -- Tony Wu China Software Development Lab, IBM

[classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Is there anyone alse has interest and would like to work with me? -- Tony Wu China Software Development Lab, IBM

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
On 9/13/06, Spark Shen [EMAIL PROTECTED] wrote: Tony Wu 写道: Hi all, I noticed there're many unresolved JIRAs posted so long time. I purpose to dive into and find whether it is in my range and try to supply a patch if no one objects :) Is there anyone alse has interest and would like

Re: [classlib]volunteer to supply patches for old JIRAs

2006-09-12 Thread Tony Wu
that you would like fixed and a patch already exists, try applying the patch yourself, verify it and then add a comment supporting the patch. -Nathan -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:26 PM To: harmony-dev@incubator.apache.org

Re: [classlib][i18n] Messages code comments

2006-09-11 Thread Tony Wu
? -Nathan -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [classlib][luni] Upgrade java.lang.Math java.lang.StrictMath

2006-09-11 Thread Tony Wu
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail

[classlib][luni]upgrade java.lang.Character to 5.0

2006-09-07 Thread Tony Wu
to the java.lang.Character class. What's your opinion? Any suggestion are welcome :) -- Tony Wu China Software Development Lab, IBM

Re: [classlib][TestNG] groups of Harmony test

2006-08-29 Thread Tony Wu
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM

Re: [classlib][luni] A problem about behavior of EnumMap

2006-08-29 Thread Tony Wu
://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Tony Wu China Software Development Lab, IBM