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

2011-01-28 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-collections4 has an issue affecting its community integration. Thi

[vfs] Error While Reading Large Files Through FTP

2011-01-28 Thread Hiranya Jayathilaka
Hi Devs, We are using Commons-VFS in the File transport of Apache Synapse. When we are reading large files (> 1M) into Synapse over FTP, we often get the following exception: [2011-01-29 11:59:54,500] ERROR - VFSTransportListener Error processing File URI : ftp://user:password@localhost /home/hir

Re: [csv] Fixes for commons-csv

2011-01-28 Thread Jacopo Cappellato
Thank you Simone! Ciao Jacopo On Jan 28, 2011, at 8:39 PM, Simone Tripodi wrote: > Hi all guys, > count also on my help if needed, I can help on applying patches and > for the release process. > Looking forward for news, > Simo > > http://people.apache.org/~simonetripodi/ > http://www.99soft.o

Re: [math] last steps before releasing 2.2 ?

2011-01-28 Thread Gilles Sadowski
Hello. > >> >>> OK.  But now that we have detected an "aroma" around unilaterally > >> >>> making UnivariateRealFunction throw Math*User*Exception, I wonder if > >> >>> there is a way to introduce an unchecked parent that gets us out of > >> >>> this. We may want to reserve the right to do this in

Re: svn commit: r1064904 - /commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml

2011-01-28 Thread Phil Steitz
Thanks and sorry! On Fri, Jan 28, 2011 at 4:56 PM, wrote: > Author: mikl > Date: Fri Jan 28 21:56:42 2011 > New Revision: 1064904 > > URL: http://svn.apache.org/viewvc?rev=1064904&view=rev > Log: > Updated name in changelog to reflect fixes for MATH-384 and MATH-385 which > was introduced in r1

Re: [math] last steps before releasing 2.2 ?

2011-01-28 Thread Phil Steitz
On Thu, Jan 27, 2011 at 6:14 PM, Gilles Sadowski wrote: > On Thu, Jan 27, 2011 at 08:31:05PM +0100, Luc Maisonobe wrote: >> Le 27/01/2011 17:49, Phil Steitz a écrit : >> > On Thu, Jan 27, 2011 at 9:20 AM, Gilles Sadowski >> > wrote: >> >> Phil, >> >> >> >>> OK.  But now that we have detected an "

Re: [Math] Refactoring of package "analysis.integration" (MATH-501)

2011-01-28 Thread Gilles Sadowski
Hi. > Seeing the code in this package i agree that some more exceptions should be > created so as to cover cases such as the following: > > >Package: > org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl > > >public double getResult() throws IllegalStateException { > >

Re: Pointers

2011-01-28 Thread Stephen Williams
On 1/28/11 3:14 PM, James Ring wrote: Hey, On Fri, Jan 28, 2011 at 3:00 PM, Stephen Williams wrote: True, you shouldn't synchronize on any object that A) you want to change and B) can only be changed by being replaced by a newly constructed object. If Integer, for instance, had a setter metho

Re: [CODEC] Base-n refactoring

2011-01-28 Thread Gary Gregory
Congratulation! Gary On Jan 28, 2011, at 18:28, "Julius Davies" wrote: > On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory > wrote: >> Now that the main Base-N refactoring is done, the door is open for Base16 ;) >> Juluis, you had mentioned Base16 before, any interest? >> > > Sorry, I can't, a

Re: [CODEC] Base-n refactoring

2011-01-28 Thread sebb
On 28 January 2011 23:27, Julius Davies wrote: > On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory > wrote: >> Now that the main Base-N refactoring is done, the door is open for Base16 ;) >> Juluis, you had mentioned Base16 before, any interest? >> > > Sorry, I can't, at least not for codec-1.5.  T

Re: [CODEC] Base-n refactoring

2011-01-28 Thread Julius Davies
On Fri, Jan 28, 2011 at 11:40 AM, Gary Gregory wrote: > Now that the main Base-N refactoring is done, the door is open for Base16 ;) > Juluis, you had mentioned Base16 before, any interest? > Sorry, I can't, at least not for codec-1.5. The baby came yesterday!!! He still has no name. 8lbs 3oz

