Re: [EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-27 Thread Stefan Bodewig
Hi, for a reason unknown to me (well, I didn't even try to find out) the compile-log4j12 target tries to compile Log4J13Logger and fails. Cheers Stefan -- http://stefan.samaflost.de/ - To unsubscribe, e-mail: [EMAIL

DO NOT REPLY [Bug 35432] - [math] Additional method for Fraction to bring several fractions to common denominator

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

svn commit: r201956 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/TestCoreTags.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 01:03:05 2005 New Revision: 201956 URL: http://svn.apache.org/viewcvs?rev=201956view=rev Log: Remove useless test. Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/TestCoreTags.java Modified:

svn commit: r201957 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/TestArgTag.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 01:05:19 2005 New Revision: 201957 URL: http://svn.apache.org/viewcvs?rev=201957view=rev Log: Remove unnecessary casts Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/TestArgTag.java Modified:

Re: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Oliver Heger
Gary, that's right, the basic idea is to configure several VariableResolvers for different purposes. This is pretty much the same as the interpolation engine of [digester] works. Resolvers for system properties and map based resolvers are very obvious and simple implementations. But a

svn commit: r201959 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/TestIncludeTag.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 01:11:29 2005 New Revision: 201959 URL: http://svn.apache.org/viewcvs?rev=201959view=rev Log: Remove else Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/core/TestIncludeTag.java Modified:

svn commit: r201960 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 01:14:49 2005 New Revision: 201960 URL: http://svn.apache.org/viewcvs?rev=201960view=rev Log: Remove else Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/tags/junit/SuiteTag.java Modified:

svn commit: r201961 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/impl/DummyTag.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 01:21:31 2005 New Revision: 201961 URL: http://svn.apache.org/viewcvs?rev=201961view=rev Log: Remove unused variable Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/impl/DummyTag.java Modified:

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-27 Thread Kristofer Eriksson
Hi, A similar use of different attributes depending on usage is the set tag, where you can use either a var attr or a target attr. My custom tag works in a similar ways with different functionality depending on attrs given. Like: package se.keriksson.jool.jelly; import java.util.*; import

Re: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-27 Thread Paul Libbrecht
Kristofer, I understand it's quite an issue to be surprised of caching now... but before committing anything, I'd like to write down a kind lifecycle of a tag which would let everyone understand when a tag is created, when it's set, and when its doTag method is called. I only spent ten

Re: [EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-27 Thread Stefan Bodewig
On Mon, 27 Jun 2005, Dennis Lundberg [EMAIL PROTECTED] wrote: commons-logging-step-1 needs to call the prepare target as well. That target is responsible for creating directories. I already changed that (it even calls static, just to be sure) - but that just leads to a compilation error.

[EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-27 Thread Ted Husted
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-logging-step-1 has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-27 Thread Ted Husted
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-logging-step-1 has an issue affecting its community integration. This

svn commit: r201965 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 03:24:30 2005 New Revision: 201965 URL: http://svn.apache.org/viewcvs?rev=201965view=rev Log: Remove unused variable Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java Modified:

svn commit: r201966 - /jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java

2005-06-27 Thread dion
Author: dion Date: Mon Jun 27 03:25:15 2005 New Revision: 201966 URL: http://svn.apache.org/viewcvs?rev=201966view=rev Log: Remove unused variable Modified: jakarta/commons/proper/jelly/trunk/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java Modified:

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

2005-06-27 Thread skitching
Author: skitching Date: Mon Jun 27 04:04:03 2005 New Revision: 201967 URL: http://svn.apache.org/viewcvs?rev=201967view=rev Log: Need to include discovery as dependency for any target that tries to test xxx.present variables. Modified: jakarta/commons/proper/logging/trunk/build.xml

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-27 Thread Kristofer Eriksson
Hans, Paul I have not been able to recreate the problem on any of your core tags, which is of course the way it should be. But I have definitively found and corrected a line of code in my tag which seems to have been the reason for the problem here. My app works this way: I have pre compiled

[csv] Creating a CSV component (2)

2005-06-27 Thread Stefan Rufer
I dare to come back to the Creating a CSV component thread where the discussion has starved a bit during the last weeks: http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/200506.mbox/[EMAIL PROTECTED] Summary: So far I've found the following oppinions concerning CSV as an own

DO NOT REPLY [Bug 35366] - [lang][patch] Implementation of escape/unescapeHtml methods with Writer

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

Re: [csv] Creating a CSV component (2)

2005-06-27 Thread Paul Libbrecht
My +1 paul Le 27 juin 05, à 13:31, Stefan Rufer a écrit : I dare to come back to the Creating a CSV component thread where the discussion has starved a bit during the last weeks: http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/ 200506.mbox/[EMAIL PROTECTED] Summary: So

Re: [math] RE: svn commit: r201912 - /jakarta/commons/proper/math/trunk/release-notes.xsl

2005-06-27 Thread Brent Worden
I've used it with good success. If you've seen any of the Maven plugin release announcements circulating on the mailing lists, then you've seen the plugin in action. You may need to upgrade to the lastest version, 1.3, as it provides the means to specify a custom JSL transform. Brent Worden

svn commit: r201985 - in /jakarta/commons/proper/math/trunk/xdocs/images: math-old.gif math-old.psd math.gif math.psd

2005-06-27 Thread psteitz
Author: psteitz Date: Mon Jun 27 06:10:25 2005 New Revision: 201985 URL: http://svn.apache.org/viewcvs?rev=201985view=rev Log: Roll back changes inadverently made in R201919. Modified: jakarta/commons/proper/math/trunk/xdocs/images/math-old.gif

svn commit: r201988 - /jakarta/commons/proper/math/trunk/project.xml

2005-06-27 Thread psteitz
Author: psteitz Date: Mon Jun 27 06:26:30 2005 New Revision: 201988 URL: http://svn.apache.org/viewcvs?rev=201988view=rev Log: Added Jorg Weimar to contributors. Modified: jakarta/commons/proper/math/trunk/project.xml Modified: jakarta/commons/proper/math/trunk/project.xml URL:

svn commit: r202006 - in /jakarta/commons/proper/configuration/trunk: conf/ src/java/org/apache/commons/configuration/ src/test/org/apache/commons/configuration/ xdocs/

2005-06-27 Thread oheger
Author: oheger Date: Mon Jun 27 09:30:54 2005 New Revision: 202006 URL: http://svn.apache.org/viewcvs?rev=202006view=rev Log: Fix for issue 35509: Correct handling of tags containing a dot in XMLConfiguration Modified: jakarta/commons/proper/configuration/trunk/conf/test.xml

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

RE: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Gary Gregory
Hello: I think that a good motivation for interpolation in [lang] would be to have [configuration] as a call site ([configuration] already depends on [lang]). With that in mind, I would like to see interpolation classes suitable for [configuration] but not any more complicated for a first cut. I

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

DO NOT REPLY [Bug 35433] - [configuration] Observable configurations

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

Re: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Oliver Heger
Hello Gary, I have no strict definition of what I call an interpolation engine, but I view it as somewhat that is customizable by clients. What is already implemented in [digester] would to a major part satisfy the needs of [configuration]. In addition to the basic interpolation functionality

DO NOT REPLY [Bug 35433] - [configuration] Observable configurations

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

DO NOT REPLY [Bug 34406] - [configuration] Do not fetch resources-1.0.jar in build.xml

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

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

RE: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Gary Gregory
Ok, this all sounds good! I think it would be reasonable to have a String version of the resolve API to make the most common case easy to deal with. Perhaps the generic Object API would be Object resolveObject() while the more normal (for [lang].text) String version be String resolve()? Gary

DO NOT REPLY [Bug 35509] - [configuration] XMLConfiguration does not handle tag names with dots correctly

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

svn commit: r202043 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: NumberUtils.java SerializationUtils.java enum/Enum.java enums/Enum.java math/NumberUtils.java

2005-06-27 Thread stevencaswell
Author: stevencaswell Date: Mon Jun 27 13:24:10 2005 New Revision: 202043 URL: http://svn.apache.org/viewcvs?rev=202043view=rev Log: added empty statement to empty catch blocks Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/NumberUtils.java

svn commit: r202044 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: StringUtils.java SystemUtils.java

2005-06-27 Thread stevencaswell
Author: stevencaswell Date: Mon Jun 27 13:25:23 2005 New Revision: 202044 URL: http://svn.apache.org/viewcvs?rev=202044view=rev Log: added invocation of super() to constructor Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

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

2005-06-27 Thread stevencaswell
Author: stevencaswell Date: Mon Jun 27 13:34:13 2005 New Revision: 202052 URL: http://svn.apache.org/viewcvs?rev=202052view=rev Log: added missing javadoc tags Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java Modified:

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

2005-06-27 Thread stevencaswell
Author: stevencaswell Date: Mon Jun 27 13:41:03 2005 New Revision: 202055 URL: http://svn.apache.org/viewcvs?rev=202055view=rev Log: added javadocs to inner class constructors Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/StrTokenizer.java Modified:

added empty statement to empty catch blocks [WAS: svn commit: r202043 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: NumberUtils.java SerializationUtils.java enum/Enum.java enums/Enum.java math/NumberUtils.java]

2005-06-27 Thread Gary Gregory
Hello: What is the reason for this change? -//Too big for a long +; //Too big for a long It looks very odd to me. Thanks, Gary -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 1:24

RE: added empty statement to empty catch blocks [WAS: svn commit: r202043 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: NumberUtils.java SerializationUtils.java enum/Enum.java enums/Enum.java math/NumberUtils.java]

2005-06-27 Thread James Carman
Some style checkers won't allow you to have empty code blocks. You must at least have one empty statement. -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 4:54 PM To: Jakarta Commons Developers List Subject: added empty statement to empty

Re: added empty statement to empty catch blocks [WAS: svn commit: r202043 - in /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang: NumberUtils.java SerializationUtils.java enum/Enum.java enums/Enum.java math/NumberUtils.java]

2005-06-27 Thread Steven Caswell
Yep. In this case throwing a bone to the PMD checker.Of course if I had actually rerun the PMD report before committing I would have realized that it also doesn't like an empty statement outside of a loop, so I really didn't fix anything PMD-wise. I'll have to rethink that particular bone. On

Re: [EMAIL PROTECTED]: Project commons-logging-step-1 (in module jakarta-commons) failed

2005-06-27 Thread Dennis Lundberg
Stefan Bodewig wrote: Hi, for a reason unknown to me (well, I didn't even try to find out) the compile-log4j12 target tries to compile Log4J13Logger and fails. Cheers Stefan I think this is because Gump uses it's own classpath and has not set up the two ant-properties for log4j.

[lang] Tagging after style changes

2005-06-27 Thread Stephen Colebourne
As there are a lot of style changes going in at the moment, I was wondering if we could tag [lang] after they are complete. That way, comparisons when releasing v2.2 can have a better baseline to compare to that doesn't have spurious style only fixes. Stephen

Re: [lang] Tagging after style changes

2005-06-27 Thread Steven Caswell
Sure. Since I'm mostly the style culprit I'll put on a tag when I'm done. On 6/27/05, Stephen Colebourne [EMAIL PROTECTED] wrote: As there are a lot of style changes going in at the moment, I was wondering if we could tag [lang] after they are complete. That way, comparisons when releasing

Re: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Stephen Colebourne
Oliver Heger wrote: Hello Gary, I have no strict definition of what I call an interpolation engine, but I view it as somewhat that is customizable by clients. I am a little concerned by the direction of this thread. [lang]'s scope doesn't cover the words 'framework' or 'engine'. [lang] is

Re: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Stephen Colebourne
Gary Gregory wrote: Hello Oliver: I took a quick look at the ticket you linked to below. For this to work for System properties, a simple VariableResolver would do the trick I think. Maybe a generic MapVariableResolver could also be provided and maybe a factory methods in order to say simple

RE: [lang] Tagging after style changes

2005-06-27 Thread Gary Gregory
Seems like a fine idea. Gary -Original Message- From: Stephen Colebourne [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 3:09 PM To: Jakarta Commons Developers List Subject: [lang] Tagging after style changes As there are a lot of style changes going in at the moment, I was

RE: [jelly] SOLVED: Maven issue with Hans memory leak patch

2005-06-27 Thread Hans Gilde
Kristofer, could you send some XML as an example? Paul, I believe that you are correct, which is why I'm worried. I went through various scenarios with the caching patch and thought that there would be absolutely no change whatsoever to the functionality. This is why I was a little freaked out

RE: [lang] text.Interpolation, on to 2.2

2005-06-27 Thread Gary Gregory
Hello: Should such proposed StrBuilder methods also not be in StringUtils? Whichever way we go (or provide both), I can still see the benefit of a class that can be instantiated and configured with $ {, } and a map. Gary -Original Message- From: Stephen Colebourne [mailto:[EMAIL

[all] licenses compatible with APL2.0

2005-06-27 Thread Simon Kitching
Hi, I'm looking at fixing some issues with commons-logging unit tests by adding a couple of classes that enhance junit. In one case this means copying-and-pasting a dozen lines from junit.framework.TestSuite into a local class. JUnit is published under the Common Public License 1.0

DO NOT REPLY [Bug 35520] New: - [vfs] VFS discards host part of URL when commons-httpclient jar not in classpath

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