[jira] Created: (VALIDATOR-211) Upgrade to Digester 1.8

2006-12-06 Thread Niall Pemberton (JIRA)
Upgrade to Digester 1.8 --- Key: VALIDATOR-211 URL: http://issues.apache.org/jira/browse/VALIDATOR-211 Project: Commons Validator Issue Type: Improvement Components: Framework Affects Versions: 1.3.1

[jira] Created: (CHAIN-33) Upgrade to Digester 1.8 to fix bug loading webapp resources

2006-12-06 Thread Niall Pemberton (JIRA)
Upgrade to Digester 1.8 to fix bug loading webapp resources --- Key: CHAIN-33 URL: http://issues.apache.org/jira/browse/CHAIN-33 Project: Commons Chain Issue Type: Bug Affects

[jira] Created: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Jochen Wiedmann (JIRA)
commons-io cannot be deployed with Maven 2 -- Key: IO-103 URL: http://issues.apache.org/jira/browse/IO-103 Project: Commons IO Issue Type: Bug Affects Versions: 1.3 Reporter: Jochen

[jira] Updated: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=all ] Jochen Wiedmann updated IO-103: --- Attachment: commons-io-resources.patch commons-io cannot be deployed with Maven 2 -- Key: IO-103

svn commit: r482967 - in /jakarta/commons/proper/chain/trunk: project.xml src/java/org/apache/commons/chain/config/ConfigParser.java

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 00:43:48 2006 New Revision: 482967 URL: http://svn.apache.org/viewvc?view=revrev=482967 Log: CHAIN-33 - Upgrade to Digester 1.8 to fix bug loading webapp resources Modified: jakarta/commons/proper/chain/trunk/project.xml

svn commit: r482968 - in /jakarta/commons/proper/chain/trunk: project.properties xdocs/changes.xml xdocs/navigation.xml

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 00:44:48 2006 New Revision: 482968 URL: http://svn.apache.org/viewvc?view=revrev=482968 Log: Update release notes and site/doc tweaks Modified: jakarta/commons/proper/chain/trunk/project.properties jakarta/commons/proper/chain/trunk/xdocs/changes.xml

[jira] Updated: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=all ] Jochen Wiedmann updated IO-103: --- Attachment: (was: commons-io-resources.patch) commons-io cannot be deployed with Maven 2 -- Key:

[jira] Updated: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=all ] Jochen Wiedmann updated IO-103: --- Attachment: commons-io-resources.patch Fixed patch. commons-io cannot be deployed with Maven 2 -- Key:

svn commit: r482970 - in /jakarta/commons/proper/validator/trunk: project.xml src/share/org/apache/commons/validator/ValidatorResources.java

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 00:50:22 2006 New Revision: 482970 URL: http://svn.apache.org/viewvc?view=revrev=482970 Log: VALIDATOR-211 Upgrade to Digester 1.8 Modified: jakarta/commons/proper/validator/trunk/project.xml

svn commit: r482971 - in /jakarta/commons/proper/validator/trunk: project.properties xdocs/navigation.xml

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 00:51:26 2006 New Revision: 482971 URL: http://svn.apache.org/viewvc?view=revrev=482971 Log: Minor site/doc changes Modified: jakarta/commons/proper/validator/trunk/project.properties jakarta/commons/proper/validator/trunk/xdocs/navigation.xml Modified:

[jira] Updated: (LANG-262) Use of enum prevents a classloader from being garbage collected resuling in out of memory exceptions.

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-262?page=all ] Henri Yandell updated LANG-262: --- Attachment: ClassMapping.java Not heard from Neil as to whether it fixed his problem. Understandable given that it took a couple of months to get passed 2.2 and

[jira] Commented: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=comments#action_12455929 ] Henri Yandell commented on IO-103: -- Looks like beanutils, cli, dbutils, digester, fileupload, lang, logging and scxml all have references to NOTICE.txt (and

svn commit: r482976 - /jakarta/commons/proper/io/trunk/pom.xml

2006-12-06 Thread bayard
Author: bayard Date: Wed Dec 6 01:09:14 2006 New Revision: 482976 URL: http://svn.apache.org/viewvc?view=revrev=482976 Log: Removing the NOTICE.txt and LICENSE.txt packing inside the META-INF. Commons-parent takes care of this. Patch supplied by Jochen in #IO-103 Modified:

[jira] Commented: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=comments#action_12455930 ] Henri Yandell commented on IO-103: -- svn ci -m Removing the NOTICE.txt and LICENSE.txt packing inside the META-INF. Commons-parent takes care of this. Patch supplied

