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

2012-01-04 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

Re: OGNL Language Guide (Chinese Edition)

2012-01-04 Thread Li Ying
Hi, friends: I have signed the ICLA, and sent a scanned copy (PDF) to secret...@apache.org. About the document itself, I created a issue in JIRA: https://issues.apache.org/jira/browse/OGNL-43 However, the HTML files of the [OGNL Language Guide (Chinese Edition)] is too much. So I did not creat

Re: [DBUTILS] 1.5 RC1 Missing Site

2012-01-04 Thread William Speirs
Sorry for taking so long to respond... holidays and all. I tried the mvn site-deploy -P rc and it didn't work. I got to a password prompt and it simply hung. Unfortunately, I don't have the time to debug it now. Maybe I'm completely missing something, but it's sad that it is this hard to cut a re

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

2012-01-04 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-sanselan-test has an issue affecting its community integration. Th

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

2012-01-04 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-digester3 has an issue affecting its community integration. This i

Re: [VOTE] Release Commons Pool 1.6-RC3.

2012-01-04 Thread Simone Tripodi
+1 and thanks once again for persevering on that! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Jan 4, 2012 at 8:20 PM, Gary Gregory wrote: > Good day to you all: > > I have prepared Commons

Re: [GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-04 Thread Simone Tripodi
Hi Matt! happy new year!!! :) I have the trouble that even compiling the AP with JDK6 APIs, with target JDK5, it cannot be used but Java5 APT... maybe my question sounds a little confused as I am, but hopefully you know more than me about that topic! Best, -Simo http://people.apache.org/~simone

Re: Release Commons Pool 1.6-RC3

2012-01-04 Thread Gary Gregory
On Wed, Jan 4, 2012 at 1:57 PM, Oliver Heger wrote: > (I assume the subject should be prefixed with [VOTE]) > Arg! Will resend. Gary > > +1, everything looks good now. > > Oliver > > Am 04.01.2012 16:50, schrieb Gary Gregory: > > Good day to you all: >> >> I have prepared Commons Pool 1.6-RC3

Re: Release Commons Pool 1.6-RC3

2012-01-04 Thread Oliver Heger
(I assume the subject should be prefixed with [VOTE]) +1, everything looks good now. Oliver Am 04.01.2012 16:50, schrieb Gary Gregory: Good day to you all: I have prepared Commons Pool 1.6-RC3. The only change from RC2 is that the build was run from a clean SVN checkout to avoid issues with

