[jira] Created: (DIGESTER-117) Missing unit tests using ant and maven

2007-07-02 Thread Gail Badner (JIRA)
Missing unit tests using ant and maven -- Key: DIGESTER-117 URL: https://issues.apache.org/jira/browse/DIGESTER-117 Project: Commons Digester Issue Type: Bug Affects Versions: 1.8 Reporter:

[jira] Created: (DBCP-227) Some unit tests are run using maven, but not ant

2007-07-02 Thread Gail Badner (JIRA)
Some unit tests are run using maven, but not ant Key: DBCP-227 URL: https://issues.apache.org/jira/browse/DBCP-227 Project: Commons Dbcp Issue Type: Bug Affects Versions: 1.2.2

[jira] Created: (FILEUPLOAD-139) [fileupload] separator of boundary doesnt match rfc1867 examples

2007-07-02 Thread martynas (JIRA)
[fileupload] separator of boundary doesnt match rfc1867 examples Key: FILEUPLOAD-139 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-139 Project: Commons FileUpload Issue

[jira] Commented: (JXPATH-89) Cannot compare pointers that do not belong to the same tree

2007-07-02 Thread Sergey Vladimirov (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509751 ] Sergey Vladimirov commented on JXPATH-89: - Matt, Is it possible to fix it without relaxing restriction? I.e.

[jira] Created: (BETWIXT-60) Problems with multi-threading

2007-07-02 Thread Leonid Rozenblyum (JIRA)
Problems with multi-threading - Key: BETWIXT-60 URL: https://issues.apache.org/jira/browse/BETWIXT-60 Project: Commons Betwixt Issue Type: Bug Environment: Java 5 Reporter: Leonid Rozenblyum

[jira] Created: (IO-124) fix website permissions

2007-07-02 Thread Godmar Back (JIRA)
fix website permissions --- Key: IO-124 URL: https://issues.apache.org/jira/browse/IO-124 Project: Commons IO Issue Type: Bug Reporter: Godmar Back http://jakarta.apache.org/commons/io/api-release/index.html

[fileupload] bug, I suppose