Re: [io] svn commit: r482976 - /jakarta/commons/proper/io/trunk/pom.xml

2006-12-06 Thread Stephen Colebourne
The fix was for maven 2. Does this break maven 1? Stephen [EMAIL PROTECTED] wrote: Author: bayard Date: Wed Dec 6 01:09:14 2006 New Revision: 482976 URL: http://svn.apache.org/viewvc?view=revrev=482976 Log: Removing the NOTICE.txt and LICENSE.txt packing inside the META-INF. Commons-parent

[jira] Updated: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=all ] Henri Yandell updated IO-103: - Fix Version/s: 1.3 commons-io cannot be deployed with Maven 2 -- Key: IO-103 URL:

Re: [io] svn commit: r482976 - /jakarta/commons/proper/io/trunk/pom.xml

2006-12-06 Thread Henri Yandell
Nope, it's a different file (pom.xml vs project.xml). Hen On 12/6/06, Stephen Colebourne [EMAIL PROTECTED] wrote: The fix was for maven 2. Does this break maven 1? Stephen [EMAIL PROTECTED] wrote: Author: bayard Date: Wed Dec 6 01:09:14 2006 New Revision: 482976 URL:

svn commit: r482979 - in /jakarta/commons/proper/validator/trunk/xdocs: index.xml navigation.xml

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 01:21:44 2006 New Revision: 482979 URL: http://svn.apache.org/viewvc?view=revrev=482979 Log: Minor site/doc changes Modified: jakarta/commons/proper/validator/trunk/xdocs/index.xml jakarta/commons/proper/validator/trunk/xdocs/navigation.xml Modified:

svn commit: r482981 - in /jakarta/commons/proper/validator/branches/VALIDATOR_1_3_BRANCH: ./ build.xml project.xml xdocs/changes.xml

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 01:23:42 2006 New Revision: 482981 URL: http://svn.apache.org/viewvc?view=revrev=482981 Log: Create Validator 1.3 Branch Added: jakarta/commons/proper/validator/branches/VALIDATOR_1_3_BRANCH/ - copied from r482979, jakarta/commons/proper/validator/trunk/

[jira] Commented: (IO-103) commons-io cannot be deployed with Maven 2

2006-12-06 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/IO-103?page=comments#action_12455938 ] Jochen Wiedmann commented on IO-103: I have checked beanutils and cli. Both do. Fileupload doesn't, but that's simply because I am aware of the problem. Most

svn commit: r482990 - in /jakarta/commons/proper/validator/trunk: build.xml project.xml xdocs/changes.xml

2006-12-06 Thread niallp
Author: niallp Date: Wed Dec 6 01:38:07 2006 New Revision: 482990 URL: http://svn.apache.org/viewvc?view=revrev=482990 Log: Roll the version number Modified: jakarta/commons/proper/validator/trunk/build.xml jakarta/commons/proper/validator/trunk/project.xml

[jira] Commented: (IO-99) FileCleaner thread never ends and cause memory leak in AS

2006-12-06 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/IO-99?page=comments#action_12455943 ] Jochen Wiedmann commented on IO-99: --- I have added the following section to the FileUpload docs. It seems worth mentioning here, because it confirms Martins concerns:

svn commit: r482993 - in /jakarta/commons/proper/fileupload/trunk: ./ src/changes/ src/java/org/apache/commons/fileupload/disk/ src/java/org/apache/commons/fileupload/servlet/ xdocs/

2006-12-06 Thread jochen
Author: jochen Date: Wed Dec 6 01:42:01 2006 New Revision: 482993 URL: http://svn.apache.org/viewvc?view=revrev=482993 Log: Added the FileCleanerCleanup and docs on how to use it. Submitted-By: Henry Yandell, [EMAIL PROTECTED] PR: FILEUPLOAD-120 Added:

[jira] Commented: (NET-142) FTPClient.listFiles() returns null for entries with space in group name

2006-12-06 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-142?page=comments#action_12455944 ] Rory Winston commented on NET-142: -- Dmitry Can you provide an example of the listing output from the Windows server, with spaces in the group names?

[jira] Closed: (NET-99) [net] MVSFTPEntryParser.java only halfway implemented

