svn commit: r151552 - jakarta/commons/sandbox/feedparser/trunk/tests/feeds/current-broken-drop-accents.atom

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 00:07:07 2005 New Revision: 151552 URL: http://svn.apache.org/viewcvs?view=revrev=151552 Log: test that drops accents... Added: jakarta/commons/sandbox/feedparser/trunk/tests/feeds/current-broken-drop-accents.atom Added:

svn commit: r151555 - in jakarta/commons/sandbox/feedparser/trunk: TODO src/java/org/apache/commons/feedparser/FeedParserImpl.java src/java/org/apache/commons/feedparser/network/NetworkException.java src/java/org/apache/commons/feedparser/tools/XMLCleanser.java xdocs/navigation.xml

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 00:29:56 2005 New Revision: 151555 URL: http://svn.apache.org/viewcvs?view=revrev=151555 Log: Fixed potential bug (but worried about regression) with accented text in XML Modified: jakarta/commons/sandbox/feedparser/trunk/TODO

Re: [configuration] 1.1 release

2005-02-06 Thread Henri Yandell
Yep, a vote unless I'm badly mistake. Hen On Sat, 05 Feb 2005 18:02:57 +0100, Oliver Heger [EMAIL PROTECTED] wrote: As promised I have created the commons-configuration-1.1RC1 release candidate. A new tag was added in svn using svn copy

Re: [lang] 2.1...

2005-02-06 Thread Henri Yandell
On Tue, 1 Feb 2005 23:50:56 -0500, Henri Yandell [EMAIL PROTECTED] wrote: On Wed, 26 Jan 2005 00:14:24 -, Stephen Colebourne [EMAIL PROTECTED] wrote: Checking my mail history Still TODO: 5) - WordUtils Capitalize with separator methods need to define null handling for

svn commit: r151556 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Digester.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 01:01:42 2005 New Revision: 151556 URL: http://svn.apache.org/viewcvs?view=revrev=151556 Log: Remove methods setSchema/getSchema and setSchemaLanguage/getSchemaLanguage. The current implementation needs major rework; better to start again. Modified:

svn commit: r151557 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/SAXHandler.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 01:03:09 2005 New Revision: 151557 URL: http://svn.apache.org/viewcvs?view=revrev=151557 Log: Remove methods setSchema/getSchema and setSchemaLanguage/getSchemaLanguage. These methods need major rework; better to start again. Also implemented an

svn commit: r151558 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Context.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 01:04:03 2005 New Revision: 151558 URL: http://svn.apache.org/viewcvs?view=revrev=151558 Log: Remove unused imports Modified: jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Context.java Modified:

svn commit: r151559 - jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/ContextTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 01:05:12 2005 New Revision: 151559 URL: http://svn.apache.org/viewcvs?view=revrev=151559 Log: Add tests for classloader, matching-action-stack Modified:

[GUMP@brutus]: Project commons-email (in module jakarta-commons) failed

2005-02-06 Thread dIon Gillard
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-email has an issue affecting its community integration. This issue

svn commit: r151562 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Digester.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 01:57:09 2005 New Revision: 151562 URL: http://svn.apache.org/viewcvs?view=revrev=151562 Log: * add getSAXHandler method * add initCallbacks param to setXMLReader method * test for namespace-awareness in setXMLReader Modified:

svn commit: r151563 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/SAXHandler.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 02:01:08 2005 New Revision: 151563 URL: http://svn.apache.org/viewcvs?view=revrev=151563 Log: Fix bug where ruleManager might be accessed before being created. Modified:

svn commit: r151564 - jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 02:02:27 2005 New Revision: 151564 URL: http://svn.apache.org/viewcvs?view=revrev=151564 Log: Added tests. Also cleaned up whitespace. Modified: jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java

[GUMP@brutus]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-02-06 Thread Adam Jack
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-id has an issue affecting its community integration. This issue affects

Re: [io] copyAndClose

