svn commit: r399993 - /jakarta/commons/sandbox/csv/trunk/build.xml

2006-05-04 Thread bayard
Author: bayard Date: Thu May 4 23:57:44 2006 New Revision: 33 URL: http://svn.apache.org/viewcvs?rev=33&view=rev Log: Added Maven generated build.xml Added: jakarta/commons/sandbox/csv/trunk/build.xml (with props) Added: jakarta/commons/sandbox/csv/trunk/build.xml URL: http://svn

Re: [VOTE] Release RC11 As Jakarta Commons Logging 1.1

2006-05-04 Thread Dennis Lundberg
robert burrell donkin wrote: RC11 contains fixes to a few speilings and improvements to the documentation (thanks dennis). RC11 is available from: http://people.apache.org/~rdonkin/commons-logging. I will tally votes no earlier than 2400 hours GMT Sunday 7th May. here's my +1 - robert --

[csv] CSVStrategy and performance of CSVPrinter

2006-05-04 Thread Henri Yandell
I extracted the strategy code from the CSVParser. Still need to roll it into use in CSVPrinter. Speaking of which, CSVPrinter's speed problems are partly due to calling PrintWriter.flush() a huge number of times to the point where half of the cpu time is spent in that method. Solution-wise, the

svn commit: r399987 - in /jakarta/commons/sandbox/csv/trunk/src: java/org/apache/commons/csv/CSVParser.java java/org/apache/commons/csv/CSVStrategy.java test/org/apache/commons/csv/CSVParserTest.java

2006-05-04 Thread bayard
Author: bayard Date: Thu May 4 23:24:34 2006 New Revision: 399987 URL: http://svn.apache.org/viewcvs?rev=399987&view=rev Log: Extracted the strategy concept into its own class Added: jakarta/commons/sandbox/csv/trunk/src/java/org/apache/commons/csv/CSVStrategy.java (with props) jaka

svn commit: r399958 - /jakarta/commons/trunks-sandbox/pom.xml

2006-05-04 Thread bayard
Author: bayard Date: Thu May 4 21:45:06 2006 New Revision: 399958 URL: http://svn.apache.org/viewcvs?rev=399958&view=rev Log: Adding compress, jci and proxy to the sandbox project Modified: jakarta/commons/trunks-sandbox/pom.xml Modified: jakarta/commons/trunks-sandbox/pom.xml URL: http://

svn commit: r399954 - /jakarta/commons/trunks-sandbox/pom.xml

2006-05-04 Thread bayard
Author: bayard Date: Thu May 4 21:34:31 2006 New Revision: 399954 URL: http://svn.apache.org/viewcvs?rev=399954&view=rev Log: Hooked up the CSV pom Modified: jakarta/commons/trunks-sandbox/pom.xml Modified: jakarta/commons/trunks-sandbox/pom.xml URL: http://svn.apache.org/viewcvs/jakarta/c

RE: [VOTE] Release RC11 As Jakarta Commons Logging 1.1

2006-05-04 Thread James Carman
Did you mean to misspell "spellings"? How ironic. :-) -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 7:28 PM To: Jakarta Commons Developers List Subject: [VOTE] Release RC11 As Jakarta Commons Logging 1.1 RC11 contains fixes to a fe

DO NOT REPLY [Bug 39450] - [scxml] please add datamodel explanation and examples to user guide

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39465] - [jxpath] Property "name" of a bean-array can't be reached due to special handling with Maps

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

[VOTE] Release RC11 As Jakarta Commons Logging 1.1

2006-05-04 Thread robert burrell donkin
RC11 contains fixes to a few speilings and improvements to the documentation (thanks dennis). RC11 is available from: http://people.apache.org/~rdonkin/commons-logging. I will tally votes no earlier than 2400 hours GMT Sunday 7th May. here's my +1 - robert --8<---

svn commit: r399871 - /jakarta/commons/proper/logging/tags/LOGGING_1_1_0_RC11/

2006-05-04 Thread rdonkin
Author: rdonkin Date: Thu May 4 15:35:59 2006 New Revision: 399871 URL: http://svn.apache.org/viewcvs?rev=399871&view=rev Log: Cut release candidate 11 for JCL 1.1 Added: jakarta/commons/proper/logging/tags/LOGGING_1_1_0_RC11/ - copied from r399870, jakarta/commons/proper/logging/trunk

Re: [email] activation and javamail

2006-05-04 Thread Henri Yandell
Yeah, have heard about the CDDL source but BCL binary bit. Geir's finding out about it I think. I need to try building javamail on a Linux box, or JDK 1.4. Try and figure out why the unit tests hang on me. Hen On 5/4/06, sebb <[EMAIL PROTECTED]> wrote: The source may be released under CDDL, bu

Re: [email] activation and javamail

2006-05-04 Thread sebb
The source may be released under CDDL, but as far as I can make out, distribution of the binaries still has the old licence. For JavaMail 1.4, this includes the following paragraph: g) you agree to defend and indemnify Sun and its licensors from and against any damages, costs, liabilities, se

Re: [logging] Final checks please for RC11

2006-05-04 Thread robert burrell donkin
On Thu, 2006-05-04 at 23:02 +0200, Dennis Lundberg wrote: > robert burrell donkin wrote: > > please check the trunk preferably by building and checking the > > distribution. i plan to cut the release candidate sometime around 2200 > > hrs UTC. i will call a vote as soon as the candidate is posted.

Re: [logging] Final checks please for RC11

