[jira] Commented: (POOL-75) [pool] GenericObjectPool not FIFO with respect to borrowing threads

2006-06-07 Thread Sandy McArthur (JIRA)
[ http://issues.apache.org/jira/browse/POOL-75?page=comments#action_12415087 ] Sandy McArthur commented on POOL-75: While the implementation in the patch (in bugzilla) looks straight forward, I think it has some problems. 1: I think with the

[RESULT] Release FileUpload 1.1.1-RC1 (take two)

2006-06-07 Thread Henri Yandell
Vote passed with 5 binding +1s: Martin Cooper Niall Pemberton Henri Yandell Phil Steitz Rahul Akolkar I'll work on the release tomorrow. Hen On 6/3/06, Henri Yandell [EMAIL PROTECTED] wrote: Repeating this vote call because the last one got a bit lost in getting the site generation right,

Re: Commons-collections events

2006-06-07 Thread Henri Yandell
On 6/6/06, Bryce L Nordgren [EMAIL PROTECTED] wrote: PS: I'd like to update my maven dependency for commons-collections to 3.2, but it's not on ibiblio yet (released May16th). When might this arrival be celebrated? The rsync between the ASF (and other places) and iBiblio is down since

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

2006-06-07 Thread Ted Husted
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-collections has an issue affecting its community integration. This issue

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

2006-06-07 Thread Ted Husted
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-collections has an issue affecting its community integration. This issue

RE: Commons-collections events

2006-06-07 Thread Stephen Colebourne
--- Noel J. Bergman [EMAIL PROTECTED] wrote: Bryce L Nordgren wrote: I'm in the process of stealing (possibly forking) the dormant project commons-events. I'd really rather keep it separate and refer to it by a dependency. Would there be any interest in reviving this project Yes.

Re: [ANNOUNCE] Commons Collections 3.2 released

2006-06-07 Thread Stephen Colebourne
--- Wendy Smoak [EMAIL PROTECTED] wrote: On 5/15/06, Stephen Colebourne wrote: The Commons Collections team is pleased to announce the release of commons-collections-3.2. I see it in dist/java-repository, but the jar for Collections 3.2 hasn't been added to ibiblio yet: According

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Torsten Curdt
Brett, any comments on this? cheers -- Torsten On 6/6/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Brett, I did the test that you suggested. 1. Installed commons-lang 1.0.1 into my local repo with groupId=org.apache.commons mvn install:install-file -DgroupId=org.apache.commons

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Nicolas De Loof
AFAIK there is a way in maven repo to relocate dependencies, so that a POM for any commons can be published at commons-xxx groupId, that relocates to org.apache.commons groupId. Servletapi for example is now under javax.servlet

Re: [Modeler] Resync and Release for commons-modeler

2006-06-07 Thread Davanum Srinivas
Yoav, No problem at all. Is there still another outstanding patch? i thought bill took care of it all. I'll check the bugzilla. and will start a vote next week for making a release. thanks, dims On 6/6/06, Yoav Shapira [EMAIL PROTECTED] wrote: Dims, Sorry for the late response. This is a

[net] FTPS...

2006-06-07 Thread Jose Juan Montiel
Hi... ...Steve Cohen, Rory Winston, and all the people that contribute to Jakarta Commons. I just known, that all are very busy with JIRA migration, and many proyects: personal, from work and other jakarta proyect. My question is, when jakarta commons net 1.5 or 2.0... with FTPS in his distint

svn commit: r412456 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/validation/DateValidatorTest.java

2006-06-07 Thread bayard
Author: bayard Date: Wed Jun 7 10:21:48 2006 New Revision: 412456 URL: http://svn.apache.org/viewvc?rev=412456view=rev Log: Modifying the test so it creates a new format object rather than reusing the static one. For some reason it gives the wrong response and it's hard to see why given that

svn commit: r412457 - /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2/validation/FileValidatorTest.java

2006-06-07 Thread bayard
Author: bayard Date: Wed Jun 7 10:26:40 2006 New Revision: 412457 URL: http://svn.apache.org/viewvc?rev=412457view=rev Log: Applying patch in CLI-40 that avoids the test from failing sometimes on Windows Modified:

svn commit: r412458 - in /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons/cli2: option/ArgumentTest.java validation/DateValidatorTest.java

2006-06-07 Thread bayard
Author: bayard Date: Wed Jun 7 10:27:11 2006 New Revision: 412458 URL: http://svn.apache.org/viewvc?rev=412458view=rev Log: Renaming _MM_YY to _MM_DD as that seems like a much more accurate name Modified:

[jira] Resolved: (CLI-40) [cli] DateValidatorTest FileValidatorTest problems

2006-06-07 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CLI-40?page=all ] Henri Yandell resolved CLI-40: -- Resolution: Fixed I've also applied the patch for the File test. svn ci -m Applying patch in CLI-40 that avoids the test from failing sometimes on Windows

