svn commit: r290666 - in /jakarta/commons/proper/httpclient/trunk/src: java/org/apache/commons/httpclient/cookie/RFC2109Spec.java test/org/apache/commons/httpclient/cookie/TestCookieRFC2109Spec.java

2005-09-21 Thread oglueck
Author: oglueck Date: Wed Sep 21 02:30:56 2005 New Revision: 290666 URL: http://svn.apache.org/viewcvs?rev=290666view=rev Log: Fixed pair ordering PR #36740 (Minor RFC 2109 / 2965 violation) Contributed by Ortwin Glück Reviewed by Oleg Kalnichevski Modified:

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

2005-09-21 Thread commons-jelly 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 has an issue affecting its community integration. This issue

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

2005-09-21 Thread commons-jelly 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 has an issue affecting its community integration. This issue

DO NOT REPLY [Bug 36760] New: - Cannot set Repository location for DiskFileItemFactory

2005-09-21 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=36760. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 36760] - [fileupload] Cannot set Repository location for DiskFileItemFactory

2005-09-21 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=36760. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33167] - [dbcp] Individual connection close method

2005-09-21 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=33167. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r290764 - /jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java

2005-09-21 Thread olegk
Author: olegk Date: Wed Sep 21 11:04:22 2005 New Revision: 290764 URL: http://svn.apache.org/viewcvs?rev=290764view=rev Log: Javadoc fix Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/params/HttpMethodParams.java Modified:

svn commit: r290819 - in /jakarta/commons/sandbox/jci/trunk: ./ src/java/org/apache/commons/jci/ src/java/org/apache/commons/jci/compilers/ src/java/org/apache/commons/jci/compilers/eclipse/ src/java/

2005-09-21 Thread tcurdt
Author: tcurdt Date: Wed Sep 21 13:16:41 2005 New Revision: 290819 URL: http://svn.apache.org/viewcvs?rev=290819view=rev Log: for those using it already ...sorry for the big changes :) no specific distinction between compiling or reload classloader the action is happening inside the listener

svn commit: r290820 - in /jakarta/commons/proper/validator/trunk: build.xml etc/jsdoc.bat etc/jsdoc.sh maven.xml

2005-09-21 Thread niallp
Author: niallp Date: Wed Sep 21 13:20:14 2005 New Revision: 290820 URL: http://svn.apache.org/viewcvs?rev=290820view=rev Log: Add windows JSDoc executable to maven ant build. Added: jakarta/commons/proper/validator/trunk/etc/jsdoc.bat (with props) Modified:

svn commit: r290822 - in /jakarta/commons/sandbox/javaflow/trunk: ./ lib/ src/java/org/apache/commons/javaflow/ src/test/org/apache/commons/javaflow/ src/test/org/apache/commons/javaflow/testcode/

2005-09-21 Thread tcurdt
Author: tcurdt Date: Wed Sep 21 13:28:49 2005 New Revision: 290822 URL: http://svn.apache.org/viewcvs?rev=290822view=rev Log: upgraded to latest jci, the compiling classloader got replaced by setting up the reloading one with a proper listener. see the continuationcompilingclasslodertestcase for

svn commit: r290832 - /jakarta/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMultipleCollectionMappings.java

2005-09-21 Thread rdonkin
Author: rdonkin Date: Wed Sep 21 14:17:05 2005 New Revision: 290832 URL: http://svn.apache.org/viewcvs?rev=290832view=rev Log: Added test that was missed last time. Added: jakarta/commons/proper/betwixt/trunk/src/test/org/apache/commons/betwixt/TestMultipleCollectionMappings.java Added: