[jira] Created: (LANG-277) Javadoc errors on StringUtils.splitPreserveAllTokens(String, char)

2006-08-30 Thread Ken Geis (JIRA)
Javadoc errors on StringUtils.splitPreserveAllTokens(String, char) -- Key: LANG-277 URL: http://issues.apache.org/jira/browse/LANG-277 Project: Commons Lang Issue Type: Bug

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

2006-08-30 Thread rwinston
Author: rwinston Date: Wed Aug 30 01:05:49 2006 New Revision: 438414 URL: http://svn.apache.org/viewvc?rev=438414view=rev Log: Mark TODO and fix method name Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/ftp/FTPSClient.java Modified:

Re: [Fwd: Re: apache bugzilla 39109 ... assignee very quite ...]

2006-08-30 Thread Rory Winston
Henrik I think I see the problem with the current setup. 1. Firstly, the parser needs to initialize itself via an FTP listing header line in preParse(), in order to set the isType flag and the parent class regex. As long as we have a way of explicitly setting this, we can get the class to work

DO NOT REPLY [Bug 34778] - [net] FTP CWD command seems not to trigger server responses properly

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34778. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r438459 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net: ./ bsd/ ftp/

2006-08-30 Thread rwinston
Author: rwinston Date: Wed Aug 30 04:04:26 2006 New Revision: 438459 URL: http://svn.apache.org/viewvc?rev=438459view=rev Log: * Refactor SocketClient to use JDK SocketClient * DatagramSocketClient still uses commons-net impl * Added default ServerSocketFactory * Merged FTPSReply.java into

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-30 Thread Stephen Colebourne
Perhaps I should upload my Java tool that I used on [io]? Stephen - Original Message From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List commons-dev@jakarta.apache.org Sent: Wednesday, 30 August, 2006 5:51:31 AM Subject: Re: License rework svn commit: r437567 [1/2]

svn commit: r438471 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/SocketClient.java

2006-08-30 Thread rwinston
Author: rwinston Date: Wed Aug 30 04:54:36 2006 New Revision: 438471 URL: http://svn.apache.org/viewvc?rev=438471view=rev Log: Set ServerSocketFactory in constructor Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/src/main/java/org/apache/commons/net/SocketClient.java

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

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

DO NOT REPLY [Bug 34778] - [net] FTP CWD command seems not to trigger server responses properly

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34778. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39166] - [PATCH] [net] patch of FTPS

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39166. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39072] - [net] Request to add WindowSizeOptionHandler to the commons-net package

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39072. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39377] - [net][PATCH] TelnetInputStream.read hangs when socket data ends in a command sequence

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39377. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39166] - [PATCH] [net] patch of FTPS

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39166. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 39166] - [PATCH] [net] patch of FTPS

2006-08-30 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=39166. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r438574 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringUtils.java test/org/apache/commons/lang/StringUtilsTest.java

2006-08-30 Thread bayard
Author: bayard Date: Wed Aug 30 11:22:12 2006 New Revision: 438574 URL: http://svn.apache.org/viewvc?rev=438574view=rev Log: Fixed 2nd javadoc bug mentioned in #LANG-277 and added more unit tests to match the javadoc examples Modified:

[jira] Commented: (LANG-277) Javadoc errors on StringUtils.splitPreserveAllTokens(String, char)

2006-08-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-277?page=comments#action_12431643 ] Henri Yandell commented on LANG-277: Thanks for the report Ken. The first issue has already been caught and fixed in SVN. Second one now fixed (by adding

[jira] Updated: (LANG-275) Add a pair of StringUtils.substringsBetween;String[] methods

2006-08-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-275?page=all ] Henri Yandell updated LANG-275: --- Fix Version/s: 3.0 Add a pair of StringUtils.substringsBetween;String[] methods

[jira] Resolved: (LANG-277) Javadoc errors on StringUtils.splitPreserveAllTokens(String, char)

2006-08-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-277?page=all ] Henri Yandell resolved LANG-277. Fix Version/s: 2.2 Resolution: Fixed Javadoc errors on StringUtils.splitPreserveAllTokens(String, char)

Fwd: Re: [Fwd: Re: apache bugzilla 39109 ... assignee very quite ...]

2006-08-30 Thread henrik . sorensen
-- Forwarded Message -- Subject: Re: [Fwd: Re: apache bugzilla 39109 ... assignee very quite ...] Date: Wednesday 30 August 2006 20:23 From: [EMAIL PROTECTED] To: Rory Winston [EMAIL PROTECTED] Yes you are right, I made the test case pass here by adding the header as written

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

2006-08-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-276?page=all ] Henri Yandell updated LANG-276: --- Fix Version/s: 3.0 3.0, or 2.3 if a patch should turn up :) MutableBigDecimal and MutableBigInteger ---

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

2006-08-30 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/LANG-276?page=comments#action_12431658 ] Stephen Colebourne commented on LANG-276: - We already have MutableObject, so not sure about this. MutableBigDecimal and MutableBigInteger