2005-02-06 Thread Stephen Colebourne
Well, for a start your example could be simplified. public static void copyAndClose(final InputStream in, final OutputStream out) throws IOException { try { CopyUtils.copy(in, out); out.flush(); } finally { IOUtils.copyAndClose(in);

Re: [lang] 2.1...

2005-02-06 Thread Stephen Colebourne
From: Henri Yandell [EMAIL PROTECTED] Still TODO: - WordUtils Unsure exactly what was wanted with this. The null handling seems to be there. I modified the javadoc a bit to hopefully make understanding it easier. Although it's technically correct to say that in the capitalzed word 'Home',

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

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

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

2005-02-06 Thread JellySwing 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-swing has an issue affecting its community integration. This

svn commit: r151578 - jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 03:30:11 2005 New Revision: 151578 URL: http://svn.apache.org/viewcvs?view=revrev=151578 Log: Added tests for getDTDPublicId/getDTDSystemId Modified:

svn commit: r151579 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: Digester.java SAXHandler.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 03:33:22 2005 New Revision: 151579 URL: http://svn.apache.org/viewcvs?view=revrev=151579 Log: * setKnownEntities/registerKnownEntities: a target URL of now means resolve the entity to an empty InputSource. * added methods

svn commit: r151580 - jakarta/commons/proper/httpclient/trunk/release_notes.txt

2005-02-06 Thread olegk
Author: olegk Date: Sun Feb 6 03:44:28 2005 New Revision: 151580 URL: http://svn.apache.org/viewcvs?view=revrev=151580 Log: Missing release header Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt Modified: jakarta/commons/proper/httpclient/trunk/release_notes.txt URL:

svn commit: r151581 - jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC1/release_notes.txt

2005-02-06 Thread olegk
Author: olegk Date: Sun Feb 6 04:04:06 2005 New Revision: 151581 URL: http://svn.apache.org/viewcvs?view=revrev=151581 Log: retagging release_notes.txt Removed: jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC1/release_notes.txt

svn commit: r151582 - jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC1/release_notes.txt

2005-02-06 Thread olegk
Author: olegk Date: Sun Feb 6 04:05:41 2005 New Revision: 151582 URL: http://svn.apache.org/viewcvs?view=revrev=151582 Log: retagging release_notes.txt Added: jakarta/commons/proper/httpclient/tags/HTTPCLIENT_3_0_RC1/release_notes.txt - copied unchanged from r151581,

Re: [io] copyAndClose

2005-02-06 Thread B. K. Oxley (binkley)
Stephen Colebourne wrote: public static void copyAndClose(final InputStream in, final OutputStream out) throws IOException { try { CopyUtils.copy(in, out); out.flush(); } finally { IOUtils.copyAndClose(in); IOUtils.copyAndClose(out);

Re: [vfs] proposal: MemoryFS

2005-02-06 Thread B. K. Oxley (binkley)
This is the sort of tree I was asking about (below) to represent the memory file system. I want to avoid reusing DefaultTreeModel for a data structure since it is Swing-oriented (look at all the listeners!). I'd expect to specialize the generic thus: public class RamTree extends TreeString,

svn commit: r151592 - jakarta/commons/proper/commons-build/trunk/sandbox-project.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 07:44:31 2005 New Revision: 151592 URL: http://svn.apache.org/viewcvs?view=revrev=151592 Log: fix javadoc generation Modified: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml Modified:

svn commit: r151593 - in jakarta/commons/sandbox: cache/trunk/xdocs/ clazz/trunk/ clazz/trunk/xdocs/ cli/trunk/ compress/trunk/xdocs/ contract/trunk/xdocs/ convert/trunk/xdocs/ email/trunk/xdocs/ events/trunk/ events/trunk/xdocs/ feedparser/trunk/xdocs/

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 07:54:24 2005 New Revision: 151593 URL: http://svn.apache.org/viewcvs?view=revrev=151593 Log: CVS = SVN conversion Modified: jakarta/commons/sandbox/cache/trunk/xdocs/index.xml jakarta/commons/sandbox/cache/trunk/xdocs/navigation.xml

svn commit: r151594 - in jakarta/commons/sandbox: filters/trunk/ functor/trunk/ functor/trunk/xdocs/ http/trunk/ i18n/trunk/xdocs/ id/trunk/xdocs/ javaflow/trunk/xdocs/

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 07:56:16 2005 New Revision: 151594 URL: http://svn.apache.org/viewcvs?view=revrev=151594 Log: CVS = SVN conversion Modified: jakarta/commons/sandbox/filters/trunk/PROPOSAL.html jakarta/commons/sandbox/functor/trunk/STATUS.txt

svn commit: r151595 - jakarta/commons/sandbox/jex/trunk/xdocs/stylesheets

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 07:58:08 2005 New Revision: 151595 URL: http://svn.apache.org/viewcvs?view=revrev=151595 Log: CVS = SVN conversion Removed: jakarta/commons/sandbox/jex/trunk/xdocs/stylesheets/ - To

svn commit: r151596 - in jakarta/commons/sandbox/jex/trunk: PROPOSAL.html build.xml project.xml xdocs/navigation.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 07:58:38 2005 New Revision: 151596 URL: http://svn.apache.org/viewcvs?view=revrev=151596 Log: CVS = SVN conversion Added: jakarta/commons/sandbox/jex/trunk/xdocs/navigation.xml Modified: jakarta/commons/sandbox/jex/trunk/PROPOSAL.html

svn commit: r151598 - in jakarta/commons/sandbox: rupert/trunk/STATUS.html scaffold/trunk/xdocs/downloads.xml services/trunk/PROPOSAL.html servlet/trunk/PROPOSAL.html

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 08:00:53 2005 New Revision: 151598 URL: http://svn.apache.org/viewcvs?view=revrev=151598 Log: CVS = SVN conversion Modified: jakarta/commons/sandbox/rupert/trunk/STATUS.html jakarta/commons/sandbox/scaffold/trunk/xdocs/downloads.xml

svn commit: r151599 - jakarta/commons/sandbox/tbm/trunk/xdocs/stylesheets

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 08:01:34 2005 New Revision: 151599 URL: http://svn.apache.org/viewcvs?view=revrev=151599 Log: CVS = SVN conversion Removed: jakarta/commons/sandbox/tbm/trunk/xdocs/stylesheets/ - To

svn commit: r151600 - in jakarta/commons/sandbox: sql/trunk/xdocs/index.xml sql/trunk/xdocs/navigation.xml tbm/trunk/PROPOSAL.html tbm/trunk/xdocs/navigation.xml threading/trunk/PROPOSAL.html threading/trunk/STATUS.html threadpool/trunk/xdocs/downloads.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 08:02:02 2005 New Revision: 151600 URL: http://svn.apache.org/viewcvs?view=revrev=151600 Log: CVS = SVN conversion Added: jakarta/commons/sandbox/tbm/trunk/xdocs/navigation.xml Modified: jakarta/commons/sandbox/sql/trunk/xdocs/index.xml

svn commit: r151601 - in jakarta/commons/sandbox: vfs/trunk/xdocs/download.xml workflow/trunk/PROPOSAL.html workflow/trunk/STATUS.html workflow/trunk/src/java/org/apache/commons/workflow/demo/Main.java workflow/trunk/xdocs/downloads.xml workflow/trunk/xdocs/navigation.xml xmlio/trunk/xdocs/downloads.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 08:02:45 2005 New Revision: 151601 URL: http://svn.apache.org/viewcvs?view=revrev=151601 Log: CVS = SVN conversion Modified: jakarta/commons/sandbox/vfs/trunk/xdocs/download.xml jakarta/commons/sandbox/workflow/trunk/PROPOSAL.html

Re: [logging] Identify Class Loader Problems

2005-02-06 Thread robert burrell donkin
On Fri, 2005-01-28 at 20:15, Richard Sitze wrote: hi richard (apologies for the delay: machine problems) I'd like to begin to identify the ClassLoader problems with the current JCL discovery mechanism. If you are aware of additional issues, please respond and let's get them all out on the

[VOTE][configuration]Release 1.1

2005-02-06 Thread Oliver Heger
Dear community, since the 1.0 release of [configuration] a couple of new features have been added. The code base has been stable for a while now, so I think it is time to cut out a new 1.1 release before we start to implement further features and refactorings. A complete list of changes since

svn commit: r151602 - in jakarta/commons/proper: dbcp/trunk/xdocs/downloads.xml launcher/trunk/xdocs/downloads.xml modeler/trunk/xdocs/downloads.xml pool/trunk/xdocs/downloads.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 09:00:02 2005 New Revision: 151602 URL: http://svn.apache.org/viewcvs?view=revrev=151602 Log: CVS = SVN conversion Modified: jakarta/commons/proper/dbcp/trunk/xdocs/downloads.xml jakarta/commons/proper/launcher/trunk/xdocs/downloads.xml

svn commit: r151603 - jakarta/commons/proper/transaction/trunk/xdocs/downloads.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 09:03:05 2005 New Revision: 151603 URL: http://svn.apache.org/viewcvs?view=revrev=151603 Log: CVS = SVN conversion Modified: jakarta/commons/proper/transaction/trunk/xdocs/downloads.xml Modified: jakarta/commons/proper/transaction/trunk/xdocs/downloads.xml

svn commit: r151606 - jakarta/commons/proper/commons-build/trunk/sandbox-project.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 09:42:53 2005 New Revision: 151606 URL: http://svn.apache.org/viewcvs?view=revrev=151606 Log: add linkcheck Modified: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml Modified: jakarta/commons/proper/commons-build/trunk/sandbox-project.xml URL:

svn commit: r151613 - jakarta/commons/sandbox/functor/trunk/maven.xml

2005-02-06 Thread dirkv
Author: dirkv Date: Sun Feb 6 09:54:05 2005 New Revision: 151613 URL: http://svn.apache.org/viewcvs?view=revrev=151613 Log: fix build Modified: jakarta/commons/sandbox/functor/trunk/maven.xml Modified: jakarta/commons/sandbox/functor/trunk/maven.xml URL:

Re: VOTE: FeedParser move to Commons Proper...

2005-02-06 Thread robert burrell donkin
+1 On Thu, 2005-02-03 at 01:54, Kevin A. Burton wrote: snip I also want to be able to give out SVN commit to additional developers as they come on board. i'm going to assume that 'give out' is just an inaccurate choice of words. new committers can be proposed once feedparser is in the

Re: [cache] javadoc missing ?

2005-02-06 Thread Dirk Verbeeck
It was a problem in the project descriptor, should be fixed now. Thanks Dirk Paul Libbrecht wrote: Hi, I noticed the javadoc of commons-sandbox-cache is actually missing the most interesting pacakge, org.apache.commons.cache and only include three packages one level below. Is there something I

svn commit: r151619 - jakarta/commons/proper/logging/trunk/build.xml

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 11:44:27 2005 New Revision: 151619 URL: http://svn.apache.org/viewcvs?view=revrev=151619 Log: Fixed bug in distribution build. Issue 33323. Contributed by Brian Stansberry. Modified: jakarta/commons/proper/logging/trunk/build.xml Modified:

DO NOT REPLY [Bug 33323] - [logging] Ant build script does not create commons-logging-optional.jar

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

Re: Cache

2005-02-06 Thread Dirk Verbeeck
Looks interesting, is this class you wrote an extension of the existing classes/interfaces? If this is the case then contributing is simple. You post a copy of your code to the commons-dev mailing list. I or another committer will review and commit the code. (I assume you have some JUnit tests

DO NOT REPLY [Bug 33415] New: - enable getting Validator defitions from other resource types

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

svn commit: r151621 - jakarta/commons/proper/logging/trunk/xdocs/guide.xml

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 13:21:56 2005 New Revision: 151621 URL: http://svn.apache.org/viewcvs?view=revrev=151621 Log: Documentation for improved memory management and optional jar. Contributed by Brian Stansberry. Issue no 31286. Modified:

Re: [digester2] performance of ns-aware parsing

2005-02-06 Thread Simon Kitching
On Sun, 2005-02-06 at 13:02 -0800, Reid Pinchback wrote: --- Simon Kitching [EMAIL PROTECTED] wrote: I stopped using belief as a measurement of code a long time ago. Usually only works when I wrote all the code. :-) I'll cook up an experiment and see what I can come up with in the

svn commit: r151624 - jakarta/commons/proper/logging/trunk/optional/project.xml

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 13:59:28 2005 New Revision: 151624 URL: http://svn.apache.org/viewcvs?view=revrev=151624 Log: Now rely on 3.8.1 junit Modified: jakarta/commons/proper/logging/trunk/optional/project.xml Modified: jakarta/commons/proper/logging/trunk/optional/project.xml URL:

svn commit: r151626 - jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 14:23:49 2005 New Revision: 151626 URL: http://svn.apache.org/viewcvs?view=revrev=151626 Log: Minor cleanups Modified: jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java Modified:

svn commit: r151629 - jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 14:38:31 2005 New Revision: 151629 URL: http://svn.apache.org/viewcvs?view=revrev=151629 Log: Added svn:keywords property Modified: jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/DigesterTestCase.java (props

svn commit: r151630 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: AbstractRuleManager.java DefaultRuleManager.java RuleManager.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 14:48:36 2005 New Revision: 151630 URL: http://svn.apache.org/viewcvs?view=revrev=151630 Log: Made RuleManager an interface, and defined AbstractRuleManager as an abstract base class. This makes RuleManager consistent with Action. Also added svn:keywords

svn commit: r151633 - jakarta/commons/proper/logging/trunk/optional/project.xml

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 15:02:34 2005 New Revision: 151633 URL: http://svn.apache.org/viewcvs?view=revrev=151633 Log: Fixes for mavenized build. Hopefully, this should allow javedocs to be deployed to the website. Modified: jakarta/commons/proper/logging/trunk/optional/project.xml

svn commit: r151634 - jakarta/commons/proper/logging/trunk/optional/.cvsignore

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 15:04:34 2005 New Revision: 151634 URL: http://svn.apache.org/viewcvs?view=revrev=151634 Log: Ignore build.properties Modified: jakarta/commons/proper/logging/trunk/optional/.cvsignore Modified: jakarta/commons/proper/logging/trunk/optional/.cvsignore URL:

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

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 15:04:59 2005 New Revision: 151635 URL: http://svn.apache.org/viewcvs?view=revrev=151635 Log: Added sample properties Added: jakarta/commons/proper/logging/trunk/optional/build.properties.sample Added:

Javadoc formatting style

2005-02-06 Thread Simon Kitching
Hi All, I have seen two basic approaches to applying formatting to javadoc text in source files: (a) XHTML-style /** *pThis is the first paragraph./p * *pAnd this is the second./p */ (b) HTML-style /** * This is the first paragraph. * p * And this is the second. */

svn commit: r151637 - jakarta/commons/proper/logging/trunk/xdocs/guide.xml

2005-02-06 Thread rdonkin
Author: rdonkin Date: Sun Feb 6 15:21:34 2005 New Revision: 151637 URL: http://svn.apache.org/viewcvs?view=revrev=151637 Log: Fixed link to class in optional distribution Modified: jakarta/commons/proper/logging/trunk/xdocs/guide.xml Modified:

DO NOT REPLY [Bug 31286] - [logging] Memory leaks in JBoss due to LogFactory cache

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

Re: Javadoc formatting style

2005-02-06 Thread Stephen Colebourne
[lang] uses the first. [collections] uses the second. I prefer the second as IMHO it is more readable when you are browsing the source code. And I definitely read the javadoc in source code form more than I read it in html form. Stephen - Original Message - From: Simon Kitching [EMAIL

Re: [i18n] proposals

2005-02-06 Thread Anaximandro (Woody)
Hi Daniel, The ConfigManager in my idea is used for store specific configurations, as I see the MessageManager don't have this responsabilitie. If I store any configuration on MessageManager I will need specific instances of this guy for each thread with a diferent configuration. Well, in your

svn commit: r151644 - in jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2: AbstractRuleManagerTestCase.java DefaultRuleManagerTestCase.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 16:08:59 2005 New Revision: 151644 URL: http://svn.apache.org/viewcvs?view=revrev=151644 Log: Added new test suites Added: jakarta/commons/proper/digester/branches/digester2/src/test/org/apache/commons/digester2/AbstractRuleManagerTestCase.java (with

svn commit: r151646 - jakarta/commons/proper/lang/trunk/project.xml

2005-02-06 Thread bayard
Author: bayard Date: Sun Feb 6 16:41:36 2005 New Revision: 151646 URL: http://svn.apache.org/viewcvs?view=revrev=151646 Log: turning on pmd report Modified: jakarta/commons/proper/lang/trunk/project.xml Modified: jakarta/commons/proper/lang/trunk/project.xml URL:

Re: Javadoc formatting style

2005-02-06 Thread Henri Yandell
However, the point of javadoc is to put it in HTML, and using the latest version of HTML (ie XHTML) seems like the thing to do. Otherwise we could just ignore the p's all together and make it look even better for source reading. +1 to the first :) Hen On Mon, 7 Feb 2005 00:03:15 -, Stephen

[lang] release strategy

2005-02-06 Thread Henri Yandell
I'm very tempted to try the branch then release strategy, and wondered what people thought about the idea. It might suggest a slight change to the version number style: Create 2.1 branch. Make changes to 2.1 branch until we're ready for release. Tag 2.1 branch with 2.1.0 tag. ... later Change 2.1

Re: Javadoc formatting style

2005-02-06 Thread Martin Cooper
On Sun, 6 Feb 2005 19:46:30 -0500, Henri Yandell [EMAIL PROTECTED] wrote: However, the point of javadoc is to put it in HTML, and using the latest version of HTML (ie XHTML) seems like the thing to do. Otherwise we could just ignore the p's all together and make it look even better for

Re: VOTE: FeedParser move to Commons Proper...

2005-02-06 Thread Kevin A. Burton
robert burrell donkin wrote: +1 OK... great. Thanks guys. So does this mean I'm a go? I've had more than 3 +1s and no -1s . I'd like to move to commons proper soon as I'd ideally like to do a 0.5.0 release prior to my codecon talk on Sat Feb 12th. No pressure though ;) Is it possible

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:41:00 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:42:53 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -89,4

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:48:40 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -12,12

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:50:30 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -36,11

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:53:37 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -62,13

Re: Javadoc formatting style

2005-02-06 Thread Simon Kitching
On Sun, 2005-02-06 at 17:18 -0800, Craig McClanahan wrote: As should be evident from my own recent practice :-), I'm also +1 on the first (XHTML) approach. Can I ask those supporters of the XHTML style why they prefer it? Personally I think it: * increases the text size of the source file * is

[Jakarta Commons Wiki] Updated: CodeConPresentation

2005-02-06 Thread commons-dev
Date: 2005-02-06T17:58:22 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: CodeConPresentation URL: http://wiki.apache.org/jakarta-commons/CodeConPresentation no comment Change Log: -- @@ -5,8

Anyone here from Vienna?

2005-02-06 Thread Simon Kitching
Hi All, I'm going to be in Vienna, Austria for a few weeks. I just wondered if anyone here is from thereabouts, as it would be great to meet up with some fellow jakarta types. Cheers, Simon - To unsubscribe, e-mail: [EMAIL

Re: Javadoc formatting style

2005-02-06 Thread Craig McClanahan
The standard HTML format is *not* the only output format you can get with Javadocs -- it is quite feasible to render alternative XML-based formats that can then be transformed using standard XML technologies -- but that only works if the markup created by Javadocs comments is well formed. In

[Jakarta Commons Wiki] Updated: FeedParser/ReleaseSchedule

2005-02-06 Thread commons-dev
Date: 2005-02-06T18:28:42 Editor: KevinBurton Wiki: Jakarta Commons Wiki Page: FeedParser/ReleaseSchedule URL: http://wiki.apache.org/jakarta-commons/FeedParser/ReleaseSchedule no comment Change Log:

Re: Javadoc formatting style

2005-02-06 Thread Henri Yandell
My reason is quite a lot simpler than Craig's. I think of p as a container tag and not a separator tag, so I never even think of the other way of doing it. I guess we could do: /** * first * p/ * second */ and still be XML compliant (assuming an automatic root of some kind), but it would

Re: Javadoc formatting style

2005-02-06 Thread Craig McClanahan
On Sun, 6 Feb 2005 21:45:08 -0500, Henri Yandell [EMAIL PROTECTED] wrote: My reason is quite a lot simpler than Craig's. I think of p as a container tag and not a separator tag, so I never even think of the other way of doing it. I guess we could do: /** * first * p/ * second */

Re: Anyone here from Vienna?

2005-02-06 Thread Torsten Curdt
Hi All, I'm going to be in Vienna, Austria for a few weeks. I just wondered if anyone here is from thereabouts, as it would be great to meet up with some fellow jakarta types. ...if you don't want to cut it down to only jakarta folks it might be worth asking on party@ cheers -- Torsten

Re: Javadoc formatting style

2005-02-06 Thread Simon Kitching
On Sun, 2005-02-06 at 18:59 -0800, Craig McClanahan wrote: On Sun, 6 Feb 2005 21:45:08 -0500, Henri Yandell [EMAIL PROTECTED] wrote: My reason is quite a lot simpler than Craig's. I think of p as a container tag and not a separator tag, so I never even think of the other way of doing it.

svn commit: r151679 - in jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs: downloads.xml news.xml status.xml

2005-02-06 Thread mbecke
Author: mbecke Date: Sun Feb 6 20:41:37 2005 New Revision: 151679 URL: http://svn.apache.org/viewcvs?view=revrev=151679 Log: Updates for 3.0RC1 Modified: jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/xdocs/downloads.xml

svn commit: r151682 - in jakarta/commons/sandbox/feedparser/trunk: TODO src/java/org/apache/commons/feedparser/DefaultFeedParserListener.java src/java/org/apache/commons/feedparser/MetaFeedParserListener.java src/java/org/apache/commons/feedparser/NS.java

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 21:43:31 2005 New Revision: 151682 URL: http://svn.apache.org/viewcvs?view=revrev=151682 Log: support for RSS 2.0 'comments' element and WFW comments feed Modified: jakarta/commons/sandbox/feedparser/trunk/TODO

svn commit: r151683 - in jakarta/commons/sandbox/feedparser/trunk: src/java/org/apache/commons/feedparser/MetaFeedParser.java src/java/org/apache/commons/feedparser/impl/DebugFeedParserListener.java tests/feeds/wordpress-comments.rss

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 21:54:38 2005 New Revision: 151683 URL: http://svn.apache.org/viewcvs?view=revrev=151683 Log: added support for onComments and onCommentsFeed to MetaFeedParserListener and them added RSS 2.0 and WFW implementations Added:

svn commit: r151684 - jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 21:55:41 2005 New Revision: 151684 URL: http://svn.apache.org/viewcvs?view=revrev=151684 Log: updated dox Modified: jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml Modified: jakarta/commons/sandbox/feedparser/trunk/xdocs/index.xml URL:

svn commit: r151685 - in jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser: impl/CaptureOutputFeedParserListener.java test/DebugPerformance.java test/TestComments.java

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 22:14:27 2005 New Revision: 151685 URL: http://svn.apache.org/viewcvs?view=revrev=151685 Log: unit tests for comments RSS and RSS 2.0 comments Added:

svn commit: r151689 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 22:35:24 2005 New Revision: 151689 URL: http://svn.apache.org/viewcvs?view=revrev=151689 Log: unit tests say IncompatibleClassChangeError but for the life of me I can't figure out why Modified:

svn commit: r151691 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/test/TestComments.java jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/test/TestGuid.java

2005-02-06 Thread burton
Author: burton Date: Sun Feb 6 22:46:49 2005 New Revision: 151691 URL: http://svn.apache.org/viewcvs?view=revrev=151691 Log: tests for GUIDs Added: jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/test/TestGuid.java Modified:

[ANNOUNCE] Release of Commons HttpClient 3.0 RC1

2005-02-06 Thread Michael Becke
The Jakarta Commons team is pleased to announce the release of HttpClient 3.0 RC1. The 3.0 API is frozen and all known bugs have been fixed. Assuming no major problems are discovered in RC1 a final 3.0 release will follow shortly. We strongly encourage all current HttpClient users to

svn commit: r151695 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Digester.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:29:54 2005 New Revision: 151695 URL: http://svn.apache.org/viewcvs?view=revrev=151695 Log: * Move constructors to after member declarations * improve javadoc Modified:

svn commit: r151696 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: AbstractAction.java Action.java ArrayStack.java MultiHashMap.java Path.java Substitutor.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:41:15 2005 New Revision: 151696 URL: http://svn.apache.org/viewcvs?view=revrev=151696 Log: Update copyright to 2005 Add svn:keywords property Modified:

svn commit: r151697 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: InvalidRuleException.java ParseException.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:44:21 2005 New Revision: 151697 URL: http://svn.apache.org/viewcvs?view=revrev=151697 Log: Update copyright to 2005 set svn:keywords property Modified:

svn commit: r151698 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: InvalidRuleException.java ParseException.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:45:09 2005 New Revision: 151698 URL: http://svn.apache.org/viewcvs?view=revrev=151698 Log: Really add svn:keywords property Modified: jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/InvalidRuleException.java

svn commit: r151699 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/DigestionException.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:46:37 2005 New Revision: 151699 URL: http://svn.apache.org/viewcvs?view=revrev=151699 Log: Support JDKs earlier than 1.4 (ie ones that don't implement exception-chaining). Modified:

svn commit: r151702 - in jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2: NestedSAXException.java SAXHandler.java package.html

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:52:18 2005 New Revision: 151702 URL: http://svn.apache.org/viewcvs?view=revrev=151702 Log: Update copyright to 2005. Add svn:keywords property Modified:

svn commit: r151706 - jakarta/commons/proper/digester/branches/digester2/src/java/org/apache/commons/digester2/Context.java

2005-02-06 Thread skitching
Author: skitching Date: Sun Feb 6 23:54:02 2005 New Revision: 151706 URL: http://svn.apache.org/viewcvs?view=revrev=151706 Log: Move constructor to after member declarations Update copyright to 2005 Add svm:keywords property Modified:

Re: [digester2] performance of ns-aware parsing

2005-02-06 Thread Reid Pinchback
--- Simon Kitching [EMAIL PROTECTED] wrote: I stopped using belief as a measurement of code a long time ago. Usually only works when I wrote all the code. :-) I'll cook up an experiment and see what I can come up with in the way of timing information. That would be excellent. I look