Re: svn commit: r1102086 - in /incubator/ognl/trunk/src/java/org/apache/commons/ognl: ASTChain.java ASTCtor.java ASTList.java ASTMap.java ASTMethod.java ASTSequence.java ASTStaticMethod.java Expressio

2011-05-12 Thread Olivier Lamy
2011/5/12 sebb seb...@gmail.com: On 11 May 2011 22:14, Simone Tripodi simonetrip...@apache.org wrote: Salut Olivier!!! since AST* classes are generated by JavaCC, I suggest you to don't pay so much attention on fixing this stuff, sorry for not having warned before :( Indeed, build process

Re: svn commit: r1102086 - in /incubator/ognl/trunk/src/java/org/apache/commons/ognl: ASTChain.java ASTCtor.java ASTList.java ASTMap.java ASTMethod.java ASTSequence.java ASTStaticMethod.java Expressio

2011-05-12 Thread Simone Tripodi
Merci Olivier, I just added few notes on the issue, let's have a chat for any clarification if needed! a trés bientot! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, May 12, 2011 at 9:18 AM, Olivier Lamy ol...@apache.org wrote: 2011/5/12 sebb seb...@gmail.com:

Re: svn commit: r1102197 - in /commons/sandbox/digester3/trunk/src: examples/api/addressbook/ examples/api/dbinsert/ examples/api/document-markup/ examples/plugins/pipeline/ examples/xmlrules/addressb

2011-05-12 Thread sebb
On 12 May 2011 09:07, simonetrip...@apache.org wrote: Author: simonetripodi Date: Thu May 12 08:07:43 2011 New Revision: 1102197 URL: http://svn.apache.org/viewvc?rev=1102197view=rev Log: since Digester is not thread safe, better switching from StringBuffer to StringBuilder that's faster