svn commit: r412466 - in /jakarta/commons/proper/cli/trunk/src/test/org/apache/commons: cli/bug/ cli/bug/BugCLI18Test.java cli2/bug/BugCLI18Test.java

2006-06-07 Thread bayard
Author: bayard Date: Wed Jun 7 10:40:06 2006 New Revision: 412466 URL: http://svn.apache.org/viewvc?rev=412466view=rev Log: Adding Andrew's unit tests for CLI-18 - they pass for me too, so marking the issue as Cannot Reproduce Added:

[jira] Resolved: (CLI-18) [cli] HelpFormatter.printHelp(String cmdLineSyntax, String header, Options options, String footer) throws exception if footer contains CR LF

2006-06-07 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/CLI-18?page=all ] Henri Yandell resolved CLI-18: -- Resolution: Cannot Reproduce Unit tests applied. They pass for me too. Resolving this as Cannot Reproduce. NebojĀša, if you have the chance it would be very much

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Carlos Sanchez
You are right. This would involve copying all the old group sutff to the new group and add the relocation poms. On 6/7/06, Nicolas De Loof [EMAIL PROTECTED] wrote: AFAIK there is a way in maven repo to relocate dependencies, so that a POM for any commons can be published at commons-xxx

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-jsl 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-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-jsl 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-jelly-tags-jsl-test has an issue affecting its community integration.

[RESULT] [VOTE] commons karma for Jochen Wiedmann

2006-06-07 Thread robert burrell donkin
i count: +1's (binding) robert burrell donkin Stephen Colebourne Yoav Shapira Davanum Srinivas with no other votes. if i have made any mistakes please post a correct. therefore the vote for jakarta karma for jochen has passed. - robert On Tue, 2006-05-23 at 23:31 +0100, robert

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-define 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-jelly-tags-define-test has an issue affecting its community

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-define 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-jelly-tags-define-test has an issue affecting its community

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Dennis Lundberg
So, in the simple example below, covering commons-lang, the procedure would be: 1. Copy all files from /commons-lang/ to /org/apache/commons/commons-lang/ in the *Apache* repo 2. Change the groupId of all the pom files under /org/apache/commons/commons-lang/ so that they use the

Re: [Modeler] Resync and Release for commons-modeler

2006-06-07 Thread Dennis Lundberg
Please make sure that you check Jira first. Commons recently moved from Bugzilla to Jira and I have resolved the issues in Jira only. -- Dennis Lundberg Davanum Srinivas wrote: Yoav, No problem at all. Is there still another outstanding patch? i thought bill took care of it all. I'll check

Re: [RESULT] [VOTE] commons karma for Jochen Wiedmann

