Re: [chain2] serialVersionUID

2012-07-24 Thread Elijah Zupancic
Thanks Jörg! It sounds like we will need to change them all in chain because we have changed the package name. -Elijah On Mon, Jul 23, 2012 at 10:51 PM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Elijah Elijah Zupancic wrote: Hi everyone, Now that we have changed the chain API

Re: [VOTE] Release Imaging 1.0 based on RC2

2012-07-24 Thread Damjan Jovanovic
On Tue, Jul 24, 2012 at 5:47 AM, Gary Gregory garydgreg...@gmail.com wrote: On Jul 23, 2012, at 21:19, Damjan Jovanovic dam...@apache.org wrote: It's been 3 years since Imaging 0.97 was released, and many bugs have been fixed and many features added, so I would like to release a long overdue

Re: [pool] Question / potential improvement on KeyedObjectPool

2012-07-24 Thread Liviu Tudor
Phil others who have been in touch with [pool], A follow up to this: I'm trying to log this in JIRA and submit a patch but I've come across the following problem: 1/ The mechanism I am referring to had pool-1.6.0 in mind, however, I can't find in SVN the branch for 1.6? There are release

Re: [chain2] serialVersionUID

2012-07-24 Thread Jörg Schaible
Hi Elijah, Elijah Zupancic wrote: Thanks Jörg! It sounds like we will need to change them all in chain because we have changed the package name. Well, since they are all different objects now, the Java runtime will not try to match them anyway, so it is for this special case not really

Re: [math] API proposal for differentiation

2012-07-24 Thread Luc Maisonobe
Le 23/07/2012 17:03, Anxionnat Julien a écrit : Hi Luc, Hi all, [...] Last week, at work, someone asked me again about differentiation and I directed him to this issue and also to the Nabla project. He told me he was interested in having some support in [math] for this (I'm not sure he

Re: [chain2] serialVersionUID

2012-07-24 Thread Benedikt Ritter
Hi Elijah, if you need a introduction to serialization, I recommend to read the corresponding chapters in Effective Java by Josh Blooch [1]. Regards, Benedikt [1]

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-24 Thread Simone Tripodi
Olá Bruno, 0) I would like to add the method Validate.notNull(...) where necessary in [functor], if no one objects. Right now, I'm working on the following composite functors: TransformedProcedure, TransformedFunction, TransformedBinaryProcedure and TransformedBinaryFunction. None of these

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

2012-07-24 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

RE: [math] API proposal for differentiation

2012-07-24 Thread Anxionnat Julien
[...] I have to deal with functions like that: public double[] value (double t) { ... } (The best interface for my subjects would be: public Vector3D value (double t) { ... }, but it's not the point now.) [...] I'm sorry, I don't understand how it's gonna be for my

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

2012-07-24 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

2012-07-24 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-jelly-tags-jmx (in module commons-jelly) failed

2012-07-24 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-jelly-tags-jmx has an issue affecting its community integration.

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Chain :: Parent - Project build using Java 1.5 (-Prelease does not work for multimodule poms)

2012-07-24 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24163projectId=69 Build statistics: State: Failed Previous State: Ok Started at: Tue 24 Jul 2012 14:40:39 + Finished at: Tue 24 Jul 2012 14:41:22 + Total time: 42s Build Trigger: Schedule Build

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Chain :: Parent - Project build using Java 1.5 (-Prelease does not work for multimodule poms)

2012-07-24 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24165projectId=69 Build statistics: State: Failed Previous State: Failed Started at: Tue 24 Jul 2012 15:40:05 + Finished at: Tue 24 Jul 2012 15:40:47 + Total time: 41s Build Trigger: Schedule

Re: [DISCUSS] Release Imaging 1.0 based on RC2

2012-07-24 Thread Matt Benson
On Tue, Jul 24, 2012 at 1:31 AM, Damjan Jovanovic damjan@gmail.com wrote: On Tue, Jul 24, 2012 at 5:47 AM, Gary Gregory garydgreg...@gmail.com wrote: On Jul 23, 2012, at 21:19, Damjan Jovanovic dam...@apache.org wrote: It's been 3 years since Imaging 0.97 was released, and many bugs have

Re: [functor] Use Validate.notNull and remove unreachable code

2012-07-24 Thread Matt Benson
+1 to all FWIW Matt On Tue, Jul 24, 2012 at 4:28 AM, Simone Tripodi simonetrip...@apache.org wrote: Olá Bruno, 0) I would like to add the method Validate.notNull(...) where necessary in [functor], if no one objects. Right now, I'm working on the following composite functors:

