[GUMP@brutus]: Project commons-jelly-tags-xml (in module commons-jelly) failed

2005-03-06 Thread commons-jelly-tags-xml 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-xml has an issue affecting its community integration. This

[beanutils] patch for test case failures under maven

2005-03-06 Thread Simon Kitching
Hi, I have found that running maven test for beanutils reports a failure of 3 test cases. (a) BeanificationTestCase and LocaleBeanificationTestCase both fail to load a test class using the code: ClassLoader loader = new ClassLoader() {}; Class myClass = loader.loadClass(

DO NOT REPLY [Bug 33866] - [lang] enum package is not compatible with 1.5 jdk

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

DO NOT REPLY [Bug 30503] - [collections] compile failes with jdk 1.5 due to enum

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

DO NOT REPLY [Bug 33866] - [lang] enum package is not compatible with 1.5 jdk

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

DO NOT REPLY [Bug 33866] - [lang] enum package is not compatible with 1.5 jdk

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

DO NOT REPLY [Bug 31478] - Compile error with JDK 5 enum is a keyword

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

DO NOT REPLY [Bug 31478] - [lang] Compile error with JDK 5 enum is a keyword

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

[lang]/[servlet] Doing some tickling

2005-03-06 Thread Frank W. Zammetti
Hope everyone is having a good weekend! I just wanted to drop a line and kind of tickle some devs on two tickets I had opened: [lang] 33825 - New methods for DateUtils [servlet] 33676 - SessionUtils and new methods for RequestUtils Just curious to see if anyone had looked at them (there are no

Re: [math] JAMA update and options

2005-03-06 Thread robert burrell donkin
On Sun, 2005-03-06 at 03:38, Kim van der Linde wrote: Ok, what the hell is an incubater project. http://incubator.apache.org/ the active support of an ASF member would be required - robert - To unsubscribe, e-mail: [EMAIL

Re: [math] JAMA update and options

2005-03-06 Thread Phil Steitz
Kim, See http://www.apache.org/foundation/how-it-works.html#incubator and http://incubator.apache.org/ for a background on the apache incubator. As Brian B likes to point out, we have *two* things to think about when it comes to incorporating code from / working with other communities: 1) doing

DO NOT REPLY [Bug 33550] - [digester] Add support for CallMethodRule with target offset in xml rules

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

Re: [math] JAMA update and options

2005-03-06 Thread Henri Yandell
On Sat, 05 Mar 2005 20:24:06 -0500, Mark Diggory [EMAIL PROTECTED] wrote: Even if we have to go through the incubator, I'm convinced that adding the JAMA codebase into the math library is the best option. IMHO, I'm Can't see why the Incubator would be needed if the aim was to go from

svn commit: r156328 - in jakarta/commons/proper/configuration/trunk: build.xml project.xml

2005-03-06 Thread oheger
Author: oheger Date: Sun Mar 6 09:30:52 2005 New Revision: 156328 URL: http://svn.apache.org/viewcvs?view=revrev=156328 Log: Setting actual version to 1.1RC2 Modified: jakarta/commons/proper/configuration/trunk/build.xml jakarta/commons/proper/configuration/trunk/project.xml Modified:

svn commit: r156329 - jakarta/commons/proper/configuration/tags/CONFIGURATION_1_1RC2

2005-03-06 Thread oheger
Author: oheger Date: Sun Mar 6 09:33:39 2005 New Revision: 156329 URL: http://svn.apache.org/viewcvs?view=revrev=156329 Log: Tagging release candidate 1.1RC2 Added: jakarta/commons/proper/configuration/tags/CONFIGURATION_1_1RC2/ - copied from r156328,

Re: [math] JAMA update and options

2005-03-06 Thread Phil Steitz
Henri Yandell wrote: On Sat, 05 Mar 2005 20:24:06 -0500, Mark Diggory [EMAIL PROTECTED] wrote: Even if we have to go through the incubator, I'm convinced that adding the JAMA codebase into the math library is the best option. IMHO, I'm Can't see why the Incubator would be needed if the aim was to

Re: [chain] questions about various servlet/*Mapper classes

2005-03-06 Thread Joe Germuska
To fix this, let's first consider how a catalog can be retrieved. Suppose a command retrieves a catalog from the CatalogFactory (either the default one or a named one and this is the case when CONFIG_ATTR is not set), now the problem becomes how it knows the catalog name. One way is to hard code

Re: [math] JAMA update and options

2005-03-06 Thread Martin Cooper
On Sun, 06 Mar 2005 10:58:29 -0500, Phil Steitz [EMAIL PROTECTED] wrote: Henri Yandell wrote: On Sat, 05 Mar 2005 20:24:06 -0500, Mark Diggory [EMAIL PROTECTED] wrote: Even if we have to go through the incubator, I'm convinced that adding the JAMA codebase into the math library is the best

Re: [math] JAMA update and options

2005-03-06 Thread Phil Steitz
Martin Cooper wrote: snip/ Not that much duplication exists. What we are *deciding* now is how much and how to pull it in. The options are as I described earlier in the thread: 0) snippets / classes as needed 1) jar dependency 2) full merge I am -0 on 2) without support from the JAMA developers or

[ANN][configuration]Release candidate 1.1RC2

2005-03-06 Thread Oliver Heger
In preparation for a 1.1 release of commons-configuration I have created the second release candidate. The files are available for inspection at http://www.apache.org/~oheger/commons-configuration-1.1rc2 The name of the tag is CONFIGURATION_1_1RC2. The release notes (in form of the changes

DO NOT REPLY [Bug 33825] - [lang] PATCH-New methods for DateUtils

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

DO NOT REPLY [Bug 33401] - [lang] atLeast features : public boolean isCheckingAtLeast(parms)

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

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

2005-03-06 Thread bayard
Author: bayard Date: Sun Mar 6 11:01:38 2005 New Revision: 156331 URL: http://svn.apache.org/viewcvs?view=revrev=156331 Log: added classic do not use this constructor Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/Interpolation.java Modified:

svn commit: r156332 - jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/AllLangTestSuite.java

2005-03-06 Thread bayard
Author: bayard Date: Sun Mar 6 11:03:31 2005 New Revision: 156332 URL: http://svn.apache.org/viewcvs?view=revrev=156332 Log: commenting out the text tests as they will not be in the next release Modified:

svn commit: r156333 - jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/AllLangTestSuite.java

2005-03-06 Thread bayard
Author: bayard Date: Sun Mar 6 11:05:25 2005 New Revision: 156333 URL: http://svn.apache.org/viewcvs?view=revrev=156333 Log: also commenting out import statement for text so this builds :) Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/AllLangTestSuite.java

svn commit: r156334 - jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

2005-03-06 Thread bayard
Author: bayard Date: Sun Mar 6 11:21:36 2005 New Revision: 156334 URL: http://svn.apache.org/viewcvs?view=revrev=156334 Log: added latest set of fixed issues in Bugz Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt

svn commit: r156335 - jakarta/commons/proper/logging/trunk/xdocs/index.xml

2005-03-06 Thread rdonkin
Author: rdonkin Date: Sun Mar 6 11:28:37 2005 New Revision: 156335 URL: http://svn.apache.org/viewcvs?view=revrev=156335 Log: Updated status of 1.0.5 release Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml URL:

Re: [ANN][configuration]Release candidate 1.1RC2

2005-03-06 Thread Phil Steitz
Looks good to me. I checked the sigs (using http://www.apache.org/dist/jakarta/commons/configuration/KEYS) and hashes and all worked, though the md5 files include trailing cr/lf that caused my script to choke. One small nit: NOTICE.txt is missing from source and binary distros and jar. Some

svn commit: r156336 - jakarta/commons/proper/logging/trunk/xdocs/index.xml

2005-03-06 Thread rdonkin
Author: rdonkin Date: Sun Mar 6 11:40:23 2005 New Revision: 156336 URL: http://svn.apache.org/viewcvs?view=revrev=156336 Log: Added link to download location Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml Modified: jakarta/commons/proper/logging/trunk/xdocs/index.xml URL:

DO NOT REPLY [Bug 33840] - [BeanUtils] PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent

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

DO NOT REPLY [Bug 33840] - [BeanUtils] PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent

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

DO NOT REPLY [Bug 33840] - [BeanUtils] PropertyUtils.isReadable() and PropertyUtils.getProperty() not consistent

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

svn commit: r156347 - in jakarta/commons/proper/digester/trunk/src/test/org/apache/commons/digester/xmlrules: CallParamTestObject.java DigesterLoaderRulesTest.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 14:42:30 2005 New Revision: 156347 URL: http://svn.apache.org/viewcvs?view=revrev=156347 Log: Added tests for the target offset feature of CallMethodRule. Patch provided by Wendy Smoak. Modified:

DO NOT REPLY [Bug 33550] - [digester] Add support for CallMethodRule with target offset in xml rules

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

[ANNOUNCEMENT] Jakarta Commons Logging 1.0.5 Alpha1 Released

2005-03-06 Thread robert burrell donkin
Jakarta Commons Logging is a thin bridging logging API. For more information on JCL see http://jakarta.apache.org/commons/logging/. This release adds optional improved memory recycling for modern JVMs. This is particular important for hot deployment in containers which do not explicitly support

DO NOT REPLY [Bug 33550] - [digester] Add support for CallMethodRule with target offset in xml rules

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

svn commit: r156359 - in jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils: BeanificationTestCase.java locale/LocaleBeanificationTestCase.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 18:12:01 2005 New Revision: 156359 URL: http://svn.apache.org/viewcvs?view=revrev=156359 Log: Make test work correctly when run as maven test. It would appear that this causes junit tests to run in a custom classloader which didn't work with the previous code.

svn commit: r156362 - jakarta/commons/proper/beanutils/trunk/project.xml

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 18:18:27 2005 New Revision: 156362 URL: http://svn.apache.org/viewcvs?view=revrev=156362 Log: Add dependency on junit, so maven builds work. Also added myself to developer list. Modified: jakarta/commons/proper/beanutils/trunk/project.xml Modified:

svn commit: r156365 - jakarta/commons/proper/beanutils/trunk/src/test/org/apache/commons/beanutils/locale/converters/BaseLocaleConverterTestCase.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 18:21:12 2005 New Revision: 156365 URL: http://svn.apache.org/viewcvs?view=revrev=156365 Log: Added dummy test method to keep junit happy; a TestCase class without any test methods is reported as an error. Modified:

svn commit: r156371 - in jakarta/commons/sandbox/id/trunk/src: java/org/apache/commons/id/uuid/NodeManagerImpl.java java/org/apache/commons/id/uuid/state/ReadOnlyResourceStateImpl.java java/org/apache/commons/id/uuid/state/State.java test/org/apache/commons/id/uuid/state/ReadOnlyResourceStateImplTest.java

2005-03-06 Thread psteitz
Author: psteitz Date: Sun Mar 6 18:45:35 2005 New Revision: 156371 URL: http://svn.apache.org/viewcvs?view=revrev=156371 Log: Improved exception management. Stopped wrapping all throwables in IllegalStateExceptions in ReadOnlyResourceStateImpl.load. Changed load in State interface to throw

Re: [id] Getting out of the sanbox...

2005-03-06 Thread Phil Steitz
I just committed what I think is a fix for this: http://marc.theaimsgroup.com/?l=jakarta-commons-devm=109813257202501w=2 I was not able to get John's patch, but hopefully the changes I committed capture the spirit. I changed the load method in the State interface to throw Exception rather than

[lang] 2.1 rc (practice)

2005-03-06 Thread Henri Yandell
It's done on a Mac under 1.4, so I need to get a Linux 1.2 going for the real thing, but I've created a distribution for 2.1: http://www.apache.org/~bayard/commons-lang-2.1/ As far as remaining 2.1 issues, we only really have the request for DateUtils.iterator's javadoc to be better. Using

Re: [lang]/[servlet] Doing some tickling

2005-03-06 Thread Henri Yandell
Commented on the DateUtils one a bit earlier. On 33825, my view is that it's a tiny bit of something larger (DateRange) and that we should get it in the planning for 3.0, but that there's more than enough discussion to go on to try and get it into 2.1. On the servlet one, I'll take a look.

svn commit: r156383 - jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 19:26:56 2005 New Revision: 156383 URL: http://svn.apache.org/viewcvs?view=revrev=156383 Log: Code tidyups without any functionality change: * Added constructors; it is cleaner for an abstract class to initialise its own members than require its subclasses

svn commit: r156386 - jakarta/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/ri/model/beans/PropertyPointer.java

2005-03-06 Thread dmitri
Author: dmitri Date: Sun Mar 6 19:50:06 2005 New Revision: 156386 URL: http://svn.apache.org/viewcvs?view=revrev=156386 Log: Fixed bug 33377. See http://issues.apache.org/bugzilla/show_bug.cgi?id=33377 Modified:

DO NOT REPLY [Bug 33377] - [jxpath] asPath() returns a path to the last sibling

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

Re: [lang]/[servlet] Doing some tickling

2005-03-06 Thread Frank W. Zammetti
Thanks for the comments Henri! I did see those comments. Rather than reply on the ticket, I thought here might be more appropriate. I don't think I can really comment on the idea of it being a tiny bit of something larger. You may be 100% right, and this functionality would be rolled into

Re: [lang] 2.1 rc (practice)

2005-03-06 Thread Phil Steitz
Henri Yandell wrote: It's done on a Mac under 1.4, so I need to get a Linux 1.2 going for the real thing, but I've created a distribution for 2.1: http://www.apache.org/~bayard/commons-lang-2.1/ A couple of things to look at / fix: 1) Both src and binaries are missing NOTICE.txt 2) ant clean test

svn commit: r156391 - in jakarta/commons/sandbox/benchmark/trunk: ./ src/java/org/apache/commons/benchmark/ src/java/org/apache/commons/benchmark/xmlrpc/ src/test/org/apache/commons/benchmark/ xdocs/

2005-03-06 Thread burton
Author: burton Date: Sun Mar 6 20:44:38 2005 New Revision: 156391 URL: http://svn.apache.org/viewcvs?view=revrev=156391 Log: refactored to store individual metadata into a class Added: jakarta/commons/sandbox/benchmark/trunk/src/java/org/apache/commons/benchmark/BenchmarkMeta.java

Re: [lang] 2.1 rc (practice)

2005-03-06 Thread Henri Yandell
On Sun, 06 Mar 2005 21:42:30 -0500, Phil Steitz [EMAIL PROTECTED] wrote: Henri Yandell wrote: It's done on a Mac under 1.4, so I need to get a Linux 1.2 going for the real thing, but I've created a distribution for 2.1: http://www.apache.org/~bayard/commons-lang-2.1/ A couple of things

DO NOT REPLY [Bug 33872] New: - API Javadoc not in sync with jar nor with source code

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

svn commit: r156402 - jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/Converter.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 23:18:54 2005 New Revision: 156402 URL: http://svn.apache.org/viewcvs?view=revrev=156402 Log: Updated javadoc to note thread-safety requirement for Converter subclasses. Modified:

svn commit: r156403 - jakarta/commons/proper/beanutils/trunk/src/java/org/apache/commons/beanutils/converters/AbstractArrayConverter.java

2005-03-06 Thread skitching
Author: skitching Date: Sun Mar 6 23:21:13 2005 New Revision: 156403 URL: http://svn.apache.org/viewcvs?view=revrev=156403 Log: Provide ability to pass special NO_DEFAULT object as the defaultValue parameter to the constructor. Also fix misleading javadoc. Modified:

Re: [lang]/[servlet] Doing some tickling

2005-03-06 Thread Henri Yandell
On Sun, 06 Mar 2005 23:22:57 -0500, Frank W. Zammetti [EMAIL PROTECTED] wrote: Thanks for the comments Henri! I did see those comments. Rather than reply on the ticket, I thought here might be more appropriate. I don't think I can really comment on the idea of it being a tiny bit of

DO NOT REPLY [Bug 33872] - API Javadoc not in sync with jar nor with source code

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

DO NOT REPLY [Bug 33872] - API Javadoc not in sync with jar nor with source code

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