[continuum] BUILD FAILURE: Apache Commons - Commons Performance (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-05-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=8244projectId=118 Build statistics: State: Failed Previous State: Ok Started at: Thu 12 May 2011 10:49:27 + Finished at: Thu 12 May 2011 10:49:35 + Total time: 7s Build Trigger: Schedule Build

[codec] submitting a StringEncoder

2011-05-12 Thread Matthew Pocock
Hi, How would I go about submitting a new StringEncoder to the language package of codec? I have been contracted to port an existing sounds-like coding from PHP to Java and ideally to contribute the result to the codec project. To the best of my knowledge, there are no IP issues as the original

[continuum] BUILD FAILURE: Apache Commons - Commons Performance (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-05-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=8250projectId=118 Build statistics: State: Failed Previous State: Failed Started at: Thu 12 May 2011 11:41:17 + Finished at: Thu 12 May 2011 11:41:24 + Total time: 6s Build Trigger: Schedule

Re: svn commit: r1102197 - in /commons/sandbox/digester3/trunk/src: examples/api/addressbook/ examples/api/dbinsert/ examples/api/document-markup/ examples/plugins/pipeline/ examples/xmlrules/addressb

2011-05-12 Thread Matt Benson
On Thu, May 12, 2011 at 5:04 AM, sebb seb...@gmail.com wrote: On 12 May 2011 09:07,  simonetrip...@apache.org wrote: Author: simonetripodi Date: Thu May 12 08:07:43 2011 New Revision: 1102197 URL: http://svn.apache.org/viewvc?rev=1102197view=rev Log: since Digester is not thread safe,

Re: svn commit: r1102197 - in /commons/sandbox/digester3/trunk/src: examples/api/addressbook/ examples/api/dbinsert/ examples/api/document-markup/ examples/plugins/pipeline/ examples/xmlrules/addressb

2011-05-12 Thread Simone Tripodi
Hi Matt, thanks a lot for your help, you raw my mind (and filled the lack of my poor English)!!! All the best, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Thu, May 12, 2011 at 2:50 PM, Matt Benson gudnabr...@gmail.com wrote: On Thu, May 12, 2011 at

Re: [codec] submitting a StringEncoder

2011-05-12 Thread Gary Gregory
Hello Matthew, What standard does this new encoder implement? The best way to submit any code is as a patch including unit tests attached to a new JIRA issue: https://issues.apache.org/jira/secure/Dashboard.jspa and http://commons.apache.org/patches.html You'll have to create yourself a

Re: [codec] submitting a StringEncoder

2011-05-12 Thread Henri Yandell
Original code under GPL is an IP issue. Namely that your Java code must also be under GPL. That subsequently can't be included in the Apache project, unless you can get the original PHP author to change the license to something listed here: http://www.apache.org/legal/resolved.html#category-a

Re: [OGNL] startup questions

2011-05-12 Thread Henri Yandell
On Wed, May 11, 2011 at 7:14 AM, sebb seb...@gmail.com wrote: On 11 May 2011 14:51, Jochen Wiedmann jochen.wiedm...@gmail.com wrote: On Wed, May 11, 2011 at 3:45 PM, sebb seb...@gmail.com wrote: However, if a breaking API change is needed, then the package name/Maven ids will *have* to be

Re: [codec] submitting a StringEncoder

2011-05-12 Thread Matt Benson
On Thu, May 12, 2011 at 10:08 AM, Henri Yandell flame...@gmail.com wrote: Original code under GPL is an IP issue. Namely that your Java code must also be under GPL. That subsequently can't be included in the Apache project, unless you can get the original PHP author to change the license to

[OGNL] Random first thoughts

2011-05-12 Thread Henri Yandell
Some minor items; probably known: * We should move from src/java to src/main/java. [looks like OGNL-4] * Needs a NOTICE.txt file * What's the plan for the source headers? I'm guessing we don't have CLAs from Drew and Luke so will have to juggle the old BSD licensing? [OGNL-2] * Pom description

Re: [codec] submitting a StringEncoder

2011-05-12 Thread Henri Yandell
On Thu, May 12, 2011 at 8:31 AM, Matt Benson gudnabr...@gmail.com wrote: On Thu, May 12, 2011 at 10:08 AM, Henri Yandell flame...@gmail.com wrote: Original code under GPL is an IP issue. Namely that your Java code must also be under GPL. That subsequently can't be included in the Apache

Re: [OGNL] Random first thoughts

2011-05-12 Thread Olivier Lamy
Hello 2011/5/12 Henri Yandell flame...@gmail.com: Some minor items; probably known: * We should move from src/java to src/main/java. [looks like OGNL-4] done * Needs a NOTICE.txt file done * What's the plan for the source headers? I'm guessing we don't have CLAs from Drew and Luke so will

Re: [OGNL] Random first thoughts

2011-05-12 Thread Simone Tripodi
Hi Hen, as you noticed, Olivier already resolved the bigger part of the issues; about licensing: Drew - the project owner - donated OGNL to ASF under a signed SoftwareGrant that, IIUC, should allows us re-licensing the project. Thanks for your contributions, have a nice day!!! Simo PS break a leg

[continuum] BUILD FAILURE: Apache Commons - Commons Performance (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-05-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=8266projectId=118 Build statistics: State: Failed Previous State: Failed Started at: Thu 12 May 2011 22:22:04 + Finished at: Thu 12 May 2011 22:22:16 + Total time: 12s Build Trigger: Schedule

[continuum] BUILD FAILURE: Apache Commons - Commons Performance (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-05-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=8274projectId=118 Build statistics: State: Failed Previous State: Failed Started at: Fri 13 May 2011 03:22:55 + Finished at: Fri 13 May 2011 03:23:22 + Total time: 26s Build Trigger: Schedule

[continuum] BUILD FAILURE: Apache Commons - Commons Performance (Sandbox) - Default Maven 2 Build Definition (Java 1.5)

2011-05-12 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=8276projectId=118 Build statistics: State: Failed Previous State: Failed Started at: Fri 13 May 2011 04:23:00 + Finished at: Fri 13 May 2011 04:23:27 + Total time: 26s Build Trigger: Schedule

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

2011-05-12 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

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

2011-05-12 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

[pool] GKOP test failures

2011-05-12 Thread Phil Steitz
I saw this Failed tests: testMaxTotalInvariant(org.apache.commons.pool2.impl.TestGenericKeyedObjectPool): Thread failed: 2 java.lang.IllegalStateException: Returned object not currently part of this pool at