Re: [SCXML] Do Apache Commons SCXML support XInclude and XPath 2.0?

2011-02-23 Thread Rahul Akolkar
2011/2/23 Gavin Lei : > Hi Rahul, > > Thank you for your answer. It means that we can take some measures to > support XInclude and XPath 2.0 in Commons SCXML. Commons SCXML use > Digester to support XInclude and use JDK's API to support XPath( In my > memory, JDK use Apache Xalan library to support

Re: [SCXML] Do Apache Commons SCXML support XInclude and XPath 2.0?

2011-02-23 Thread Gavin Lei
Hi Rahul, Thank you for your answer. It means that we can take some measures to support XInclude and XPath 2.0 in Commons SCXML. Commons SCXML use Digester to support XInclude and use JDK's API to support XPath( In my memory, JDK use Apache Xalan library to support XPath, so there's a small questi

Re: [SCXML] Do Apache Commons SCXML support XInclude and XPath 2.0?

2011-02-23 Thread Rahul Akolkar
2011/2/23 Gavin Lei : > Hi guys, > Do Apache Commons SCXML support XInclude and XPath 2.0? Today i want > to do some experiments to confirm this, but it seems that Commons > SCXML does not support XInclude and XPath 2.0. > 1. about XInclude > I try to run such a SCXML document in Commons SCXML engi

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Oliver Heger
Am 23.02.2011 21:08, schrieb Luc Maisonobe: Le 23/02/2011 20:35, Simone Tripodi a écrit : I wonder if the cause of the fails on my runs could be an Apple's JVM bug... Any idea? I think Sebastian encountered this bug with Windows XP. Luc I see the same problem on Windows 7 and JDK 1.5: Resu

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 20:35, Simone Tripodi a écrit : > I wonder if the cause of the fails on my runs could be an Apple's JVM bug... > Any idea? I think Sebastian encountered this bug with Windows XP. Luc > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.org/ > > > > On Wed, Fe

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Gary Gregory
I am not voting on this one, just fyi: I build OK with: Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_23 Java home: C:\Program Files\Java\jdk1.6.0_23\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows vista" version: "6.0" arch: "amd64" Family: "win

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
I wonder if the cause of the fails on my runs could be an Apple's JVM bug... Any idea? Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Feb 23, 2011 at 7:03 PM, Jörg Schaible wrote: > Hi Luc, > > Luc Maisonobe wrote: > >> Tag: >> http://svn.apache.org/repos/asf/comm

Re: [Math] Committing a file...

2011-02-23 Thread Michael Giannakopoulos
Hi guys, Thanks a lot for your answers! Luc, i'm not a committer so i'll post any issues that i have in jira... I didn't knew about this policy on the A.S.F. but is fair enough and i can understand why this happens. Thanks for the links and sorry for my ignorance :). Friendly, Michael Giannakopou

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Jörg Schaible
Hi Luc, Luc Maisonobe wrote: > Tag: > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC3/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ > > Documentation bundled with the binary distribut

Re: [Math] Committing a file...

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 18:43, Michael Giannakopoulos a écrit : > Well, i'm in the ' > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2'... So > i need to submit the changes i have made to the ' > http://svn.apache.org/repos/asf/commons/proper/math/trunk' or to ' > http://svn.apache.org/

Re: [Math] Committing a file...

2011-02-23 Thread Jörg Schaible
Hi Michael, Michael Giannakopoulos wrote: > Well, i'm in the ' > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2'... > So i need to submit the changes i have made to the ' > http://svn.apache.org/repos/asf/commons/proper/math/trunk' or to ' > http://svn.apache.org/repos/asf/

Sanselan: commit access?

2011-02-23 Thread Damjan Jovanovic
Hi My large patch to Sanselan (https://issues.apache.org/jira/browse/SANSELAN-49) has been sitting in Jira for 6 weeks with no comment. With it, > 50% of all image formats in Sanselan will have been written by me, and I've been practically the only contributor of late, so can I please have commit

Re: [Math] Committing a file...

2011-02-23 Thread Michael Giannakopoulos
Well, i'm in the ' http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2'... So i need to submit the changes i have made to the ' http://svn.apache.org/repos/asf/commons/proper/math/trunk' or to ' http://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X' so as to affect

Re: [MATH] Odd behaviour of FastMathStrictComparisonTest

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 15:20, Luc Maisonobe a écrit : > Le 21/02/2011 22:18, sebb a écrit : >> On 21 February 2011 20:03, sebb wrote: >>> When testing using Java 1.5.0, I am seeing the following output: >>> >>> Running org.apache.commons.math.util.FastMathStrictComparisonTest >>> double atan2(1.11022302462

Re: [MATH] Odd behaviour of FastMathStrictComparisonTest

2011-02-23 Thread Luc Maisonobe
Le 21/02/2011 22:18, sebb a écrit : > On 21 February 2011 20:03, sebb wrote: >> When testing using Java 1.5.0, I am seeing the following output: >> >> Running org.apache.commons.math.util.FastMathStrictComparisonTest >> double atan2(1.1102230246251565E-16, -1.7976931348623157E308) expected >> 4009

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
Hi again, I did another try (mvn2+java5) but got the same error :( Simo $ mvn -version Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Java version: 1.5.0_24 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home Default locale: en_US, platform encoding: MacRoman OS name

[SCXML] Do Apache Commons SCXML support XInclude and XPath 2.0?

2011-02-23 Thread Gavin Lei
Hi guys, Do Apache Commons SCXML support XInclude and XPath 2.0? Today i want to do some experiments to confirm this, but it seems that Commons SCXML does not support XInclude and XPath 2.0. 1. about XInclude I try to run such a SCXML document in Commons SCXML engine: http://www.w3.org/2001/XInclu

Re: [codec] Testing Cologne Phonetic

2011-02-23 Thread Konstantin Kolinko
2011/2/22 Gary Gregory : > I have a question about the name on line 17: "Aaclan" > > The data file shows code 0456 for this name and our implementation produces > code 0856. > > When I walk through the table > http://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik#Buchstabencodes I think the > output

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 12:54, Mikkel Meyer Andersen a écrit : > Simone, > Apparently there is some problems with Maven 3. Please try Maven 2 > instead. To quote Luc from earlier: "I think I have read somewhere > that maven 3 have issues with the site plugin which was not ready for > production. Could you tr

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Mikkel Meyer Andersen
Simone, Apparently there is some problems with Maven 3. Please try Maven 2 instead. To quote Luc from earlier: "I think I have read somewhere that maven 3 have issues with the site plugin which was not ready for production. Could you try using maven2 ?". Cheers, Mikkel. 2011/2/23 Simone Tripodi :

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Simone Tripodi
Salut Luc, compiling it with mvn3+java5 I got the following test error, is this expected? Thanks in advance, a bientot, Simo $ mvn -version Apache Maven 3.0.2 (r1056850; 2011-01-09 01:58:10+0100) Java version: 1.5.0_24, vendor: Apple Inc. Java home: /System/Library/Frameworks/JavaVM.framework/Vers

Re: [VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Le 23/02/2011 12:21, Luc Maisonobe a écrit : > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC3/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ > > Documentation bundled with the bina

[VOTE] Release math 2.2 based on RC3

2011-02-23 Thread Luc Maisonobe
Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC3/ Distributions: http://people.apache.org/~luc/math-2.2-RC3/ Maven artifacts: http://people.apache.org/~luc/math-2.2-RC3/maven/ Documentation bundled with the binary distribution: http://people.apache.org/~luc/math-2.2-RC3

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-02-23 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2011-02-23 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-23 Thread Luc Maisonobe
Le 22/02/2011 23:47, sebb a écrit : > On 22 February 2011 21:05, Luc Maisonobe wrote: >> Le 22/02/2011 01:37, sebb a écrit : >>> On 21 February 2011 22:10, Luc Maisonobe wrote: Le 21/02/2011 21:09, sebb a écrit : > On 21 February 2011 19:32, Luc Maisonobe wrote: >> This vote is canc