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

2010-10-27 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

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

2010-10-27 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

[Math] Package for UnivariateRealFunctions

2010-10-27 Thread Gilles Sadowski
Hi. What do you think of creating a function package that would contain all the usual functions as classes implementing the UnivariateRealFunction interface? I.e. for example: ---CUT--- package org.apache.commons.math.function; import org.apache.commons.math.util.FastMath; public class Cos

Re: [Math] Package for UnivariateRealFunctions

2010-10-27 Thread Luc Maisonobe
Le 27/10/2010 12:46, Gilles Sadowski a écrit : Hi. What do you think of creating a function package that would contain all the usual functions as classes implementing the UnivariateRealFunction interface? I.e. for example: ---CUT--- package org.apache.commons.math.function; import

Re: [Math] Package for UnivariateRealFunctions

2010-10-27 Thread Gilles Sadowski
[...] We could also move all the already existing function objects used in the unit tests; after all, they might be useful for CM users for devising the unit tests for their own code. -0, I don't see much added value to specific functions implementations. In many cases, the functions

[compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Max Birkoff
I would like the patch below applied to: commons-compress-1.1-src/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java I had approached the ant project with this request (as I had been using the tar under org.apache.tools.tar.TarEntry that ships with ant) but Stefan

Re: [compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Matt Benson
Hi Max, Stefan is also one of the primary committers to the [compress] component, so he'll very likely look at this soonish. It'd probaby be for the best if you submitted this patch via a new JIRA issue so nothing gets lost, and you can then check the feather icon indicating your patch is

Re: [compress] patch to TarArchiveEntry for detecting a symlink

2010-10-27 Thread Max Birkoff
Thanks for the very quick response Matt. As requested I've filed: https://issues.apache.org/jira/browse/COMPRESS-122 --- On Wed, 10/27/10, Matt Benson gudnabr...@gmail.com wrote: From: Matt Benson gudnabr...@gmail.com Subject: Re: [compress] patch to TarArchiveEntry for detecting a symlink

Re: [Math] Package for UnivariateRealFunctions

2010-10-27 Thread Gilles Sadowski
What do you think of creating a function package that would contain all the usual functions as classes implementing the UnivariateRealFunction interface?  I.e. for example: ---CUT--- package org.apache.commons.math.function; import org.apache.commons.math.util.FastMath; public