2006-06-07 Thread Henri Yandell
Karma done. On 6/7/06, robert burrell donkin [EMAIL PROTECTED] wrote: i count: +1's (binding) robert burrell donkin Stephen Colebourne Yoav Shapira Davanum Srinivas with no other votes. if i have made any mistakes please post a correct. therefore the vote for jakarta karma for jochen

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-html 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-jelly-tags-html has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-html 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-jelly-tags-html has an issue affecting its community integration. This

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Carlos Sanchez
Are you thinking about doing it in the m1 or m2 repo? see below On 6/7/06, Dennis Lundberg [EMAIL PROTECTED] wrote: So, in the simple example below, covering commons-lang, the procedure would be: 1. Copy all files from /commons-lang/ to /org/apache/commons/commons-lang/ in the *Apache* repo

Collections-events

2006-06-07 Thread Bryce L Nordgren
Commons-collections is too big. It was deliberately broken out to make both parts managable. This project did have quite an active life at first. Where it floundered was that there were IIRC three competing code implementations (not just designs). I believe that all are currently in SVN. To

Re: [all] change group id? [WAS Re: [logging] RC on ibiblio ?]

2006-06-07 Thread Dennis Lundberg
Carlos Sanchez wrote: Are you thinking about doing it in the m1 or m2 repo? I really don't have a clue. Since I have not acted as release manager for any component, I haven't really done my homework on what the difference between the two is. I know about the M1 an M2 repos at ibiblio, and

[jira] Commented: (CLI-15) [cli] HelpFormatter does not handle groups properly

