[jira] Resolved: (DBCP-3) [dbcp] PoolableConnection.close() won't allow multiple close

2007-07-17 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-3. Resolution: Fixed Fixed in r 557176. > [dbcp] PoolableConnection.close() won't allow multiple close >

[jira] Resolved: (DBCP-134) [dbcp] DelegatingConnection.close() throws exception

2007-07-17 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-134. -- Resolution: Fixed Fixed in r 557176. > [dbcp] DelegatingConnection.close() throws exception > --

[jira] Resolved: (DBCP-233) Allow connection, statement, and result set to be closed multiple times

2007-07-17 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Steitz resolved DBCP-233. -- Resolution: Fixed Patch applied. Many thanks. > Allow connection, statement, and result set to be close

svn commit: r557176 - in /jakarta/commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/test/org/apache/commons/dbcp/ src/test/org/apache/commo

2007-07-17 Thread psteitz
Author: psteitz Date: Tue Jul 17 23:46:16 2007 New Revision: 557176 URL: http://svn.apache.org/viewvc?view=rev&rev=557176 Log: Changed behavior to allow Connection, Statement, PreparedStatement, CallableStatement and ResultSet to be closed multiple times. The first time close is called the resourc

svn commit: r557162 - /jakarta/commons/trunks-sandbox/

2007-07-17 Thread psteitz
Author: psteitz Date: Tue Jul 17 23:12:17 2007 New Revision: 557162 URL: http://svn.apache.org/viewvc?view=rev&rev=557162 Log: Adding performance to sandbox Modified: jakarta/commons/trunks-sandbox/ (props changed) Propchange: jakarta/commons/trunks-sandbox/ ---

svn commit: r557160 - in /jakarta/commons/sandbox/performance: branches/ build.properties build.xml config.xml logging.properties src/ tags/ trunk/ trunk/build.properties trunk/build.xml trunk/config.

2007-07-17 Thread psteitz
Author: psteitz Date: Tue Jul 17 23:06:59 2007 New Revision: 557160 URL: http://svn.apache.org/viewvc?view=rev&rev=557160 Log: Fixed directory structure. Added: jakarta/commons/sandbox/performance/branches/ jakarta/commons/sandbox/performance/tags/ jakarta/commons/sandbox/performance/

Re: [DBCP] Back pointers

2007-07-17 Thread Phil Steitz
On 7/17/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: I'm working on a fix for the back pointers bugs DBCP-11 and DBCP-217 where the Statement.getConnection() and ResultSet.getStatement() return the wrong objects. The fix is pretty simple; we just need to make sure we wrap Statements and ResultS

Re: [beanutils] Release plan for a beta

2007-07-17 Thread Niall Pemberton
On 7/18/07, Henri Yandell <[EMAIL PROTECTED]> wrote: So, with a mind to getting a beta out pretty soon, here's what it looks like to me: 1] Close BEANUTILS-91 2] Fold the separate optional source back into the main codeline. 3] Check binary compatibility, close BEANUTILS-280 4] Tag as 1.8.0-beta

Re: [DBCP] Back pointers

2007-07-17 Thread Dain Sundstrom
BTW the reason we are getting ConnectionImpls instead of raw connections from the PooledDataSource is because PooledConnectionImpl.getConnection():159 wraps the raw connection with a ConnectionImpl. The line of code is commented with "the spec requires that this return a new Connection ins

[beanutils] Release plan for a beta

2007-07-17 Thread Henri Yandell
So, with a mind to getting a beta out pretty soon, here's what it looks like to me: 1] Close BEANUTILS-91 2] Fold the separate optional source back into the main codeline. 3] Check binary compatibility, close BEANUTILS-280 4] Tag as 1.8.0-beta1 5] Create a distribution from the tag using Maven2.

[jira] Commented: (NET-163) [contribution] DNS utils