Re: [GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-04 Thread Matt Benson
The annotation processing should be part of the build, so perhaps set up to do the build with JDK6, with a JDK5 VM target? Matt On Wed, Jan 4, 2012 at 9:06 AM, Simone Tripodi wrote: > Hi Konstantin, > > thanks for your feedbacks, unfortunately Digester still need to > support JDK5 - what if I sw

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread sebb
On 4 January 2012 15:07, Gary Gregory wrote: > Sebb: > > How do you like this tag: > > https://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_1_6_RC3 > > ? It's the svn commit message that is important, and that is: URL: http://svn.apache.org/viewvc?rev=1227178&view=rev Log: Create

Re: [sanselan] ColorConversionsTest failure

2012-01-04 Thread Emmanuel Bourg
Le 03/01/2012 22:06, Matt Benson a écrit : Ping, any of the sanselan/imaging guys want to tackle this? I started looking at the CMYK to RGB conversion but it seems there are different formulas floating around on Internet. I have yet to find an authoritative source on this topic. Emmanuel Bo

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Konstantin Kolinko
2012/1/4 Gary Gregory : > Sebb: > > How do you like this tag: > > https://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_1_6_RC3 > svn log -v --limit 1 https://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_1_6_RC3/ --

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Gary Gregory
Sebb: How do you like this tag: https://svn.apache.org/repos/asf/commons/proper/pool/tags/POOL_1_6_RC3 ? Gary On Wed, Jan 4, 2012 at 9:33 AM, sebb wrote: > On 4 January 2012 14:24, Gary Gregory wrote: > > On Wed, Jan 4, 2012 at 8:26 AM, sebb wrote: > > > >> On 4 January 2012 12:58, Gary Gr

Re: [GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-04 Thread Simone Tripodi
Hi Konstantin, thanks for your feedbacks, unfortunately Digester still need to support JDK5 - what if I switch to JDK6 APIs to implement the processor? is there any backward-compatibility support? Thanks again, -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Konstantin Kolinko
2012/1/4 sebb : > On 4 January 2012 14:24, Gary Gregory wrote: >> On Wed, Jan 4, 2012 at 8:26 AM, sebb wrote: >> >>> On 4 January 2012 12:58, Gary Gregory wrote: >>> > On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: >>> > >>> >> On 31 December 2011 18:59,   wrote: >>> >> > Author: ggregory >>> >> >

[CANCEL][VOTE] Release Commons Pool 1.6-RC2

2012-01-04 Thread Gary Gregory
I cancel this vote per Sebb's -1. Thank you all. RC3 will be out ASAP. Gary On Sat, Dec 31, 2011 at 2:21 PM, Gary Gregory wrote: > Good day to you all: > > I have prepared Commons Pool 1.6-RC2. > > The changes from RC1 are to fix: \ > > - Relase notes txt are for 1.6, not 1.5.7. > - Adjust co

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Gary Gregory
On Wed, Jan 4, 2012 at 9:33 AM, sebb wrote: > On 4 January 2012 14:24, Gary Gregory wrote: > > On Wed, Jan 4, 2012 at 8:26 AM, sebb wrote: > > > >> On 4 January 2012 12:58, Gary Gregory wrote: > >> > On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: > >> > > >> >> On 31 December 2011 18:59, wrote

Re: [GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-04 Thread Konstantin Kolinko
2012/1/4 Simone Tripodi : > hi all guys, > > I have to admit my n00b status on Annotations Processing and I just > started following the Oracle guide[1] to write it, but > com.sun.mirror.* classes are not present in the JVM invoked by Gump. > Do you have any hint/recommendation? http://docs.oracle

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread sebb
On 4 January 2012 14:24, Gary Gregory wrote: > On Wed, Jan 4, 2012 at 8:26 AM, sebb wrote: > >> On 4 January 2012 12:58, Gary Gregory wrote: >> > On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: >> > >> >> On 31 December 2011 18:59,   wrote: >> >> > Author: ggregory >> >> > Date: Sat Dec 31 18:59:42

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Gary Gregory
On Wed, Jan 4, 2012 at 8:26 AM, sebb wrote: > On 4 January 2012 12:58, Gary Gregory wrote: > > On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: > > > >> On 31 December 2011 18:59, wrote: > >> > Author: ggregory > >> > Date: Sat Dec 31 18:59:42 2011 > >> > New Revision: 1226175 > >> > > >> > URL: h

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

2012-01-04 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-exec-test has an issue affecting its community integration. This i

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

2012-01-04 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-digester3 has an issue affecting its community integration. This i

Re: [VOTE] Release Commons Pool 1.6-RC2

2012-01-04 Thread sebb
On 4 January 2012 13:10, sebb wrote: > On 31 December 2011 19:21, Gary Gregory wrote: >> Good day to you all: >> >> I have prepared Commons Pool 1.6-RC2. >> >> The changes from RC1 are to fix: \ >> >> - Relase notes txt are for 1.6, not 1.5.7. >> - Adjust copyright to 2012 from 2011. >> - Bin dis

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread sebb
On 4 January 2012 12:58, Gary Gregory wrote: > On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: > >> On 31 December 2011 18:59,   wrote: >> > Author: ggregory >> > Date: Sat Dec 31 18:59:42 2011 >> > New Revision: 1226175 >> > >> > URL: http://svn.apache.org/viewvc?rev=1226175&view=rev >> > Log: >> >

Re: [VOTE] Release Commons Pool 1.6-RC2

2012-01-04 Thread sebb
On 31 December 2011 19:21, Gary Gregory wrote: > Good day to you all: > > I have prepared Commons Pool 1.6-RC2. > > The changes from RC1 are to fix: \ > > - Relase notes txt are for 1.6, not 1.5.7. > - Adjust copyright to 2012 from 2011. > - Bin distro does not include SNAPSHOT files. > > The only

Re: svn commit: r1226175 - in /commons/proper/pool/tags/POOL_1_6_RC2: ./ src/changes/ src/java/org/apache/commons/pool/ src/java/org/apache/commons/pool/impl/ src/site/ src/site/xdoc/ src/test/org/apa

2012-01-04 Thread Gary Gregory
On Tue, Jan 3, 2012 at 6:13 PM, sebb wrote: > On 31 December 2011 18:59, wrote: > > Author: ggregory > > Date: Sat Dec 31 18:59:42 2011 > > New Revision: 1226175 > > > > URL: http://svn.apache.org/viewvc?rev=1226175&view=rev > > Log: > > Create commons-pool-1.6-RC2 tag > > What command did you

Re: [math] best location for double[] sample(UnivariateFunction, double, double, int)?

2012-01-04 Thread Sébastien Brisard
2012/1/4 Gilles Sadowski : > Hi. > >> > In o.a.c.m.transform.FastFourierTransformer, a static method >> > double[] sample(UnivariateFunction f, double min, double max, int n) >> > is implemented. Obviously, this method could be useful elsewhere in >> > CM. I'm wondering where I should move it to? >

Re: [math] best location for double[] sample(UnivariateFunction, double, double, int)?

2012-01-04 Thread Gilles Sadowski
Hi. > > In o.a.c.m.transform.FastFourierTransformer, a static method > > double[] sample(UnivariateFunction f, double min, double max, int n) > > is implemented. Obviously, this method could be useful elsewhere in > > CM. I'm wondering where I should move it to? > > Options I can think of are > >

Re: [math] Serializable transforms (MATH-677)?

2012-01-04 Thread Sébastien Brisard
Or is it at release time >> that we care about regenerating these numbers? Is this task somehow >> automated? > > No, the task is not fully automated. I used to rely on eclipse > generation for this (i.e. I suppressed the field, and when eclipse fired > a warning I selecte

Re: [math] Serializable transforms (MATH-677)?

2012-01-04 Thread Luc Maisonobe
automated. I used to rely on eclipse generation for this (i.e. I suppressed the field, and when eclipse fired a warning I selected an automatic generation in its warning quick fix context menu. However, since then there has been a discussion on the list and it was suggested to simply use the da

Re: [math] Serializable transforms (MATH-677)?

2012-01-04 Thread Sébastien Brisard
2012/1/4 Luc Maisonobe : > Le 04/01/2012 02:21, Sébastien Brisard a écrit : >> Hi, >> I'm currently working on MATH-677 (cleaning-up o.a.c.m.transforms). I >> notice that all classes in this package implement Serializable. I'm >> wondering whether there is a practical use for this. If not, I would

Re: [GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-01-04 Thread Simone Tripodi
hi all guys, I have to admit my n00b status on Annotations Processing and I just started following the Oracle guide[1] to write it, but com.sun.mirror.* classes are not present in the JVM invoked by Gump. Do you have any hint/recommendation? Thanks a lot in advance! -Simo [1] http://docs.oracle.c

Re: [math] best location for double[] sample(UnivariateFunction, double, double, int)?

2012-01-04 Thread Luc Maisonobe
Le 04/01/2012 04:55, Sébastien Brisard a écrit : > Hi, > In o.a.c.m.transform.FastFourierTransformer, a static method > double[] sample(UnivariateFunction f, double min, double max, int n) > is implemented. Obviously, this method could be useful elsewhere in > CM. I'm wondering where I should move

Re: [math] Serializable transforms (MATH-677)?

2012-01-04 Thread Luc Maisonobe
Le 04/01/2012 02:21, Sébastien Brisard a écrit : > Hi, > I'm currently working on MATH-677 (cleaning-up o.a.c.m.transforms). I > notice that all classes in this package implement Serializable. I'm > wondering whether there is a practical use for this. If not, I would > rather remove this functional