2006-12-06 Thread Rory Winston (JIRA)
[ http://issues.apache.org/jira/browse/NET-99?page=all ] Rory Winston closed NET-99. --- Resolution: Fixed Fixed in 2.0 [net] MVSFTPEntryParser.java only halfway implemented - Key: NET-99

[nightly build] validator failed.

2006-12-06 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061206/validator.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (NET-142) FTPClient.listFiles() returns null for entries with space in group name

2006-12-06 Thread Dmitry Negoda (JIRA)
[ http://issues.apache.org/jira/browse/NET-142?page=comments#action_12455980 ] Dmitry Negoda commented on NET-142: --- Example: drwx-- 4 maxm Domain Users 512 Oct 2 10:59 .metadata Please disregard the patch - it doesn't fixed problem

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

2006-12-06 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-12-06 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.

svn commit: r483119 - in /jakarta/commons/proper: beanutils/trunk/pom.xml cli/trunk/pom.xml dbutils/trunk/pom.xml fileupload/trunk/pom.xml io/trunk/pom.xml lang/trunk/pom.xml

2006-12-06 Thread rahul
Author: rahul Date: Wed Dec 6 07:44:10 2006 New Revision: 483119 URL: http://svn.apache.org/viewvc?view=revrev=483119 Log: Missing props on various m2 poms. Modified: jakarta/commons/proper/beanutils/trunk/pom.xml (props changed) jakarta/commons/proper/cli/trunk/pom.xml (props

svn commit: r483126 - in /jakarta/commons/proper: beanutils/trunk/pom.xml cli/trunk/pom.xml dbutils/trunk/pom.xml fileupload/trunk/pom.xml io/trunk/pom.xml lang/trunk/pom.xml

2006-12-06 Thread rahul
Author: rahul Date: Wed Dec 6 07:55:07 2006 New Revision: 483126 URL: http://svn.apache.org/viewvc?view=revrev=483126 Log: Match groupIds for m1 and m2. We should account for the fact that its relatively easier to deploy snaps with m2 (such as IO was last night) and we shouldn't spray

svn commit: r483142 - in /jakarta/commons/sandbox/pipeline/trunk/src/site: apt/usage.apt site.xml

2006-12-06 Thread nuttycom
Author: nuttycom Date: Wed Dec 6 08:44:39 2006 New Revision: 483142 URL: http://svn.apache.org/viewvc?view=revrev=483142 Log: Added simple usage docs on how to find the artifacts. Added: jakarta/commons/sandbox/pipeline/trunk/src/site/apt/usage.apt Modified:

[jira] Commented: (IO-101) The method EndianUtils.writeSwappedDouble() and EndianUtils.readSwappedDouble() do not match!

2006-12-06 Thread Robert Michel (JIRA)
[ http://issues.apache.org/jira/browse/IO-101?page=comments#action_12456131 ] Robert Michel commented on IO-101: -- Henri, I came across this bug just yesterday and saw your patch today. Separately, I had come up with an alternate fix which

Re: enhancements needed for the OS/400 parser?

2006-12-06 Thread henrik . sorensen
On Tuesday 05 December 2006 22:06, Daniel Manley wrote: super. that seems very comprehensive. thanks I see though that the default parser factory still scans for SYST_OS400. The system line for my server is: OS/400 is the remote operating system. The TCP/IP version is V5R2M0. So, this

Re: enhancements needed for the OS/400 parser?

2006-12-06 Thread henrik . sorensen
On Tuesday 05 December 2006 21:52, Rory Winston wrote: Hi Henrik Actually the parser is under the 2.0 branch here: http://svn.apache.org/viewvc/jakarta/commons/proper/net/branches/JDK_1_5_BR ANCH/src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntryParser.java?

Re: [all] releases

2006-12-06 Thread Dennis Lundberg
Craig McClanahan wrote: On 12/4/06, Henri Yandell [EMAIL PROTECTED] wrote: Updating this thread; Digester, DbUtils, FileUpload and Discovery are now all released. That leaves us with: * Logging 1.1.1 - I see 3 fixed issues in JIRA and nothing left to do. However there are 7 issues without a

Re: [nightly build] validator failed.

2006-12-06 Thread Henri Yandell
On 12/6/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 6 Dec 2006 11:49:56 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061206/validator.log snip/ While m1 remains broken for the ibiblio repo, perhaps we can set

[jira] Reopened: (IO-101) The method EndianUtils.writeSwappedDouble() and EndianUtils.readSwappedDouble() do not match!

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/IO-101?page=all ] Henri Yandell reopened IO-101: -- Consider Robert's change to the patch [sounds good to me] The method EndianUtils.writeSwappedDouble() and EndianUtils.readSwappedDouble() do not match!

svn commit: r483227 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2006-12-06 Thread oheger
Author: oheger Date: Wed Dec 6 13:11:37 2006 New Revision: 483227 URL: http://svn.apache.org/viewvc?view=revrev=483227 Log: Add support for new config-forceCreate attribute in configuration definition files for DefaultConfigurationBuilder; fix for CONFIGURATION-243 Modified:

svn commit: r483233 - /jakarta/commons/proper/configuration/trunk/project.xml

2006-12-06 Thread oheger
Author: oheger Date: Wed Dec 6 13:17:35 2006 New Revision: 483233 URL: http://svn.apache.org/viewvc?view=revrev=483233 Log: Added scope provided property for libraries that are only needed for JDK 1.3 compatibility Modified: jakarta/commons/proper/configuration/trunk/project.xml Modified:

[jira] Resolved: (CONFIGURATION-243) Improve handling of optional configurations in DefaultConfigurationBuilder

2006-12-06 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-243?page=all ] Oliver Heger resolved CONFIGURATION-243. Fix Version/s: Nightly Builds Resolution: Fixed The new feature was added. The user guide was also updated. Improve handling of

Re: [nightly build] validator failed.

2006-12-06 Thread Rahul Akolkar
On 12/6/06, Henri Yandell [EMAIL PROTECTED] wrote: On 12/6/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 6 Dec 2006 11:49:56 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20061206/validator.log snip/ While m1

[jira] Created: (SCXML-32) Upgrade core dependencies in time for v0.6

2006-12-06 Thread Rahul Akolkar (JIRA)
Upgrade core dependencies in time for v0.6 -- Key: SCXML-32 URL: http://issues.apache.org/jira/browse/SCXML-32 Project: Commons SCXML Issue Type: Task Affects Versions: 0.5 Reporter:

[jira] Created: (SCXML-33) Namespaced XPath support for data

2006-12-06 Thread Rahul Akolkar (JIRA)
Namespaced XPath support for data --- Key: SCXML-33 URL: http://issues.apache.org/jira/browse/SCXML-33 Project: Commons SCXML Issue Type: Improvement Affects Versions: 0.5 Reporter: Rahul

svn commit: r483248 - in /jakarta/commons/proper/scxml/trunk: build.xml pom.xml project.xml

2006-12-06 Thread rahul
Author: rahul Date: Wed Dec 6 13:42:16 2006 New Revision: 483248 URL: http://svn.apache.org/viewvc?view=revrev=483248 Log: Up Digester to 1.8 to get going on XPath namespace support. SCXML-32 Modified: jakarta/commons/proper/scxml/trunk/build.xml

[jira] Commented: (EL-2) [el] Properties with second letter upper case are not resolved

2006-12-06 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/EL-2?page=comments#action_12456269 ] Henri Yandell commented on EL-2: Bean spec (crap as it might be) is that a method of setXTest maps to a property of XTest, not to xTest. Sorry :( [el] Properties with

[jira] Commented: (EL-2) [el] Properties with second letter upper case are not resolved

2006-12-06 Thread navid vahdat (JIRA)
[ http://issues.apache.org/jira/browse/EL-2?page=comments#action_12456274 ] navid vahdat commented on EL-2: --- Wow, Henri, this is a wired thing you came across. Counter intuitive doesn't even come close to describing it If I'm reading the spec

[jira] Created: (VALIDATOR-212) Can somebody upload commons-validator 1.3.1 sources jar to the apache repository

2006-12-06 Thread Tomislav Stojcevich (JIRA)
Can somebody upload commons-validator 1.3.1 sources jar to the apache repository Key: VALIDATOR-212 URL: http://issues.apache.org/jira/browse/VALIDATOR-212 Project:

[jira] Created: (DBUTILS-35) Can somebody upload commons-dbutils 1.1 sources jar to the apache repository

2006-12-06 Thread Tomislav Stojcevich (JIRA)
Can somebody upload commons-dbutils 1.1 sources jar to the apache repository Key: DBUTILS-35 URL: http://issues.apache.org/jira/browse/DBUTILS-35 Project: Commons DbUtils

[jira] Commented: (DBUTILS-35) Can somebody upload commons-dbutils 1.1 sources jar to the apache repository

2006-12-06 Thread Tomislav Stojcevich (JIRA)
[ http://issues.apache.org/jira/browse/DBUTILS-35?page=comments#action_12456296 ] Tomislav Stojcevich commented on DBUTILS-35: Oops, I mean see: http://jira.codehaus.org/browse/MAVENUPLOAD-1263 Can somebody upload commons-dbutils