svn commit: r438598 - in /jakarta/commons/proper/configuration/trunk: src/java/org/apache/commons/configuration/AbstractFileConfiguration.java src/test/org/apache/commons/configuration/TestPropertiesC

2006-08-30 Thread oheger
Author: oheger Date: Wed Aug 30 12:22:42 2006 New Revision: 438598 URL: http://svn.apache.org/viewvc?rev=438598view=rev Log: Updated AbstractFileConfiguration to check for auto save in addProperty() and setProperty() instead of addPropertyDirect(); fixes CONFIGURATION-223; thanks to Gabriele

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

2006-08-30 Thread Oliver Heger (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-223?page=all ] Oliver Heger resolved CONFIGURATION-223. Fix Version/s: Nightly Builds Resolution: Fixed The fix was committed. Everything seems to work now. Please double-check.

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases New page: SCXML can be used for many different projects or

[Jakarta-commons Wiki] Update of SCXML/HomePage by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/HomePage

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases

svn commit: r438604 - in /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH: pom.xml src/main/java/org/apache/commons/net/SocketFactory.java src/main/java/org/apache/commons/net/ftp/parser/MVSFTPEntr

2006-08-30 Thread rwinston
Author: rwinston Date: Wed Aug 30 12:53:54 2006 New Revision: 438604 URL: http://svn.apache.org/viewvc?rev=438604view=rev Log: * Fix JIRA report * Add some issue numbers * Update some changes Removed:

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

2006-08-30 Thread henrik sorensen (JIRA)
[ http://issues.apache.org/jira/browse/NET-99?page=all ] henrik sorensen updated NET-99: --- Attachment: FTPParseTestFramework.java MVSFTPEntryParserTest.java With these two changes the JUNIT tests now completes. I had to hack a bit in the

[Jakarta-commons Wiki] Update of Net/FrequentlyAskedQuestions by RoryWinston

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by RoryWinston: http://wiki.apache.org/jakarta-commons/Net/FrequentlyAskedQuestions

svn commit: r438622 - /jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/index.xml

2006-08-30 Thread rwinston
Author: rwinston Date: Wed Aug 30 14:01:28 2006 New Revision: 438622 URL: http://svn.apache.org/viewvc?rev=438622view=rev Log: Add link to index page Modified: jakarta/commons/proper/net/branches/JDK_1_5_BRANCH/xdocs/index.xml Modified:

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by NestorUrquiza

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by NestorUrquiza: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases

[Jakarta-commons Wiki] Update of SCXML/HomePage by RahulAkolkar

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/HomePage The comment on the change is: Move page created by Nestor to wiki

[Jakarta-commons Wiki] Update of SCXML/BusinessCases by RahulAkolkar

2006-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Jakarta-commons Wiki for change notification. The following page has been changed by RahulAkolkar: http://wiki.apache.org/jakarta-commons/SCXML/BusinessCases The comment on the change is: Cosmetic changes, correct reference

svn commit: r438651 - /jakarta/commons/proper/scxml/trunk/xdocs/usecases/scxml-in-shale-dialogs.xml

2006-08-30 Thread rahul
Author: rahul Date: Wed Aug 30 14:44:54 2006 New Revision: 438651 URL: http://svn.apache.org/viewvc?rev=438651view=rev Log: Add a note about looking in the Shale sandbox instead. Modified: jakarta/commons/proper/scxml/trunk/xdocs/usecases/scxml-in-shale-dialogs.xml Modified:

svn commit: r438657 - in /jakarta/commons/proper/scxml/trunk/xdocs: usecases.xml usecases/scxml-in-shale-dialogs.xml usecases/shale-dialogs/SCXMLDialogNavigationHandler.java usecases/shale-dialogs/SCX

2006-08-30 Thread rahul
Author: rahul Date: Wed Aug 30 14:51:14 2006 New Revision: 438657 URL: http://svn.apache.org/viewvc?rev=438657view=rev Log: Update links to reflect Shale's TLP status. Modified: jakarta/commons/proper/scxml/trunk/xdocs/usecases.xml

Where is the KEYS file?

2006-08-30 Thread Dennis Lundberg
Hi I've created a key by following the directions at: http://www.apache.org/dev/release-signing.html That document says to add my key to a KEYS file for the project: http://www.apache.org/dev/release-signing.html#keys-policy Looking at this document:

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

2006-08-30 Thread psteitz
Author: psteitz Date: Wed Aug 30 17:09:08 2006 New Revision: 438722 URL: http://svn.apache.org/viewvc?rev=438722view=rev Log: Less nuclear chmod to fix permissions (fix-permissions needs to be run in the repo directory. Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

Re: Where is the KEYS file?

2006-08-30 Thread Henri Yandell
On 8/30/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Hi I've created a key by following the directions at: http://www.apache.org/dev/release-signing.html That document says to add my key to a KEYS file for the project: http://www.apache.org/dev/release-signing.html#keys-policy Looking