2007-07-17 Thread Rory Winston (JIRA)
[ https://issues.apache.org/jira/browse/NET-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513392 ] Rory Winston commented on NET-163: -- Hey Nikolay Thank you for the contribution. Does this require JDK 6? > [contribut

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Henri Yandell
On 7/17/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 7/17/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > On 7/17/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > > My view is that we have the following options: > > > > 1) Merge em back in and just release the 1 jar. > > 2) Split them; do

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Niall Pemberton
On 7/17/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 7/17/07, Henri Yandell <[EMAIL PROTECTED]> wrote: > On 7/14/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > > Henri Yandell wrote: > > > One area for discussion is the split between the optional Collections > > > component and the 'Cor

[jira] Resolved: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Wiedmann resolved FILEUPLOAD-136. Resolution: Won't Fix Assignee: Jochen Wiedmann I can follow your argumen

Re: org.apache.commons.fileupload.MultipartStream constructors

2007-07-17 Thread Martin Cooper
On 7/17/07, James Riordan <[EMAIL PROTECTED]> wrote: Should it be the case that all of the public constructors of org.apache.commons.fileupload.MultipartStream are marked are marked @deprecated Use [EMAIL PROTECTED] #MultipartStream(InputStream, byte[], int, org.apache.commons.fileupload.Multip

org.apache.commons.fileupload.MultipartStream constructors

2007-07-17 Thread James Riordan
Should it be the case that all of the public constructors of org.apache.commons.fileupload.MultipartStream are marked are marked @deprecated Use [EMAIL PROTECTED] #MultipartStream(InputStream, byte[], int, org.apache.commons.fileupload.MultipartStream.ProgressNotifier)}. (which is not public)

[DBCP] Back pointers

2007-07-17 Thread Dain Sundstrom
I'm working on a fix for the back pointers bugs DBCP-11 and DBCP-217 where the Statement.getConnection() and ResultSet.getStatement() return the wrong objects. The fix is pretty simple; we just need to make sure we wrap Statements and ResultSets returned from DelegatingConnection with the

[jira] Commented: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Maurice Codik Moscoso (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513359 ] Maurice Codik Moscoso commented on FILEUPLOAD-136: -- Ah, I see. That does make sense, but I would

[jira] Commented: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513345 ] Jochen Wiedmann commented on FILEUPLOAD-136: I assume, you are referring to the ItemInputStream, are

svn commit: r557038 - in /jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils: Jira92TestCase.java bugs/Jira92TestCase.java

2007-07-17 Thread niallp
Author: niallp Date: Tue Jul 17 12:53:00 2007 New Revision: 557038 URL: http://svn.apache.org/viewvc?view=rev&rev=557038 Log: Move test case to correct package Added: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/bugs/Jira92TestCase.java - copied unchange

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Niall Pemberton
On 7/17/07, Henri Yandell <[EMAIL PROTECTED]> wrote: On 7/14/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > One area for discussion is the split between the optional Collections > > component and the 'Core' beanutils. Do we maintain that, or should we > > just fold t

[jira] Commented: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Maurice Codik Moscoso (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513339 ] Maurice Codik Moscoso commented on FILEUPLOAD-136: -- I do agree in general, but it seems odd that

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Niall Pemberton
On 7/17/07, Henri Yandell <[EMAIL PROTECTED]> wrote: On 7/11/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > BeanUtils is getting close to being ready for a 1.8.0 release IMO > (under 10 issues left targeted for 1.8.0). > > http://issues.apache.org/jira/browse/BEANUTILS > > One thought I had w

[jira] Updated: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-17 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated BEANUTILS-35: - Fix Version/s: (was: 1.8.0) LATER THAN 1.8.0 Moving to post 1.8.

[jira] Resolved: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-17 Thread Niall Pemberton (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton resolved BEANUTILS-92. -- Resolution: Fixed Looks good to me, thanks :) Closing this as resolved. > PropertyU

svn commit: r557031 - /jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/JDBCDynaClass.java