2006-06-07 Thread David DIDIER (JIRA)
[ http://issues.apache.org/jira/browse/CLI-15?page=comments#action_12415201 ] David DIDIER commented on CLI-15: - It seems that it was not corrected. The code below: Option a = new Option(a, aaa); Option b = new Option(b, bbb); Option c = new Option(c,

Re: [EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread Paul Libbrecht
Gump experts, Failures in these three tests are due, I think, to old jaxen, indeed jaxen 1.1-beta-4 is referenced in many places in http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-html/index.html and the other failing gump reports. Explanation for this is the gump

Re: Collections-events

2006-06-07 Thread Stephen Colebourne
Bryce L Nordgren wrote: Commons-collections is too big. It was deliberately broken out to make both parts managable. This project did have quite an active life at first. Where it floundered was that there were IIRC three competing code implementations (not just designs). I believe that all

svn commit: r412592 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/LineIterator.java

2006-06-07 Thread scolebourne
Author: scolebourne Date: Wed Jun 7 15:26:29 2006 New Revision: 412592 URL: http://svn.apache.org/viewvc?rev=412592view=rev Log: IO-80 - Make LineIterator implement Iterator Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt

[jira] Closed: (IO-80) LineIterator should implement java.util.Iterator

2006-06-07 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-80?page=all ] Stephen Colebourne closed IO-80: Resolution: Fixed svn 412592 LineIterator should implement java.util.Iterator Key: IO-80

svn commit: r412593 - /jakarta/commons/proper/io/trunk/xdocs/index.xml

2006-06-07 Thread scolebourne
Author: scolebourne Date: Wed Jun 7 15:27:53 2006 New Revision: 412593 URL: http://svn.apache.org/viewvc?rev=412593view=rev Log: Switch to Jira Modified: jakarta/commons/proper/io/trunk/xdocs/index.xml Modified: jakarta/commons/proper/io/trunk/xdocs/index.xml URL:

svn commit: r412596 - /jakarta/commons/proper/collections/trunk/xdocs/issue-tracking.xml

2006-06-07 Thread scolebourne
Author: scolebourne Date: Wed Jun 7 15:36:42 2006 New Revision: 412596 URL: http://svn.apache.org/viewvc?rev=412596view=rev Log: Fix spelling Modified: jakarta/commons/proper/collections/trunk/xdocs/issue-tracking.xml Modified:

svn commit: r412601 - in /jakarta/commons/proper/primitives/trunk/xdocs: index.xml issue-tracking.xml

2006-06-07 Thread scolebourne
Author: scolebourne Date: Wed Jun 7 15:56:04 2006 New Revision: 412601 URL: http://svn.apache.org/viewvc?rev=412601view=rev Log: Switch to Jira Removed: jakarta/commons/proper/primitives/trunk/xdocs/issue-tracking.xml Modified: jakarta/commons/proper/primitives/trunk/xdocs/index.xml

svn commit: r412603 - /jakarta/commons/proper/primitives/trunk/xdocs/issue-tracking.xml

2006-06-07 Thread scolebourne
Author: scolebourne Date: Wed Jun 7 15:56:26 2006 New Revision: 412603 URL: http://svn.apache.org/viewvc?rev=412603view=rev Log: Switch to Jira Added: jakarta/commons/proper/primitives/trunk/xdocs/issue-tracking.xml (with props) Added:

[fileupload] hi,all,got a delete prob

2006-06-07 Thread biglaughing
hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we found , some times, all(radom) files of the folder (upload use in the server) are lost !! our version is 1.0 . i do not know whether it is the

Commons-events passes tests...

2006-06-07 Thread Bryce L Nordgren
My original checkout of commons-events failed two out of 316 tests packaged with it. It took a couple of hours, but here's the diagnosis: I was depending on commons-collections 3.1 and the test in commons-events was finding a bug in HashBag (actually AbstractMapBag) w.r.t. the return value of

[jira] Created: (CHAIN-30) ServletSessionScopeMap always forces a Session to be Created

2006-06-07 Thread Niall Pemberton (JIRA)
ServletSessionScopeMap always forces a Session to be Created Key: CHAIN-30 URL: http://issues.apache.org/jira/browse/CHAIN-30 Project: Commons Chain Type: Bug Versions: 1.0 Release Reporter:

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread Martin Cooper
On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we found , some times, all(radom) files of the folder (upload use in the server) are lost !! our

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread Martin Cooper
By the way, your questions are more appropriate for the User list than the Dev list. -- Martin Cooper On 6/7/06, Martin Cooper [EMAIL PROTECTED] wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-jsl 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-jelly-tags-jsl-test has an issue affecting its community integration.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-jsl 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-jelly-tags-jsl-test has an issue affecting its community integration.

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread biglaughing
Martin Cooper wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we found , some times, all(radom) files of the folder (upload use in the server)

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread biglaughing
Martin Cooper wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we found , some times, all(radom) files of the folder (upload use in the server)

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread Martin Cooper
On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: Martin Cooper wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we found , some times,

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-define 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-jelly-tags-define-test has an issue affecting its community

[EMAIL PROTECTED]: Project commons-jelly-tags-define-test (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-define 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-jelly-tags-define-test has an issue affecting its community

Re: [fileupload] hi,all,got a delete prob

2006-06-07 Thread biglaughing
Martin Cooper wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: Martin Cooper wrote: On 6/7/06, biglaughing [EMAIL PROTECTED] wrote: hi,all i got a problem . our requirements is upload some jpg/gif to the server(images server). also,we maybe upload a file more than one time. we

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-html 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-jelly-tags-html has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread commons-jelly-tags-html 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-jelly-tags-html has an issue affecting its community integration. This

Re: Collections-events

2006-06-07 Thread Michael Heuer
Bryce L Nordgren wrote: I also believe that Michael Heuer may have released something related on java.net? Cool. I'll go looking for it too. Sorry for chiming in late, my stuff is in cvs at java.net but was never released. I would be willing to help revive collections-events if there is

Re: [EMAIL PROTECTED]: Project commons-jelly-tags-html (in module commons-jelly) failed

2006-06-07 Thread Bill Barker
The metadata for Gump is stored in the Gump SVN repo. It ignores (or, rather overrides) whatever is in the project POM. The reason, of course, is that most of the time you want Gump to try and compile your project against the HEAD of it's dependancies, so you get a warning when somebody in