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
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
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
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
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
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
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
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
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
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/
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/
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
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
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
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
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
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
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
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
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 :
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
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
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
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
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
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
26 matches
Mail list logo