[jira] Closed: (BEANUTILS-245) Problem setting nested index property or combined property (with index property)

2006-08-29 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/BEANUTILS-245?page=all ] Simon Kitching closed BEANUTILS-245. Resolution: Invalid Closing as requested by original poster. Problem setting nested index property or combined property (with index property)

[jira] Created: (LANG-276) MutableBigDecimal and MutableBigInteger

2006-08-29 Thread Simon Kitching (JIRA)
MutableBigDecimal and MutableBigInteger --- Key: LANG-276 URL: http://issues.apache.org/jira/browse/LANG-276 Project: Commons Lang Issue Type: New Feature Reporter: Simon Kitching

[jira] Updated: (CONFIGURATION-223) PropertiesConfigurationLayout broke the autoSave behaviour of PropertiesConfiguration

2006-08-29 Thread Gabriele Garuglieri (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-223?page=all ] Gabriele Garuglieri updated CONFIGURATION-223: -- Attachment: 223-test.patch I guess it should work, but this would change the operations behaviour, making them more ore

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

2006-08-29 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-08-29 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.

[jira] Updated: (EL-13) Boolean bean property not found due to Introspector limitation

2006-08-29 Thread Joe Littlejohn (JIRA)
[ http://issues.apache.org/jira/browse/EL-13?page=all ] Joe Littlejohn updated EL-13: - Attachment: AdditionalIntrospection.java I've optimised the patch and removed the nested iteration completely. I've also got rid of the ad-hoc introspection code, so now

[jira] Updated: (EL-13) Boolean bean property not found due to Introspector limitation

2006-08-29 Thread Joe Littlejohn (JIRA)
[ http://issues.apache.org/jira/browse/EL-13?page=all ] Joe Littlejohn updated EL-13: - Attachment: AdditionalIntrospection.java Original class was throwing exceptions where read methods were not found. This is not compatible with the existing library so

[jira] Resolved: (SANDBOX-40) [pipeline] SimpleStageDriver does not stop the monitor

2006-08-29 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-40?page=all ] Kris Nuttycombe resolved SANDBOX-40. Fix Version/s: Nightly Builds Resolution: Fixed Assignee: Kris Nuttycombe Patch included in fixes for SANDBOX-165 [pipeline]

[jira] Resolved: (SANDBOX-165) [pipeline] [patch] Major modifications for commons-pipeline

2006-08-29 Thread Kris Nuttycombe (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-165?page=all ] Kris Nuttycombe resolved SANDBOX-165. - Fix Version/s: Nightly Builds Resolution: Fixed Assignee: Kris Nuttycombe Patch applied. [pipeline] [patch] Major modifications

Re: [all][maven 2 configuration]

2006-08-29 Thread Phil Steitz
I have one more question / concern with the current setup. Currently, we are inheriting the distributionManagement config from the apache POM. This seems good and reasonable, except that that parent defines both apache.snapshots and apache.releases and points to the ibiblio synched repo for

[jira] Commented: (CONFIGURATION-223) PropertiesConfigurationLayout broke the autoSave behaviour of PropertiesConfiguration

2006-08-29 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-223?page=comments#action_12431362 ] Oliver Heger commented on CONFIGURATION-223: Thanks for the patch, this is really helpful. I changed AbstractFileConfiguration in the way

svn commit: r438203 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH: src/main/java/org/apache/commons/net/ftp/FTPSClient.java src/main/java/org/apache/commons/net/ftp/parser/RegexFTPFileEntry

2006-08-29 Thread rwinston
Author: rwinston Date: Tue Aug 29 13:47:29 2006 New Revision: 438203 URL: http://svn.apache.org/viewvc?rev=438203view=rev Log: * Clean up FTPSClient.java slightly * Refactor changeRegex() to setRegex() in RegexFTPFileEntryParserImpl.java * Document some more changes Modified:

svn commit: r438206 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSReply.java

2006-08-29 Thread rwinston
Author: rwinston Date: Tue Aug 29 13:53:47 2006 New Revision: 438206 URL: http://svn.apache.org/viewvc?rev=438206view=rev Log: Clean up FTPSReply.java Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSReply.java Modified:

svn commit: r438209 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt src/java/org/apache/commons/io/FileSystemUtils.java src/test/org/apache/commons/io/FileSystemUtilsTestCase.java

2006-08-29 Thread scolebourne
Author: scolebourne Date: Tue Aug 29 13:54:47 2006 New Revision: 438209 URL: http://svn.apache.org/viewvc?rev=438209view=rev Log: IO-91 - FileSystemUtils.freeSpace deprecated, replaced by freeSpaceKb Document freeSpace not working with SunOS 5 info from Magnus Grimsell Modified:

svn commit: r438210 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp: FTPSClient.java FTPSTrustManager.java

2006-08-29 Thread rwinston
Author: rwinston Date: Tue Aug 29 13:56:17 2006 New Revision: 438210 URL: http://svn.apache.org/viewvc?rev=438210view=rev Log: (empty) Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

[jira] Closed: (IO-91) FileSystemUtils.freeSpace does not work on Sun Solaris

2006-08-29 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-91?page=all ] Stephen Colebourne closed IO-91. Resolution: Fixed - FileSystemUtils.freeSpace deprecated, replaced by freeSpaceKb - freeSpace returns a result that varies by operating system and thus isn't