Re: [DISCUSS] Release Imaging 1.0 based on RC2

2012-07-24 Thread Damjan Jovanovic
On Tue, Jul 24, 2012 at 5:44 PM, Matt Benson gudnabr...@gmail.com wrote: On Tue, Jul 24, 2012 at 1:31 AM, Damjan Jovanovic damjan@gmail.com wrote: On Tue, Jul 24, 2012 at 5:47 AM, Gary Gregory garydgreg...@gmail.com wrote: On Jul 23, 2012, at 21:19, Damjan Jovanovic dam...@apache.org

Re: [pool] Question / potential improvement on KeyedObjectPool

2012-07-24 Thread Mark Thomas
On 24/07/2012 08:42, Liviu Tudor wrote: Phil others who have been in touch with [pool], A follow up to this: I'm trying to log this in JIRA and submit a patch but I've come across the following problem: 1/ The mechanism I am referring to had pool-1.6.0 in mind, however, I can't find in

Re: [chain2] configuration façade APIs

2012-07-24 Thread Oliver Heger
Hi Simo and Elijah, Am 23.07.2012 21:55, schrieb Simone Tripodi: Thanks a lot Oliver, much more than appreciated! If you could have a look at current configuration stuff at [chain2] and share what you think would be already *great*! I had a look at the current config module. I understand

Re: [VOTE] Release Imaging 1.0 based on RC2

2012-07-24 Thread Oliver Heger
Build works fine on Windows 7 with a JDK 1.6 and Java-1.5 compatibility profile. Artifacts look good. There are some issues with the site: - There is indeed a number of findbugs and pmd warnings. I trust you that you already fixed many problematic ones. All these MALICIOUS_CODE warnings are

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Chain :: Parent - Project build using Java 1.5 (-Prelease does not work for multimodule poms)

2012-07-24 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24171projectId=69 Build statistics: State: Failed Previous State: Failed Started at: Tue 24 Jul 2012 20:39:25 + Finished at: Tue 24 Jul 2012 20:40:05 + Total time: 40s Build Trigger: Schedule

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Digester - Build using Java 1.6

2012-07-24 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24172projectId=75 Build statistics: State: Failed Previous State: Failed Started at: Tue 24 Jul 2012 20:40:09 + Finished at: Tue 24 Jul 2012 20:40:44 + Total time: 35s Build Trigger: Schedule

Re: svn commit: r1363623 - /commons/proper/logging/trunk/pom.xml

2012-07-24 Thread sebb
On 23 July 2012 17:20, Dennis Lundberg denn...@apache.org wrote: On 2012-07-20 23:26, sebb wrote: On 20 July 2012 22:02, Dennis Lundberg denn...@apache.org wrote: If this is an integration test, the proper way to exclude it is to change its name so that it ends with ITCase.java, see see ...

Re: [chain2] serialVersionUID

2012-07-24 Thread sebb
On 24 July 2012 09:11, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Elijah, Elijah Zupancic wrote: Thanks Jörg! It sounds like we will need to change them all in chain because we have changed the package name. Well, since they are all different objects now, the Java runtime will

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

2012-07-24 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

[math] Unit Tests for Multivariate Distribution Sampling

2012-07-24 Thread Becksfort, Jared
Hello, I am working on submitting code for multivariate normal distributions, including sampling and unit tests (issue Math-815). It is my first submission, and it has had some issues with style and other guidelines. Gilles has given me some useful feedback about several pieces, but I

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

2012-07-24 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