Re: [Math] Refactoring of package "analysis.integration" (MATH-501)

2011-01-28 Thread Michael Giannakopoulos
Also, the file 'ResizableDoubleArray.java' in the package 'org.apache.commons.math.util' contains the following code: >if (contraction < expansion) { >throw MathRuntimeException.createIllegalArgumentException( > LocalizedFormats.CONTRACTION_CRITERIA_SMALLER_THAN_EXPANSION_FACTOR, >

Re: Pointers

2011-01-28 Thread James Ring
Hey, On Fri, Jan 28, 2011 at 3:00 PM, Stephen Williams wrote: > True, you shouldn't synchronize on any object that A) you want to change and > B) can only be changed by being replaced by a newly constructed object.  If > Integer, for instance, had a setter method, then it could still have been >

Re: Pointers

2011-01-28 Thread Stephen Williams
Hah, just sent a reply stating just that. Thanks. Stephen On Fri, Jan 28, 2011 at 2:45 PM, Brent Worden wrote: > Actually, funkyChanger will not work because you are effectively > reassigning the argument. Since all arguments in Java are passed by > value, the assignment is not realized by the

Re: Pointers

2011-01-28 Thread Stephen Williams
True, you shouldn't synchronize on any object that A) you want to change and B) can only be changed by being replaced by a newly constructed object. If Integer, for instance, had a setter method, then it could still have been used in this way. However, it seems to be immutable. I generally just

Re: Pointers

2011-01-28 Thread Brent Worden
Actually, funkyChanger will not work because you are effectively reassigning the argument. Since all arguments in Java are passed by value, the assignment is not realized by the caller. The only ways to get argument changes surfaced to the caller are using a typed return or passing in an argument

Re: Releasing commons-parent

2011-01-28 Thread sebb
IIRC I did a couple of previous releases, mainly using the Nexus page. In fact I used that to create the the artifacts for the VOTE thread - you should be able to see them in the archives - it was early July 2010. Once the vote pased, I just released the Nexus artifacts. On 28 January 2011 22:34

RE: Releasing commons-parent

2011-01-28 Thread Gary Gregory
Well, I'm going to give up for today :( Half of http://wiki.apache.org/commons/CreatingReleases does not apply for a site-less project or Maven returns errors. Very frustrating. Would the person who created 17 update the wiki? I am happy to do the release, but the process is non-trivial... Tha

Re: Pointers

2011-01-28 Thread James Ring
Hey, On Fri, Jan 28, 2011 at 2:01 PM, Stephen Williams wrote: > All objects are passed as references in Java. > All fundamental scalar types have Object wrapped versions. > An argument that is meant to be modified just needs to be an object > reference. > > So, you can simply go from: > void funk

Re: Releasing commons-parent

2011-01-28 Thread sebb
No. There's no site included with the pom itself, that is in commons-site. On 28 January 2011 22:09, Gary Gregory wrote: > Brr... how come there is no 'parent' directory in > /www/www.apache.org/dist/commons? > > Should I create one? > > Gary > >> -Original Message- >> From: Rahul Akolk

RE: Releasing commons-parent

2011-01-28 Thread Gary Gregory
Brr... how come there is no 'parent' directory in /www/www.apache.org/dist/commons? Should I create one? Gary > -Original Message- > From: Rahul Akolkar [mailto:rahul.akol...@gmail.com] > Sent: Friday, January 28, 2011 14:50 > To: Commons Developers List > Subject: Re: Releasing commons

Re: Pointers

2011-01-28 Thread Stephen Williams
All objects are passed as references in Java. All fundamental scalar types have Object wrapped versions. An argument that is meant to be modified just needs to be an object reference. So, you can simply go from: void funkyReader(int arg) { arg++; } to: void funkyChanger(Integer arg) { arg++; } If

Re: [Math] Refactoring of package "analysis.integration" (MATH-501)

2011-01-28 Thread Michael Giannakopoulos
Hello to everyone, Seeing the code in this package i agree that some more exceptions should be created so as to cover cases such as the following: >Package: org.apache.commons.math.analysis.integration.UnivarieteRealIntegratorImpl >public double getResult() throws IllegalStateException { >

Re: Releasing commons-parent

2011-01-28 Thread sebb
On 28 January 2011 20:13, Gary Gregory wrote: >> -Original Message- >> From: Rahul Akolkar [mailto:rahul.akol...@gmail.com] >> Sent: Friday, January 28, 2011 14:50 >> To: Commons Developers List >> Subject: Re: Releasing commons-parent >> >> On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory >>

RE: Releasing commons-parent

2011-01-28 Thread Gary Gregory
> -Original Message- > From: Rahul Akolkar [mailto:rahul.akol...@gmail.com] > Sent: Friday, January 28, 2011 14:50 > To: Commons Developers List > Subject: Re: Releasing commons-parent > > On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory > wrote: > >> -Original Message- > >> From: Ga

Re: [Math] Repository and SVN

2011-01-28 Thread Michael Giannakopoulos
Thanks a lot Luc! I now have 4 folders that contain the right packages under the J2SE 1.5 and JUnit 4! Your help is invaluable!

Re: Releasing commons-parent

2011-01-28 Thread Rahul Akolkar
On Fri, Jan 28, 2011 at 1:57 PM, Gary Gregory wrote: >> -Original Message- >> From: Gary Gregory [mailto:ggreg...@seagullsoftware.com] >> Sent: Friday, January 28, 2011 13:56 >> To: Commons Developers List >> Subject: Releasing commons-parent >> >> Well, I am digging around for instruction

RE: [CODEC] Base-n refactoring

2011-01-28 Thread Gary Gregory
Now that the main Base-N refactoring is done, the door is open for Base16 ;) Juluis, you had mentioned Base16 before, any interest? Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA Tel: +1.404.760.1560 Email: ggreg...@seagullsoftware.c

Re: [Math] Repository and SVN

2011-01-28 Thread Luc Maisonobe
Le 28/01/2011 20:18, Michael Giannakopoulos a écrit : > Hello Luc, Hi Michael, > > First of all thanks for your answer! > >> You should not move files. >> Just checkout starting from the top folder containing the pom.xml file. > > Well, in Eclipse i follow the "File->New->Project" option and t

Re: [csv] Fixes for commons-csv

2011-01-28 Thread Simone Tripodi
Hi all guys, count also on my help if needed, I can help on applying patches and for the release process. Looking forward for news, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Jan 28, 2011 at 6:54 PM, Jacopo Cappellato wrote: > Hi Gary, > > first of all, thanks

Re: [Math] Repository and SVN

2011-01-28 Thread Michael Giannakopoulos
Hello Luc, First of all thanks for your answer! >You should not move files. >Just checkout starting from the top folder containing the pom.xml file. Well, in Eclipse i follow the "File->New->Project" option and then in the wizard i choose "Checkout Projects from SVN". Next, i choose to use an ex

RE: Releasing commons-parent

2011-01-28 Thread Gary Gregory
> -Original Message- > From: Gary Gregory [mailto:ggreg...@seagullsoftware.com] > Sent: Friday, January 28, 2011 13:56 > To: Commons Developers List > Subject: Releasing commons-parent > > Well, I am digging around for instructions on publishing commons-parent and > I am not sure if what I

Releasing commons-parent

2011-01-28 Thread Gary Gregory
Well, I am digging around for instructions on publishing commons-parent and I am not sure if what I am seeing on various apache pages applies to commons-parent which is not the same kind of project as other commons projects. Any tips please? Gary Gregory Senior Software Engineer Rocket Software

Re: [csv] Fixes for commons-csv

2011-01-28 Thread Jacopo Cappellato
Hi Gary, first of all, thanks for the quick response; please see my comments inline: On Jan 28, 2011, at 5:23 PM, Gary Gregory wrote: > Hi Jacopo, > > First, yes, please contribute updates and fixes. > Great, will do. > Would you be willing to contribute more than 'small' things to turn the

[RESULT][VOTE] Release commons-parent 18

2011-01-28 Thread Gary Gregory
This vote has passed with four +1 votes (four binding from [commons] committers) from the following people: Gary Gregory Simone Tripodi Sebastian Bazley Luc Maisonobe Gary > -Original Message- > From: Gary Gregory [mailto:ggreg...@seagullsoftware.com] > Sent: Monday, January 24, 2011 15

Re: [Math] Repository and SVN

2011-01-28 Thread Luc Maisonobe
Le 28/01/2011 17:17, Michael Giannakopoulos a écrit : > Hello guys, Hi Michael > > I have one main problem with the svn... I use eclipse and its plugin in > order to synchronize a java project with the current code in the trunk... > However the problem that i face is that there are three differe

Re: [Math] Repository and SVN

2011-01-28 Thread Michael Giannakopoulos
Problem solved... Sorry disturbing you for this issue!

RE: [csv] Fixes for commons-csv

2011-01-28 Thread Gary Gregory
Hi Jacopo, First, yes, please contribute updates and fixes. Would you be willing to contribute more than 'small' things to turn the project into a real 1.0 release? I've not looked at the component in a lng time so I am not sure what would be needed. Gary Gregory Senior Software Engineer

[Math] Repository and SVN

2011-01-28 Thread Michael Giannakopoulos
Hello guys, I have one main problem with the svn... I use eclipse and its plugin in order to synchronize a java project with the current code in the trunk... However the problem that i face is that there are three different folders in the trunk to synchronize from: folder main, folder test and fol

[csv] Fixes for commons-csv

2011-01-28 Thread Jacopo Cappellato
Hi all, I am a committer of the Apache OFBiz project and I am using commons-csv for a project at work. I am wondering if there are plans to maintain the common-csv package; if I will submit some patches and small enhancements will they be considered? If there is interest around this, I may also

RE: [codec] Large test data set!

2011-01-28 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: >> > >> > You would use the dependency plugin in the generate-resources phase to >> > extract the zip file into your local target directory where you then >> > access the file(s) in your test. Quite a normal action with Maven. >> > >> > And regarding an IDE there's no

RE: [codec] Large test data set!

2011-01-28 Thread Gary Gregory
> -Original Message- > From: Jörg Schaible [mailto:joerg.schai...@scalaris.com] > Sent: Friday, January 28, 2011 02:46 > To: dev@commons.apache.org > Subject: Re: [codec] Large test data set! > > Jörg Schaible wrote: > > > Gary Gregory wrote: > > > >> On Jan 27, 2011, at 17:43, "Jörg Scha

RE: [codec] Large test data set!

2011-01-28 Thread Gary Gregory
> -Original Message- > From: Jörg Schaible [mailto:joerg.schai...@scalaris.com] > Sent: Friday, January 28, 2011 02:45 > To: dev@commons.apache.org > Subject: RE: [codec] Large test data set! > > Hi Gary, > > Gary Gregory wrote: > > >> >> > Another option: ask the copyright holder to

RE: [codec] Large test data set!

2011-01-28 Thread Gary Gregory
> -Original Message- > From: Jörg Schaible [mailto:joerg.schai...@scalaris.com] > Sent: Friday, January 28, 2011 02:36 > To: dev@commons.apache.org > Subject: Re: [codec] Large test data set! > > Gary Gregory wrote: > > > On Jan 27, 2011, at 17:43, "Jörg Schaible" wrote: > > > >> Gary Gr

Re: informations needed: proposing a survey to users

2011-01-28 Thread Simone Tripodi
sorry for the mistyping, s/allowed/authorized :D :D Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Fri, Jan 28, 2011 at 12:12 PM, Simone Tripodi wrote: > Hi all PMCs, > I'm writing because, since I've been working on a Digester3 sandbox > prototype, I would like to pro

informations needed: proposing a survey to users

2011-01-28 Thread Simone Tripodi
Hi all PMCs, I'm writing because, since I've been working on a Digester3 sandbox prototype, I would like to propose to our Commons users a survey about the Digester component, to better understand which parts have to be improved and how, etc etc, so I need to know * am I allowed to do it? :) that

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

2011-01-28 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-jelly-tags-quartz (in module commons-jelly) failed

2011-01-28 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-quartz has an issue affecting its community integratio

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

2011-01-28 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