2007-07-02 Thread Martynas Krisciunas
[fileupload] in class : package org.apache.commons.fileupload; public abstract class FileUploadBase { protected byte[] getBoundary(String contentType) { ParameterParser parser = new ParameterParser(); parser.setLowerCaseNames(true); // Parameter parser can handle null inpu

Re: [VOTE] Release CLI 1.1 (RC2)

2007-07-02 Thread Dion Gillard
+1. Looks good. On 7/1/07, Henri Yandell <[EMAIL PROTECTED]> wrote: I believe the RC1 issues have been taken care of, so here goes with a second try: http://people.apache.org/~bayard/commons-cli/1.0-rc2/ with the site in: http://people.apache.org/~bayard/commons-cli/1.0-rc2/site/ One quirk

svn commit: r552609 - /jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/compiler/VariableTest.java

2007-07-02 Thread mbenson
Author: mbenson Date: Mon Jul 2 15:20:45 2007 New Revision: 552609 URL: http://svn.apache.org/viewvc?view=rev&rev=552609 Log: simplify test Modified: jakarta/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/compiler/VariableTest.java Modified: jakarta/commons/proper/jxpat

svn commit: r552600 - /jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt

2007-07-02 Thread bayard
Author: bayard Date: Mon Jul 2 14:40:53 2007 New Revision: 552600 URL: http://svn.apache.org/viewvc?view=rev&rev=552600 Log: Updating release notes to match the website Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/RELEASE-NOTES.txt Modified: jakarta/commons/proper/cli/branches/cl

Re: [VOTE] Release CLI 1.1 (RC2)

2007-07-02 Thread Jörg Schaible
+1 Builds and runs tests on my compiler zoo. - Jörg Henri Yandell wrote: > I believe the RC1 issues have been taken care of, so here goes with a > second try: > > http://people.apache.org/~bayard/commons-cli/1.0-rc2/ > > with the site in: > > http://people.apache.org/~bayard/commons-cli/1.0-

svn commit: r552593 - /jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/NodePointer.java

2007-07-02 Thread mbenson
Author: mbenson Date: Mon Jul 2 13:54:36 2007 New Revision: 552593 URL: http://svn.apache.org/viewvc?view=rev&rev=552593 Log: loc refactor Modified: jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/NodePointer.java Modified: jakarta/commons/proper/jxpath/tru

[jira] Resolved: (JXPATH-89) Cannot compare pointers that do not belong to the same tree

2007-07-02 Thread Matt Benson (JIRA)
[ https://issues.apache.org/jira/browse/JXPATH-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Benson resolved JXPATH-89. --- Resolution: Fixed Fix Version/s: 1.3 fixed in trunk, rev. 552591. Thanks for the report! > Ca

svn commit: r552591 - in /jakarta/commons/proper/jxpath/trunk/src: java/org/apache/commons/jxpath/ri/model/NodePointer.java test/org/apache/commons/jxpath/ri/compiler/VariableTest.java

2007-07-02 Thread mbenson
Author: mbenson Date: Mon Jul 2 13:47:47 2007 New Revision: 552591 URL: http://svn.apache.org/viewvc?view=rev&rev=552591 Log: [JXPATH-89] relax restriction against comparisons between different trees; incompatible parents are simply equal (thus no assumptions can be made wrt order). Modified:

svn commit: r552590 - in /jakarta/commons/proper/io/trunk: pom.xml src/changes/changes.xml src/conf/MANIFEST.MF src/java/org/apache/commons/io/FileCleaningTracker.java xdocs/building.xml xdocs/index.x

2007-07-02 Thread jochen
Author: jochen Date: Mon Jul 2 13:47:10 2007 New Revision: 552590 URL: http://svn.apache.org/viewvc?view=rev&rev=552590 Log: Merged in changes from 1.3 branch. Added: jakarta/commons/proper/io/trunk/xdocs/upgradeto1_3_2.xml Modified: jakarta/commons/proper/io/trunk/pom.xml jakarta/co

Re: [io] Tag names (was: svn commit: r552581)

2007-07-02 Thread Niall Pemberton
On 7/2/07, Rahul Akolkar <[EMAIL PROTECTED]> wrote: On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: jochen > Date: Mon Jul 2 13:21:44 2007 > New Revision: 552581 > > URL: http://svn.apache.org/viewvc?view=rev&rev=552581 > Log: (empty) > > Added: > jakarta/commons/proper/io/

Re: [io] Tag names (was: svn commit: r552581)

2007-07-02 Thread Rahul Akolkar
On 7/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: jochen Date: Mon Jul 2 13:21:44 2007 New Revision: 552581 URL: http://svn.apache.org/viewvc?view=rev&rev=552581 Log: (empty) Added: jakarta/commons/proper/io/tags/commons-io-1.3.2/ - copied from r552580, jakarta/commons/

svn commit: r552583 - in /jakarta/commons/proper/io/branches/b1_3: RELEASE-NOTES.txt src/changes/changes.xml xdocs/upgradeto1_3_2.xml

2007-07-02 Thread jochen
Author: jochen Date: Mon Jul 2 13:27:13 2007 New Revision: 552583 URL: http://svn.apache.org/viewvc?view=rev&rev=552583 Log: Web site fixes. Modified: jakarta/commons/proper/io/branches/b1_3/RELEASE-NOTES.txt jakarta/commons/proper/io/branches/b1_3/src/changes/changes.xml jakarta/com

svn commit: r552581 - /jakarta/commons/proper/io/tags/commons-io-1.3.2/

2007-07-02 Thread jochen
Author: jochen Date: Mon Jul 2 13:21:44 2007 New Revision: 552581 URL: http://svn.apache.org/viewvc?view=rev&rev=552581 Log: (empty) Added: jakarta/commons/proper/io/tags/commons-io-1.3.2/ - copied from r552580, jakarta/commons/proper/io/branches/b1_3/ ---

[jira] Commented: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509653 ] Oliver Heger commented on CONFIGURATION-283: Thank you for spotting this. I had a look at the cod

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-07-02 Thread Oliver Heger (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509651 ] Oliver Heger commented on CONFIGURATION-282: So, the cause for this problem seems to be the static

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Torsten Curdt
Usually it's not that bad. My spam filter catches most of the bad ones. Wanna give it a try? We can switch any time. We just need someone to do the start :) cheers -- Torsten On 02.07.2007, at 21:08, Matt Benson wrote: How arduous a task is it? -Matt --- Torsten Curdt <[EMAIL PROTECTED]>

[RESULT] 4th attempt: Release commons-io 1.3.2

2007-07-02 Thread Jochen Wiedmann
Thanks god, this vote has passed: +1: Stephen, Dion, Oliver, Phil, Rahul, Myself I am ignoring sebb's posting for this release. I'll pick up his comments for the new web site. Hope that suits anyone. Thanks, Jochen -- "Besides, manipulating elections is under penalty of law, resulting in a p

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Matt Benson
--- Rahul Akolkar <[EMAIL PROTECTED]> wrote: > On 7/2/07, Matt Benson <[EMAIL PROTECTED]> wrote: > > How arduous a task is it? > > > > > Most I've spent is ~5 minutes in one day. > "Requirement" would be > people who generally check email atleast once a day. Pile a helping on my plate, then...

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Torsten Curdt
On 02.07.2007, at 21:11, Rahul Akolkar wrote: On 7/2/07, Torsten Curdt <[EMAIL PROTECTED]> wrote: Anyone willing to do it? I'm moderating a couple at Jakarta, and can do this one too. Cool It'd be good to have more than one moderator. Indeed cheers -- Torsten

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Rahul Akolkar
On 7/2/07, Matt Benson <[EMAIL PROTECTED]> wrote: How arduous a task is it? Most I've spent is ~5 minutes in one day. "Requirement" would be people who generally check email atleast once a day. -Rahul -Matt --- Torsten Curdt <[EMAIL PROTECTED]> wrote: > Anyone willing to do it? > > chee

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Rahul Akolkar
On 7/2/07, Torsten Curdt <[EMAIL PROTECTED]> wrote: Anyone willing to do it? I'm moderating a couple at Jakarta, and can do this one too. It'd be good to have more than one moderator. -Rahul cheers -- Torsten - To unsu

Re: moderators for [EMAIL PROTECTED]

2007-07-02 Thread Matt Benson
How arduous a task is it? -Matt --- Torsten Curdt <[EMAIL PROTECTED]> wrote: > Anyone willing to do it? > > cheers > -- > Torsten > > - > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL

moderators for [EMAIL PROTECTED]

2007-07-02 Thread Torsten Curdt
Anyone willing to do it? cheers -- Torsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] 4th attempt: Release commons-io 1.3.2

2007-07-02 Thread Rahul Akolkar
+1 We should change all NOTICEs to say Apache Commons * (without Jakarta). I'll do that, sometime this week. -Rahul On 6/26/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Hi, I have prepared a further release candidate, with the following changes: - Deprecation tags have been removed from t

[jira] Commented: (CONFIGURATION-282) NPE in HierarchicalConfiguration.fetchNodeList

2007-07-02 Thread Dennis Kieselhorst (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509599 ] Dennis Kieselhorst commented on CONFIGURATION-282: -- I went through the logs: you're right...

Re: infrastructure work for TLP move

2007-07-02 Thread Dion Gillard
I'll heartily second Paul's request, he's an integral part of the Jelly team. On 7/2/07, Paul Libbrecht <[EMAIL PROTECTED]> wrote: Hello Torsten, indeed... I just wanted to avoid making noise there... but in any case... I might be out of the two years window but I would wish to keep jelly comm

[jira] Created: (CONFIGURATION-283) CombinedConfiguration doesn't take escaped characters into account.

2007-07-02 Thread Franck Valentin (JIRA)
CombinedConfiguration doesn't take escaped characters into account. --- Key: CONFIGURATION-283 URL: https://issues.apache.org/jira/browse/CONFIGURATION-283 Project: Commons Configuration

Re: infrastructure work for TLP move

2007-07-02 Thread Paul Libbrecht
Hello Torsten, indeed... I just wanted to avoid making noise there... but in any case... I might be out of the two years window but I would wish to keep jelly committership, my ASF user-name is polx. I would also favour splitting the lists so that commits and jira mails come separately bu

Re: [VOTE] 4th attempt: Release commons-io 1.3.2

2007-07-02 Thread Phil Steitz
+1 Phil On 6/26/07, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: Hi, I have prepared a further release candidate, with the following changes: - Deprecation tags have been removed from the FileCleaner. (In the 1.3 branch only, not in the trunk.) The discussion has clearly shown, that opinions v

Re: [compess] any objections to me jumping in?

2007-07-02 Thread Brett Porter
Please please do! My eventual goal was to merge in plexus-archiver (which has a couple of additional features/fixes and a somewhat common ancenstry) so we could move forward from one point. I can possibly offer a little help, I just never had the motivation to get started :) I know there was als

Re: [compess] any objections to me jumping in?

2007-07-02 Thread Torsten Curdt
Go for it! ...actually I think it needs more than just that. Will you look into that too? :) cheers -- Torsten On 02.07.2007, at 11:00, Robert Burrell Donkin wrote: any objections to me jumping in, applying some patches, fixing some bugs and generally tidying compress up? - robert

[compess] any objections to me jumping in?

2007-07-02 Thread Robert Burrell Donkin
any objections to me jumping in, applying some patches, fixing some bugs and generally tidying compress up? - robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]