[ann]vtd-xml 1.8

2006-11-29 Thread Jimmy Zhang
Version 1.8 of VTD-XML is now released. The new features are: ·XMLModifier is a easy to use class that takes advantage of the incremental update capability offered by VTD-XML ·XPath built-in functions are now almost complete ·This release added encoding support for iso-8

RE: is there a context sensitive properties configuration class available?

2006-11-02 Thread Zhang, Alex
minimize the configuration changes from build to deploy. Does this make sense to anybody? Thank you, Alex X Zhang -Original Message- From: Oliver Heger [mailto:[EMAIL PROTECTED] Sent: Thursday, November 02, 2006 4:37 PM To: Jakarta Commons Developers List Subject: Re: is there a context

is there a context sensitive properties configuration class available?

2006-11-02 Thread Zhang, Alex
? Thank you. Alex Zhang

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-04 Thread Li Zhang (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12419168 ] Li Zhang commented on LANG-59: -- Forget my previous post. The fix is broken. The problem is sometimes when you call Calendar.set method the DST_OFFSET field is reset to 0. > [l

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-04 Thread Li Zhang (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12419165 ] Li Zhang commented on LANG-59: -- I did a little hack and found this bug could be fixed with the following modification on DateUtils.modify method: private static void modify

[ANN] VTD-XML Version 1.5 Released

2006-02-19 Thread Jimmy Zhang
Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers. So is it the end of road for XML parsing innovation? The VTD-XML project team think not. We are proud to announce the availability of both C and Java ve

Re: [VOTE] Release Commons Math 1.1

2005-09-01 Thread Zhang
--8<- [X] +1 Release Math 1.1 [ ] +0 General support but not definitive [ ] -0 Unhappy about the release but not definitive [ ] -1 Do not release Math 1.1 Xiaogang Zhang > From: Phil

Re: svn commit: r239940 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/

2005-08-26 Thread Zhang
problem of my svn client settings? Regards, Xiaogang Zhang __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe

[math] FFT package/directory

2005-08-21 Thread Zhang
Should the FFT files be in a new package/directory or a part of the existing package/directory such as analysis, linear, or util? Xiaogang Zhang __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http

Re: [math] Houskeeping - committers, contributors please read

2005-08-14 Thread Zhang
Thanks. I'll try to get the rest of items on MathWishList to work ASAP. Since this is a SOC project for me, it has a dealine on Sep 1. Hopefully I can finish the basic coding/testing before that and have some time left for improvement and optimization. Xiaogang Zhang > Date: Sun, 14 Aug

[math] JDK version

2005-08-12 Thread Zhang
Do we have requirement or guidelines on JDK version? Functions such as Math.expm1() and Math.cosh() are available in jdk 1.5 but not in jdk 1.4.2. I'm now using jdk 1.4.2 for developing and testing. Xiaogang Zhang __ Do You Yahoo!? Tired of

Re: [math] SoC Commons-Math Status

2005-08-09 Thread Zhang
but the underlying algorithm would be the same. Xiaogang Zhang Al Chou wrote: >Yes, good point, Martin. > >James, please see >http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg61147.html for an >example of our exercising a decision we made early in Commons Math'