2006-05-04 Thread Rahul Akolkar
On 5/4/06, robert burrell donkin <[EMAIL PROTECTED]> wrote: please check the trunk preferably by building and checking the distribution. i plan to cut the release candidate sometime around 2200 hrs UTC. i will call a vote as soon as the candidate is posted. maven {jar,site} and ant {test,dist

svn commit: r399865 - /jakarta/commons/proper/logging/trunk/build.properties.sample

2006-05-04 Thread rdonkin
Author: rdonkin Date: Thu May 4 14:39:21 2006 New Revision: 399865 URL: http://svn.apache.org/viewcvs?rev=399865&view=rev Log: Added some notes about how to use the build.properties.sample file. Modified: jakarta/commons/proper/logging/trunk/build.properties.sample Modified: jakarta/commons

Re: [logging] Final checks please for RC11

2006-05-04 Thread Dennis Lundberg
robert burrell donkin wrote: please check the trunk preferably by building and checking the distribution. i plan to cut the release candidate sometime around 2200 hrs UTC. i will call a vote as soon as the candidate is posted. I did a clean checkout and everything builds like it should. Doing

svn commit: r399857 - in /jakarta/commons/proper/scxml/trunk/xdocs: guide.xml guide/custom-semantics.xml navigation.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 13:42:41 2006 New Revision: 399857 URL: http://svn.apache.org/viewcvs?rev=399857&view=rev Log: Throw in another section on custom semantics into the user guide, since this has become documentation day already. Added: jakarta/commons/proper/scxml/trunk/xdocs/gui

[logging] Final checks please for RC11

2006-05-04 Thread robert burrell donkin
please check the trunk preferably by building and checking the distribution. i plan to cut the release candidate sometime around 2200 hrs UTC. i will call a vote as soon as the candidate is posted. - robet - To unsubscribe, e-m

svn commit: r399842 - in /jakarta/commons/proper/logging/trunk: build.xml project.xml src/conf/MANIFEST.MF

2006-05-04 Thread rdonkin
Author: rdonkin Date: Thu May 4 12:51:25 2006 New Revision: 399842 URL: http://svn.apache.org/viewcvs?rev=399842&view=rev Log: Preparations for Release candidate 11 Modified: jakarta/commons/proper/logging/trunk/build.xml jakarta/commons/proper/logging/trunk/project.xml jakarta/commo

svn commit: r399837 - /jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

2006-05-04 Thread rdonkin
Author: rdonkin Date: Thu May 4 12:39:01 2006 New Revision: 399837 URL: http://svn.apache.org/viewcvs?rev=399837&view=rev Log: Removed empty ul tags. Modified: jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml Modified: jakarta/commons/proper/logging/trunk/xdocs/troubleshooting

Re: svn commit: r399792 - /jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

2006-05-04 Thread robert burrell donkin
On Thu, 2006-05-04 at 20:38 +0200, Dennis Lundberg wrote: > The tags does not seem to be in sync, see some examples below... > > [EMAIL PROTECTED] wrote: > > Author: rdonkin > > Date: Thu May 4 10:46:51 2006 > > New Revision: 399792 > > > > URL: http://svn.apache.org/viewcvs?rev=399792&view=rev

svn commit: r399834 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/CompositeFormat.java

2006-05-04 Thread fredrik
Author: fredrik Date: Thu May 4 12:29:00 2006 New Revision: 399834 URL: http://svn.apache.org/viewcvs?rev=399834&view=rev Log: Renamed a parameter in the javadoc to reflect the name of the input parameter in the method signature. Modified: jakarta/commons/proper/lang/trunk/src/java/org/apa

DO NOT REPLY [Bug 38276] - [scxml] More Explicit Instructions on core-engine.html

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r399813 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/core-engine.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 11:43:07 2006 New Revision: 399813 URL: http://svn.apache.org/viewcvs?rev=399813&view=rev Log: BZ 38276 [scxml] More Explicit Instructions on core-engine.html Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/core-engine.xml Modified: jakarta/commons/pro

Re: svn commit: r399792 - /jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

2006-05-04 Thread Dennis Lundberg
The tags does not seem to be in sync, see some examples below... [EMAIL PROTECTED] wrote: Author: rdonkin Date: Thu May 4 10:46:51 2006 New Revision: 399792 URL: http://svn.apache.org/viewcvs?rev=399792&view=rev Log: Updated contents. Snippet is generated from a stylesheet. Will commit styles

DO NOT REPLY [Bug 38275] - [scxml] More Explicit Instructions on core-digester.html

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r399792 - /jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

2006-05-04 Thread rdonkin
Author: rdonkin Date: Thu May 4 10:46:51 2006 New Revision: 399792 URL: http://svn.apache.org/viewcvs?rev=399792&view=rev Log: Updated contents. Snippet is generated from a stylesheet. Will commit stylesheet to committers later. Modified: jakarta/commons/proper/logging/trunk/xdocs/troublesh

DO NOT REPLY [Bug 39450] - [scxml] please add datamodel explanation and examples to user guide

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r399787 - /jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 10:33:39 2006 New Revision: 399787 URL: http://svn.apache.org/viewcvs?rev=399787&view=rev Log: Clarify observable entity in Javadoc. Modified: jakarta/commons/proper/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLListener.java Modified: jakarta/commo

svn commit: r399781 - /jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 10:21:53 2006 New Revision: 399781 URL: http://svn.apache.org/viewcvs?rev=399781&view=rev Log: Nav bar additions. Modified: jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml Modified: jakarta/commons/proper/scxml/trunk/xdocs/navigation.xml URL: http://sv

DO NOT REPLY [Bug 39477] - [beanutils] StringLocaleConverter uses same pattern for numbers and dates

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r399773 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 10:09:57 2006 New Revision: 399773 URL: http://svn.apache.org/viewcvs?rev=399773&view=rev Log: Broken link, missing filename extension. Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml Modified: jakarta/commons/proper/scxml/trunk/xdocs/gui

DO NOT REPLY [Bug 39477] - StringLocaleConverter uses same pattern for numbers and dates

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [beanutils] org.apache.commons.collections in beanutils jar?

2006-05-04 Thread Henri Yandell
Reading up on it (via svn logs etc), the explanation is: "This package contains a small number of collections classes that are needed for beanutils to function. The dependencies will be deprecated in the 1.7.0 release and the need for these classes will be removed in the future. These classes are

svn commit: r399766 - /jakarta/commons/proper/scxml/trunk/xdocs/guide.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 10:03:22 2006 New Revision: 399766 URL: http://svn.apache.org/viewcvs?rev=399766&view=rev Log: Wire the two new sections into the user guide. Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide.xml Modified: jakarta/commons/proper/scxml/trunk/xdocs/guide.x

[beanutils] org.apache.commons.collections in beanutils jar?

2006-05-04 Thread Henri Yandell
Is it intended that BeanUtils should have Commons Collections classes in it? Without the package names changing in any way? I'm sure I missed the thread on it a year or more ago, but this seems like a really bad idea. Hen - To

svn commit: r399764 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 10:00:27 2006 New Revision: 399764 URL: http://svn.apache.org/viewcvs?rev=399764&view=rev Log: BZ 39450 [scxml] please add datamodel explanation and examples to user guide Added: jakarta/commons/proper/scxml/trunk/xdocs/guide/datamodel.xml (with props) Added:

svn commit: r399747 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache/commons/httpclient/cookie/TestCookieVersionSupport.java

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 09:12:04 2006 New Revision: 399747 URL: http://svn.apache.org/viewcvs?rev=399747&view=rev Log: Provided a test case for a section 9.1 requirement to discard Set-Cookie cookie if equivalent Set-Cookie2 cookie is present Modified: jakarta/commons/proper/httpclie

svn commit: r399746 - /jakarta/commons/proper/scxml/trunk/xdocs/guide/using-commons-scxml.xml

2006-05-04 Thread rahul
Author: rahul Date: Thu May 4 09:05:59 2006 New Revision: 399746 URL: http://svn.apache.org/viewcvs?rev=399746&view=rev Log: Add a section to the user guide on common interaction patterns using the Commons SCXML library (the "glue" or "bridge" code). Added: jakarta/commons/proper/scxml/trun

svn commit: r399744 - /jakarta/commons/proper/validator/trunk/xdocs/changes.xml

2006-05-04 Thread martinc
Author: martinc Date: Thu May 4 08:50:11 2006 New Revision: 399744 URL: http://svn.apache.org/viewcvs?rev=399744&view=rev Log: Note recent fix. Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/validator/trunk/xdocs/changes.xml URL: http://

svn commit: r399743 - /jakarta/commons/proper/fileupload/trunk/xdocs/changes.xml

2006-05-04 Thread martinc
Author: martinc Date: Thu May 4 08:49:49 2006 New Revision: 399743 URL: http://svn.apache.org/viewcvs?rev=399743&view=rev Log: Note recent fix. Modified: jakarta/commons/proper/fileupload/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/fileupload/trunk/xdocs/changes.xml URL: http:

svn commit: r399740 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache/commons/httpclient/cookie/TestCookieVersionSupport.java

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 08:37:31 2006 New Revision: 399740 URL: http://svn.apache.org/viewcvs?rev=399740&view=rev Log: Damn it Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/org/apache/commons/httpclient/cookie/TestCookieVersionSupport.java Modified: j

svn commit: r399737 - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src: java/org/apache/commons/httpclient/ test/org/apache/commons/httpclient/cookie/

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 08:34:01 2006 New Revision: 399737 URL: http://svn.apache.org/viewcvs?rev=399737&view=rev Log: Improved compliance with the sections 3.3.5 amd 9.1 of the RFC 2965. More test coverage Added: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/test/or

svn commit: r399735 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie/RFC2965Spec.java

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 08:31:12 2006 New Revision: 399735 URL: http://svn.apache.org/viewcvs?rev=399735&view=rev Log: Fixed inconsistencies in usage of the effective host name Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/

svn commit: r399716 - /jakarta/commons/sandbox/jci/trunk/src/site/site.xml

2006-05-04 Thread tcurdt
Author: tcurdt Date: Thu May 4 07:40:12 2006 New Revision: 399716 URL: http://svn.apache.org/viewcvs?rev=399716&view=rev Log: slowly Modified: jakarta/commons/sandbox/jci/trunk/src/site/site.xml Modified: jakarta/commons/sandbox/jci/trunk/src/site/site.xml URL: http://svn.apache.org/viewcv

svn commit: r399712 - in /jakarta/commons/sandbox/jci/trunk: ./ compilers/eclipse/ compilers/groovy/ compilers/janino/ core/ core/src/site/ core/src/site/xdocs/ examples/ src/ src/site/ src/site/resou

2006-05-04 Thread tcurdt
Author: tcurdt Date: Thu May 4 07:36:03 2006 New Revision: 399712 URL: http://svn.apache.org/viewcvs?rev=399712&view=rev Log: slowing working towards a m2 multi-project site ...grr Added: jakarta/commons/sandbox/jci/trunk/src/ jakarta/commons/sandbox/jci/trunk/src/site/ jakarta/commo

svn commit: r399711 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie/RFC2965Spec.java

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 07:22:51 2006 New Revision: 399711 URL: http://svn.apache.org/viewcvs?rev=399711&view=rev Log: Oopsie Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie/RFC2965Spec.java Modified: jakarta/commons

svn commit: r399709 - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src: java/org/apache/commons/httpclient/cookie/ test/org/apache/commons/httpclient/cookie/

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 07:18:27 2006 New Revision: 399709 URL: http://svn.apache.org/viewcvs?rev=399709&view=rev Log: Improved compliance with the section 3.3.4 of the RFC 2965. Arrange cookies by value of the path attribute (cookies with a more specific path attribute take precedence)

DO NOT REPLY [Bug 39482] - [fileupload] all filenames are lowercased

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39483] New: - [compress] bzip2 - implement flush()

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39482] - [fileupload] all filenames are lowercased

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39482] New: - all filenames are lowercased