svn commit: r438215 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

2006-08-29 Thread rwinston
Author: rwinston Date: Tue Aug 29 14:11:12 2006 New Revision: 438215 URL: http://svn.apache.org/viewvc?rev=438215view=rev Log: Props change Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSClient.java (contents, props changed)

svn commit: r438218 - in /jakarta/commons/proper/io/trunk/src: java/org/apache/commons/io/DirectoryWalker.java test/org/apache/commons/io/DirectoryWalkerTestCase.java

2006-08-29 Thread scolebourne
Author: scolebourne Date: Tue Aug 29 14:15:11 2006 New Revision: 438218 URL: http://svn.apache.org/viewvc?rev=438218view=rev Log: Separate handleDirectory from handleDirectoryStart Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

[jira] Commented: (CODEC-8) REQ: Streaming codecs

2006-08-29 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/CODEC-8?page=comments#action_12431380 ] Jochen Wiedmann commented on CODEC-8: - Remi Arntzen wrote: As far as I can tell the ws-common-utils Base64 streams are only output streams for encoding and

svn commit: r438239 - /jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

2006-08-29 Thread psteitz
Author: psteitz Date: Tue Aug 29 14:47:13 2006 New Revision: 438239 URL: http://svn.apache.org/viewvc?rev=438239view=rev Log: Added maven 2 support. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Modified:

svn commit: r438281 - in /jakarta/commons/proper/io/trunk: RELEASE-NOTES.txt project.xml src/java/org/apache/commons/io/FileUtils.java src/test/org/apache/commons/io/FileUtilsTestCase.java

2006-08-29 Thread scolebourne
Author: scolebourne Date: Tue Aug 29 16:05:22 2006 New Revision: 438281 URL: http://svn.apache.org/viewvc?rev=438281view=rev Log: IO-54 - Add FileUtils.checksum / FileUtils.checksumCRC32 to simplify calculating checksums from Emmanuel Bourg Modified:

[jira] Closed: (IO-54) [io] File checksum

2006-08-29 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/IO-54?page=all ] Stephen Colebourne closed IO-54. Resolution: Fixed Assignee: Stephen Colebourne Add FileUtils.checksum / FileUtils.checksumCRC32 to simplify calculating checksums [io] File checksum

[VOTE] Release Commons JEXL 1.1

2006-08-29 Thread Rahul Akolkar
This is a vote for releasing Commons JEXL 1.1 based on RC1. RC1 has been available for more than two weeks. It (with release notes, code signing keys, site etc.) is here: http://people.apache.org/~rahul/commons/jexl/ --- [ ] +1 I support this release [ ] +0 [ ] -0 [ ] -1 I oppose

Re: [all][maven 2 configuration]

2006-08-29 Thread Brett Porter
It's a valid point. Unfortunately, build profiles can't be used for the distributionManagement section at the moment. I believe the solution to this really needs to be server side controls on the repository which we are definitely working on. I'm not sure what we can do on the client side

Re: [all][maven 2 configuration]

2006-08-29 Thread Phil Steitz
On 8/29/06, Brett Porter [EMAIL PROTECTED] wrote: It's a valid point. Unfortunately, build profiles can't be used for the distributionManagement section at the moment. Hmm...the introduction-to-profiles.html doc seems to suggest that if you do it inline (in the POM), you can specify

Re: [all][maven 2 configuration]

2006-08-29 Thread Brett Porter
It's either an error in the docs, or my memory is failing me :) On 30/08/2006, at 1:40 PM, Phil Steitz wrote: On 8/29/06, Brett Porter [EMAIL PROTECTED] wrote: It's a valid point. Unfortunately, build profiles can't be used for the distributionManagement section at the moment. Hmm...the

Re: License rework svn commit: r437567 [1/2] - in /jakarta/commons/proper/io/trunk: ./ src/java/org/apache/commons/io/ src/java/org/apache/commons/io/filefilter/ src/java/org/apache/commons/io/input/

2006-08-29 Thread Henri Yandell
On 8/28/06, Stephen Colebourne [EMAIL PROTECTED] wrote: I think it happened where the copyright dates were in the format 2002,2004-2006 rather than just 2004-2006 Does the script need tweaking? Probably, it missed a bunch of files in each project for some reason. I was short-term lazy and

svn commit: r438353 - /jakarta/commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/SealedAttributeException.java

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:32:35 2006 New Revision: 438353 URL: http://svn.apache.org/viewvc?rev=438353view=rev Log: Fixed indentation Modified: jakarta/commons/proper/attributes/trunk/api/src/java/org/apache/commons/attributes/SealedAttributeException.java Modified:

svn commit: r438354 [2/2] - in /jakarta/commons/proper/attributes/trunk: ./ api/src/java/org/apache/commons/attributes/ compiler/src/java/org/apache/commons/attributes/ compiler/src/java/org/apache/co

2006-08-29 Thread bayard
Modified: jakarta/commons/proper/attributes/trunk/unittest/src/test/org/apache/commons/attributes/test/samples/SuperSample.java URL:

svn commit: r438360 - in /jakarta/commons/proper/attributes/trunk: project.properties site/etc/maven_demo/project.properties site/project.xml unittest/project.properties

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:43:40 2006 New Revision: 438360 URL: http://svn.apache.org/viewvc?rev=438360view=rev Log: Removed ASF copyright, now found in NOTICE.txt Modified: jakarta/commons/proper/attributes/trunk/project.properties

svn commit: r438363 [4/4] - in /jakarta/commons/proper/beanutils/trunk: ./ optional/bean-collections/ optional/bean-collections/src/java/org/apache/commons/beanutils/ optional/bean-collections/src/tes

2006-08-29 Thread bayard
Modified: jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/converters/URLConverterTestCase.java URL:

Re: License rework svn commit: r437567 [1/2] - in /jakarta/commons/proper/io/trunk: ./ src/java/org/apache/commons/io/ src/java/org/apache/commons/io/filefilter/ src/java/org/apache/commons/io/input/

2006-08-29 Thread Henri Yandell
I think the script fails to hit ones of that form. It also fails to hit when there are an unexpected number of spaces in the header. I was fixing it by hand, so I bet the non-standard width is because I took my header from the html on the legal page and not from the script. Now I'm getting

svn commit: r438366 - /jakarta/commons/proper/io/trunk/project.properties

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:54:57 2006 New Revision: 438366 URL: http://svn.apache.org/viewvc?rev=438366view=rev Log: Fixing the format of the license header Modified: jakarta/commons/proper/io/trunk/project.properties Modified: jakarta/commons/proper/io/trunk/project.properties URL:

svn commit: r438367 - /jakarta/commons/sandbox/finder/trunk/project.properties

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:56:46 2006 New Revision: 438367 URL: http://svn.apache.org/viewvc?rev=438367view=rev Log: Fixing the format of the license header Modified: jakarta/commons/sandbox/finder/trunk/project.properties Modified:

svn commit: r438368 - /jakarta/commons/sandbox/csv/trunk/project.properties

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:58:16 2006 New Revision: 438368 URL: http://svn.apache.org/viewvc?rev=438368view=rev Log: Fixing the format of the license header Modified: jakarta/commons/sandbox/csv/trunk/project.properties Modified: jakarta/commons/sandbox/csv/trunk/project.properties

svn commit: r438369 - /jakarta/commons/sandbox/compress/trunk/project.properties

2006-08-29 Thread bayard
Author: bayard Date: Tue Aug 29 21:58:45 2006 New Revision: 438369 URL: http://svn.apache.org/viewvc?rev=438369view=rev Log: Fixing the format of the license header Modified: jakarta/commons/sandbox/compress/trunk/project.properties Modified:

svn commit: r438373 [9/9] - in /jakarta/commons/proper/betwixt/trunk: ./ src/java/org/apache/commons/betwixt/ src/java/org/apache/commons/betwixt/digester/ src/java/org/apache/commons/betwixt/expressi

2006-08-29 Thread bayard
Modified: jakarta/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/versioning/VersioningTestData.java URL: