Re: [jxpath] optimize xpath query on xpath enabled containers

2005-02-01 Thread michael
Dmitri, I'm still looking at the code, so I can't comment on a fix yet. What I had in mind in implementing an interface that signals the jxpath implementation that a context (or pointer or something) is able of evaluating queries which result in the parsed query structure to be passed to the

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Emmanuel Bourg
Simon Kitching wrote: BTW, should we contact the car companies, and tell them their customers prefer suffixes? Focus Ford Mustang Ford Thunderbird Ford (I'm mostly kidding...) I think the analogy is incomplete, you forgot the objet being qualified by the brand. Would you say Car Ford Focus

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

2005-02-01 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.

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

2005-02-01 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

svn commit: r149381 - in jakarta/commons/proper/jelly/trunk/jelly-tags/interaction: maven.xml project.xml xdocs/changes.xml

2005-02-01 Thread brett
Author: brett Date: Tue Feb 1 01:56:13 2005 New Revision: 149381 URL: http://svn.apache.org/viewcvs?view=revrev=149381 Log: correct formatting, demo execution Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/maven.xml

[GUMP@brutus]: Project commons-jelly-tags-velocity (in module commons-jelly) success, but with warnings.

2005-02-01 Thread commons-jelly-tags-velocity 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-velocity contains errors. The current state of this project

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

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

svn commit: r149383 - jakarta/commons/proper/jelly/trunk/jelly-tags/velocity/project.xml

2005-02-01 Thread brett
Author: brett Date: Tue Feb 1 02:13:07 2005 New Revision: 149383 URL: http://svn.apache.org/viewcvs?view=revrev=149383 Log: specify gump id for velocity to eliminate warning Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/velocity/project.xml Modified:

Re: svn commit: r149313 - in jakarta/commons/sandbox/javaflow/trunk/src: java/org/apache/commons/javaflow/ java/org/apache/commons/javaflow/bytecode/bcel/ test/org/apache/commons/javaflow/ test/org/apache/commons/javaflow/testcode/

2005-02-01 Thread Torsten Curdt
Closing an OutputStream twice is a bug or is it indeed nitpicking? ;) Bummer missed that one :) That nitpicking was not aimed at your submission. ...it was on a new line on the commit message ;) Well, the point is that the file writing code is temporary anyway. I should go away in the near future.

svn commit: r149385 - jakarta/commons/sandbox/javaflow/trunk/src/java/org/apache/commons/javaflow/bytecode/bcel/BcelClassTransformer.java

2005-02-01 Thread tcurdt
Author: tcurdt Date: Tue Feb 1 02:50:06 2005 New Revision: 149385 URL: http://svn.apache.org/viewcvs?view=revrev=149385 Log: don't close the output stream twice Modified: jakarta/commons/sandbox/javaflow/trunk/src/java/org/apache/commons/javaflow/bytecode/bcel/BcelClassTransformer.java

Re: svn commit: r149313 - in jakarta/commons/sandbox/javaflow/trunk/src: java/org/apache/commons/javaflow/ java/org/apache/commons/javaflow/bytecode/bcel/ test/org/apache/commons/javaflow/ test/org/apache/commons/javaflow/testcode/

2005-02-01 Thread WHIRLYCOTT
Torsten Curdt wrote: Well, the point is that the file writing code is temporary anyway. I should go away in the near future. That's why fixing it is not that important. Yes, I was going to ask about that one... can you let me in on your plans for this? I agree that it should go away, but I

Re: [Net] Bug in FTPFile.Timestamp near end of month

2005-02-01 Thread Steve Cohen
What version of commons-net are you using? The latest versions on the site (nightly build, source or binary) have a fix for this problem. It explicitly lets you set a time zone for the ftp server so that you can get correct dates. In fact, you who have a real need for this functionality,

[BeanUtils] Could be changed propertyUtilsBean.findNextNestedInde x(String expression) modifier to protected ?

2005-02-01 Thread Marc DEXET
Hi. This message is for BeanUtils folks. Coulbe be changed findNextNestedIndex modifier from private to protected ? It's to avoid to senselessly copy out this algo in custom PropertyUtilsBean subclasses to get exactly same feature. Thanks. -- Marc DeXeT Centre National de la Recherche

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Reid Pinchback
--- Simon Kitching [EMAIL PROTECTED] wrote: Does this mean you prefer Action to Rule? I certainly expect to hear from people who want to keep the current names... I'm not wedded to Rule but I do have a concern about Action. I suspect it could make Struts code rather confusing.

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Reid Pinchback
--- Simon Kitching [EMAIL PROTECTED] wrote: Ok, we'll see what the general consensus is. I happen to personally like prefixes rather than suffixes, but will go with the majority opinion. I vote for prefixes. That sounds reasonable. However I do dislike having mutual dependencies between

[contract] class diagram

2005-02-01 Thread Anaximandro (Woody)
This server is not so good, but works sometimes ... http://www.drianoxaman.kit.net/sandbox/contract.zip Woody - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Emmanuel Bourg
Reid Pinchback wrote: I strongly agree. Cyclic package dependencies seem unimportant when you only have a few classes, but as the amount of code grows, you quickly find that testing and refactoring because much more difficult than it had to be. Can you give an example of a difficult refactoring

Re: [digester] initial code for Digester2.0

2005-02-01 Thread java
Simon Kitching wrote: Does this mean you prefer Action to Rule? I certainly expect to hear from people who want to keep the current names... No preference there, [and I'll get used to prefix/suffix, whichever way it goes, it's not THAT big of a deal, but you asked...] -- Wendy Smoak

Re: [vfs] proposal: FileUtils

2005-02-01 Thread B. K. Oxley (binkley)
Continuing the command pattern, I rejiggered the Save command to use a Backup command rather than hard-coding the backup policy: public class Save implements IOOperation { private final Backup backup; private final InputStream newContents; private final FuFile original; public

DO NOT REPLY [Bug 32360] - [jxpath] Default Namespace not handled correctly

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

[digester] org.apache.commons.digester2

2005-02-01 Thread Oliver Zeigermann
Big +1 for org.apache.commons.digester2! Oliver - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Reid Pinchback
Sure thing. Just to make it easier to envision, let's get packages out of the equation. Just think about cyclic dependencies between two classes in the same package. That is enough to show the problem; packages just add complexity because the dependencies can be much harder to detect visually

DO NOT REPLY [Bug 33331] New: - Custom Object-String Conversion in .betwixt file

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

DO NOT REPLY [Bug 33331] - Custom Object-String Conversion in .betwixt file

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

DO NOT REPLY [Bug 33331] - [betwixt] Custom Object-String Conversion in .betwixt file

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

[i18n] class diagram suggested

2005-02-01 Thread Anaximandro (Woody)
Hi folks, I make some changes in my i18n version and the final class diagram is given in link below: http://www.drianoxaman.kit.net/sandbox/i18n_suggestion.zip Woody - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Oliver Zeigermann
I very much like that and think it really is straight forward. Comments: - Why is Action an abstract class? - Wouldn't it be possible (and even desirable) to have a more general Pattern class instead of a String in Digester#addRule? - I like the bodySegment vs. body design :) - I like the no

DO NOT REPLY [Bug 33336] New: - CountingInputStream.getCount() often returns invalid values.

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

DO NOT REPLY [Bug 33336] - [io] CountingInputStream.getCount() often returns invalid values

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

[dbutils] component proposal

2005-02-01 Thread Anaximandro (Woody)
Hi folks, I dono if you are open for this idea or if this topic was already discussed but let me explain: I´m working on a project where I decide to use the pattern Data Transfer Rowset (a fast lane reader) given by Marinescu on book EJB Design Patterns. When I decided this (four months ago) I do

Re: [dbutils] component proposal

2005-02-01 Thread David Graham
DbUtils is a small JDBC helper library. We don't implement features that already exist in the standard Java distro. David --- Anaximandro (Woody) [EMAIL PROTECTED] wrote: Hi folks, I dono if you are open for this idea or if this topic was already discussed but let me explain: I´m working

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Ceki Gülcü
On 2005-01-31 9:59:52, Simon Kitching wrote: As I mentioned a few months ago, I've been working on some ideas for Digester 2.0. I've put some code and notes up on http://www.apache.org/~skitching Simon, Joran classes and documentation mention that it is influenced by Digester. Is your design

DO NOT REPLY [Bug 33331] - [betwixt] Custom Object-String Conversion in .betwixt file

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

Re: [dbutils] component proposal

2005-02-01 Thread Anaximandro (Woody)
DbUtils is a small JDBC helper library. We don't implement features that already exist in the standard Java distro. David David, I don't think this feature is standard (you need to download 2 jars from sun to use this feature) But is ok, thanx by reply. Woody

Re: [logging] Identify Class Loader Problems

2005-02-01 Thread Ceki Gülcü
On 2005-01-27 22:52:02, Richard Sitze wrote: A. Parent / Child ClassLoaders, General - commons-logging.jar#org.apache.commons.logging.Log is loaded/loadable by Parent. - Child is the thread context ClassLoader. - Parent defines a LogAWrapper for LogAImpl - Child defines a

Re: [logging] Identify Class Loader Problems

2005-02-01 Thread Richard Sitze
Ceki Gülcü [EMAIL PROTECTED] wrote on 02/01/2005 01:55:13 PM: On 2005-01-27 22:52:02, Richard Sitze wrote: A. Parent / Child ClassLoaders, General - commons-logging.jar#org.apache.commons.logging.Log is loaded/loadable by Parent. - Child is the thread context

Re: svn commit: r149154 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLSocketFactory.java jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLTestProtocolSocketFactory.java

2005-02-01 Thread Oleg Kalnichevski
On Mon, 2005-01-31 at 06:44 +0800, Brett Porter wrote: Yuck :) Can we help fix this? IIRC, other people having problems have corrected them by using /org/apache/commons/... (note leading /). Brett, Unfortunately this doesn't help. The trouble is that junit resource files do not seem to be

Re: [logging] history lessons revisited

2005-02-01 Thread Richard Sitze
robert burrell donkin [EMAIL PROTECTED] wrote on 01/30/2005 04:09:54 PM: On 28 Jan 2005, at 20:15, Richard Sitze wrote: [re-send.. I don't see this picked up... hmmm] Once, a long long time ago... someone wrote: The problem: it won't work if commons-logging.jar is installed in

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

2005-02-01 Thread robert burrell donkin
taglib should depend on beanutils-core and beanutils-collections from beanutils 1.7. probably just need to update the project.xml. i'm having machine and subversion problems (my much-loved cube blew up last week) or i'd sort this out myself. - robert On Tue, 2005-02-01 at 00:59, Brett Porter

Re: [BeanUtils] Could be changed propertyUtilsBean.findNextNestedInde x(String expression) modifier to protected ?

2005-02-01 Thread robert burrell donkin
my much-lovely cube blew up recently and my secondary development box is needing quite a bit of tweaking. please create a bug report so this doesn't get lost. (you might also need to remind me in a week or so if i don't get round to it by then.) - robert On Tue, 2005-02-01 at 13:00, Marc DEXET

[Jakarta Commons Wiki] Updated: Logging/1.0.5ReleasePlan

2005-02-01 Thread commons-dev
Date: 2005-02-01T14:40:42 Editor: RobertBurrellDonkin Wiki: Jakarta Commons Wiki Page: Logging/1.0.5ReleasePlan URL: http://wiki.apache.org/jakarta-commons/Logging/1.0.5ReleasePlan note about status of plan Change Log:

Re: svn commit: r149154 - jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLSocketFactory.java jakarta/commons/proper/httpclient/trunk/src/test/org/apache/commons/httpclient/ssl/SimpleSSLTestProtocolSocketFactory.java

2005-02-01 Thread Brett Porter
Quoting Oleg Kalnichevski [EMAIL PROTECTED]: On Mon, 2005-01-31 at 06:44 +0800, Brett Porter wrote: Yuck :) Can we help fix this? IIRC, other people having problems have corrected them by using /org/apache/commons/... (note leading /). Brett, Unfortunately this doesn't help. The

DO NOT REPLY [Bug 33340] New: - HelpFormatter doesn't function correctly for options with only LongOpt

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

DO NOT REPLY [Bug 33341] New: - HelpFormatter doesn't function correctly for options with only LongOpt

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

Re: [logging] history lessons revisited

2005-02-01 Thread robert burrell donkin
On Tue, 2005-02-01 at 20:27, Richard Sitze wrote: robert burrell donkin [EMAIL PROTECTED] wrote on 01/30/2005 04:09:54 PM: On 28 Jan 2005, at 20:15, Richard Sitze wrote: [re-send.. I don't see this picked up... hmmm] Once, a long long time ago... someone wrote: The

DO NOT REPLY [Bug 33340] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

DO NOT REPLY [Bug 33341] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

Re: [BeanUtils] Could be changedpropertyUtilsBean.findNextNestedInde x(String expression) modifier toprotected ?

2005-02-01 Thread marc lan
robert burrell donkin wrote: my much-lovely cube blew up recently and my secondary development box is needing quite a bit of tweaking. please create a bug report so this doesn't get lost. (you might also need to remind me in a week or so if i don't get round to it by then.) Ok, I'll do it tomorrow

DO NOT REPLY [Bug 33342] New: - Change propertyUtilsBean.findNextNestedIndex(String expression) modifier to protected ?

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

Re: [lang] new method on ClassUtils

2005-02-01 Thread Stephen Colebourne
I think that we would have to ask for classloader advice ;-) I suspect we would need: loadClassSystemClassLoader() - Class.forName loadClassThreadContextClassLoader() - thread loadClassLangClassLoader() - from ClassUtils loadClass(ClassLoader) ;-) Stephen - Original Message - From: Henri

Re: [lang] ReflectionUtils

2005-02-01 Thread Stephen Colebourne
By using an interface strategy to find methods I believe that this takes it out of scope for [lang]. We have tried to restrict lang to tasks that are non-framework like and non-religious. I am also being harsh, because there is a [reflect] component in the sandbox, which is dormant. That was

DO NOT REPLY [Bug 33342] - [beanutils] Change propertyUtilsBean.findNextNestedIndex(String) modifier to protected ?

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

DO NOT REPLY [Bug 33340] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

DO NOT REPLY [Bug 33341] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

svn commit: r149466 - jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/test/TestPerformance.java

2005-02-01 Thread burton
Author: burton Date: Tue Feb 1 16:40:19 2005 New Revision: 149466 URL: http://svn.apache.org/viewcvs?view=revrev=149466 Log: benchmarks of SAX vs JDOM Added: jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/test/TestPerformance.java Added:

DO NOT REPLY [Bug 33340] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

Re: [lang] ReflectionUtils

2005-02-01 Thread Torsten Curdt
Stephen Colebourne wrote: By using an interface strategy to find methods I believe that this takes it out of scope for [lang]. We have tried to restrict lang to tasks that are non-framework like and non-religious. I see I am also being harsh, because there is a [reflect] component in the sandbox,

Re: [lang] new method on ClassUtils

2005-02-01 Thread Henri Yandell
On Wed, 2 Feb 2005 00:19:06 -, Stephen Colebourne [EMAIL PROTECTED] wrote: I think that we would have to ask for classloader advice ;-) Probably. I suspect we would need: loadClassSystemClassLoader() - Class.forName loadClassThreadContextClassLoader() - thread

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Simon Kitching
On Tue, 2005-02-01 at 20:40 +0100, Ceki Gülcü wrote: On 2005-01-31 9:59:52, Simon Kitching wrote: As I mentioned a few months ago, I've been working on some ideas for Digester 2.0. I've put some code and notes up on http://www.apache.org/~skitching Simon, Joran classes and

DO NOT REPLY [Bug 33340] - [cli] HelpFormatter doesn't function correctly for options with only LongOpt

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

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Simon Kitching
Hi Oliver, On Tue, 2005-02-01 at 18:04 +0100, Oliver Zeigermann wrote: I very much like that and think it really is straight forward. Comments: - Why is Action an abstract class? So that we can later add new functionality to Action without breaking custom Action subclasses that users have

RE: [digester] initial code for Digester2.0

2005-02-01 Thread Sharples, Colin
- Why is Action an abstract class? So that we can later add new functionality to Action without breaking custom Action subclasses that users have written. As long as we can provide a suitable default implementation in the Action abstract class, everything runs smoothly. One example is

svn commit: r149477 - jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/StopWatchTest.java

2005-02-01 Thread bayard
Author: bayard Date: Tue Feb 1 19:52:50 2005 New Revision: 149477 URL: http://svn.apache.org/viewcvs?view=revrev=149477 Log: tested some missing bad states Modified: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/time/StopWatchTest.java Modified:

[Jakarta Commons Wiki] Updated: Lang

2005-02-01 Thread commons-dev
Date: 2005-02-01T20:21:02 Editor: HenriYandell Wiki: Jakarta Commons Wiki Page: Lang URL: http://wiki.apache.org/jakarta-commons/Lang no comment Change Log: -- @@ -22,7 +22,7 @@ 1.

DO NOT REPLY [Bug 29163] - [lang] Make StopWatch validate state transitions

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

svn commit: r149480 - jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/WordUtils.java

2005-02-01 Thread bayard
Author: bayard Date: Tue Feb 1 20:46:02 2005 New Revision: 149480 URL: http://svn.apache.org/viewcvs?view=revrev=149480 Log: stab at making the javadoc a bit easier to understand Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/WordUtils.java Modified:

Re: [lang] 2.1...

2005-02-01 Thread Henri Yandell
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 delimiter list, and better javadoc for two of the three methods Unsure

[resources] complete class diagram

2005-02-01 Thread Anaximandro (Woody)
I wish it helps http://www.drianoxaman.kit.net/commons/resources.zip Woody PS: this server is very busy, if you receive a timeout retry again - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[jxpath] Pre-commit check failed - Help needed

2005-02-01 Thread Dmitri Plotnikov
I was trying to commit a patch provided by Emond Papegaaij, but got a Pre-commit check failed message from CVS. I haven't done any commits since December. Has something changed? Is it possible that I somehow lost my karma? Thank you, - Dmitri

RE: [digester] initial code for Digester2.0

2005-02-01 Thread Simon Kitching
On Wed, 2005-02-02 at 15:04 +1300, Sharples, Colin wrote: - Why is Action an abstract class? So that we can later add new functionality to Action without breaking custom Action subclasses that users have written. As long as we can provide a suitable default implementation in the

Re: [jxpath] Pre-commit check failed - Help needed

2005-02-01 Thread Dion Gillard
We've moved over to subversion for jakarta commons. CVS is read only. On Wed, 2 Feb 2005 00:12:44 -0500, Dmitri Plotnikov [EMAIL PROTECTED] wrote: I was trying to commit a patch provided by Emond Papegaaij, but got a Pre-commit check failed message from CVS. I haven't done any commits since

Re: [jxpath] Pre-commit check failed - Help needed

2005-02-01 Thread Dmitri Plotnikov
Thanks, Dion, I did not realize this has happened. I'll read up on it. - Dmitri - Original Message - From: Dion Gillard [EMAIL PROTECTED] To: Jakarta Commons Developers List commons-dev@jakarta.apache.org Sent: Wednesday, February 02, 2005 12:19 AM Subject: Re: [jxpath] Pre-commit check

Re: [digester] initial code for Digester2.0

2005-02-01 Thread Simon Kitching
On Tue, 2005-02-01 at 16:20 +0100, Emmanuel Bourg wrote: Reid Pinchback wrote: I strongly agree. Cyclic package dependencies seem unimportant when you only have a few classes, but as the amount of code grows, you quickly find that testing and refactoring because much more difficult

Re: [jxpath] Pre-commit check failed - Help needed

2005-02-01 Thread Dion Gillard
See http://www.apache.org/dev/version-control.html for some more detail. On Wed, 2 Feb 2005 00:28:07 -0500, Dmitri Plotnikov [EMAIL PROTECTED] wrote: Thanks, Dion, I did not realize this has happened. I'll read up on it. - Dmitri - Original Message - From: Dion Gillard