2007-07-17 Thread bayard
Author: bayard Date: Tue Jul 17 12:12:54 2007 New Revision: 557031 URL: http://svn.apache.org/viewvc?view=rev&rev=557031 Log: Refernece -> Reference Modified: jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/JDBCDynaClass.java Modified: jakarta/commons/proper/be

[jira] Commented: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Jochen Wiedmann (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513329 ] Jochen Wiedmann commented on FILEUPLOAD-136: I do not think, that it's the task of the InputStream us

svn commit: r557022 - /jakarta/commons/README.txt

2007-07-17 Thread bayard
Author: bayard Date: Tue Jul 17 11:47:35 2007 New Revision: 557022 URL: http://svn.apache.org/viewvc?view=rev&rev=557022 Log: Adding a bit of doc on how our SVN is set up, and how to edit the svn:externals Added: jakarta/commons/README.txt Added: jakarta/commons/README.txt URL: http://svn.a

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Henri Yandell
On 7/11/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: BeanUtils is getting close to being ready for a 1.8.0 release IMO (under 10 issues left targeted for 1.8.0). http://issues.apache.org/jira/browse/BEANUTILS One thought I had was to do a 1.8.0 Beta release first to (hopefully) get wider te

[jira] Commented: (BEANUTILS-35) Indexed properties with Array type cause IllegalArgumentException in setProperty/populate

2007-07-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513318 ] Henri Yandell commented on BEANUTILS-35: You mentioned pushing this one out to 1.8.x on IM - I'm in favour

[jira] Commented: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513317 ] Henri Yandell commented on BEANUTILS-92: I've committed a modified version of your patches as r557008, it f

svn commit: r557008 - in /jakarta/commons/proper/beanutils/trunk/src: java/org/apache/commons/beanutils/PropertyUtilsBean.java test/org/apache/commons/beanutils/Jira92TestCase.java

2007-07-17 Thread bayard
Author: bayard Date: Tue Jul 17 11:27:26 2007 New Revision: 557008 URL: http://svn.apache.org/viewvc?view=rev&rev=557008 Log: Applying Niall's test and fix from BEANUTILS-92 - with my suggested changes of an improved debug message and a simplified test case Added: jakarta/commons/proper/bea

[jira] Commented: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Maurice Codik Moscoso (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513313 ] Maurice Codik Moscoso commented on FILEUPLOAD-136: -- filed http://jira.codehaus.org/browse/JETTY-

Re: [BeanUtils] Progressing towards a 1.8.0 release

2007-07-17 Thread Henri Yandell
On 7/14/07, Stephen Colebourne <[EMAIL PROTECTED]> wrote: Henri Yandell wrote: > One area for discussion is the split between the optional Collections > component and the 'Core' beanutils. Do we maintain that, or should we > just fold the code back together? > > 1.7.0 shipped three versions: > >

[jira] Updated: (FILEUPLOAD-136) FileUpload race condition with used with Jetty 6

2007-07-17 Thread Maurice Codik Moscoso (JIRA)
[ https://issues.apache.org/jira/browse/FILEUPLOAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maurice Codik Moscoso updated FILEUPLOAD-136: - Attachment: TestJetty.java I've tracked this down a little better:

[jira] Commented: (BEANUTILS-92) PropertyUtilsBean.copyProperties does not catch NoSuchMethodException

2007-07-17 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/BEANUTILS-92?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513305 ] Henri Yandell commented on BEANUTILS-92: Unit test comments: * You don't need to catch the Throwable, just

Re: Help! Download .CSV file using SurvletResponse, it added unwanted characters in the end of the file!!

2007-07-17 Thread Martin Cooper
On 7/17/07, Bibs L <[EMAIL PROTECTED]> wrote: Hi, I need some help woth downloading .CSV file with the regular ServletResponseObject, it is adding unwanted characters (2 boxes) in the end of the file when I download it. Your help would be greatly appreciated! This really is not related to Co