2006-05-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2006-05-04 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This i

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

2006-05-04 Thread commons-jelly-tags-html 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-html has an issue affecting its community integration. This i

svn commit: r399679 - in /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src: java/org/apache/commons/httpclient/cookie/ test/org/apache/commons/httpclient/cookie/

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 04:45:16 2006 New Revision: 399679 URL: http://svn.apache.org/viewcvs?rev=399679&view=rev Log: Improved compliance with the section 3.3.4 of the RFC 2965 Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient

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

2006-05-04 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community integration.

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

2006-05-04 Thread commons-jelly-tags-define 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-define-test has an issue affecting its community integration.

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

2006-05-04 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. Th

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

2006-05-04 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. Th

Re: [VOTE] Release RC10 As Commons Logging 1.1

2006-05-04 Thread Dennis Lundberg
Simon Kitching wrote: On Wed, 2006-05-03 at 22:08 +0100, robert burrell donkin wrote: please check my commits All looks good to me. To me too. You have covered all that was left on my to do list. -- Dennis Lundberg - To un

svn commit: r399651 - /jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie/RFC2965Spec.java

2006-05-04 Thread olegk
Author: olegk Date: Thu May 4 03:29:08 2006 New Revision: 399651 URL: http://svn.apache.org/viewcvs?rev=399651&view=rev Log: Checked compliance with the spec Modified: jakarta/commons/proper/httpclient/branches/COOKIE_2_BRANCH/src/java/org/apache/commons/httpclient/cookie/RFC2965Spec.java

Re: [VOTE] Release RC10 As Commons Logging 1.1

2006-05-04 Thread Simon Kitching
On Wed, 2006-05-03 at 22:08 +0100, robert burrell donkin wrote: > please check my commits All looks good to me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]