[EMAIL PROTECTED]: Project commons-primitives (in module jakarta-commons) failed

2007-07-17 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 [EMAIL PROTECTED] Project commons-primitives has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-primitives (in module jakarta-commons) failed

2007-07-17 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 [EMAIL PROTECTED] Project commons-primitives has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-graph development
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 [EMAIL PROTECTED] Project commons-graph has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-graph development
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 [EMAIL PROTECTED] Project commons-graph has an issue affecting its community integration. This issue affect

svn commit: r556966 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.java

2007-07-17 Thread mbenson
Author: mbenson Date: Tue Jul 17 09:40:08 2007 New Revision: 556966 URL: http://svn.apache.org/viewvc?view=rev&rev=556966 Log: trailing ws Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/BeanPointerFactory.java Modified: jakarta/commons/prope

svn commit: r556965 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java

2007-07-17 Thread mbenson
Author: mbenson Date: Tue Jul 17 09:38:32 2007 New Revision: 556965 URL: http://svn.apache.org/viewvc?view=rev&rev=556965 Log: trailing ws Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/JXPathContextReferenceImpl.java Modified: jakarta/commons/proper/jx

[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-jux development team
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 [EMAIL PROTECTED] Project commons-jux has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-jux development team
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 [EMAIL PROTECTED] Project commons-jux has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-functor development team
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 [EMAIL PROTECTED] Project commons-functor has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-functor development team
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 [EMAIL PROTECTED] Project commons-functor has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2007-07-17 Thread commons-compress development
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 [EMAIL PROTECTED] Project commons-compress has an issue affecting its community integration. This issue aff

[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2007-07-17 Thread commons-compress development
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 [EMAIL PROTECTED] Project commons-compress has an issue affecting its community integration. This issue aff

Help! Download .CSV file using SurvletResponse, it added unwanted characters in the end of the file!!

2007-07-17 Thread Bibs L
Hi, I need some help woth downloading .CSV file with the regular ServletResponseObject, it is adding unwanted characters (2 boxes) in the end of the file when I download it. Your help would be greatly appreciated! I have a download.jsp file, that calls a manage bean downloadfile.java to rend

[EMAIL PROTECTED]: Project commons-primitives (in module jakarta-commons) failed

2007-07-17 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 [EMAIL PROTECTED] Project commons-primitives has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-primitives (in module jakarta-commons) failed

2007-07-17 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 [EMAIL PROTECTED] Project commons-primitives has an issue affecting its community integration. This issue a

[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-graph development
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 [EMAIL PROTECTED] Project commons-graph has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project commons-graph (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-graph development
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 [EMAIL PROTECTED] Project commons-graph has an issue affecting its community integration. This issue affect

[Net]Re: Question regarding FTPClient.retrieve

2007-07-17 Thread Julien Aymé
Hello payam, I think this kind of questions belongs to the commons-user list rather than the commons-dev list, but it's not a big deal. I think you should make sure that the connection to the FTP server is complete (try the code below); and you should make sure that the remoteFilename is ei

[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-jux development team
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 [EMAIL PROTECTED] Project commons-jux has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-jux (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-jux development team
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 [EMAIL PROTECTED] Project commons-jux has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-functor development team
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 [EMAIL PROTECTED] Project commons-functor has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-functor (in module jakarta-commons-dormant) failed

2007-07-17 Thread commons-functor development team
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 [EMAIL PROTECTED] Project commons-functor has an issue affecting its community integration. This issue affe

[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2007-07-17 Thread commons-compress development
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 [EMAIL PROTECTED] Project commons-compress has an issue affecting its community integration. This issue aff

[EMAIL PROTECTED]: Project commons-compress (in module jakarta-commons-sandbox) failed

2007-07-17 Thread commons-compress development
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 [EMAIL PROTECTED] Project commons-compress has an issue affecting its community integration. This issue aff