Re: [Validator] Maven Changelog Report etc

2005-09-23 Thread Brett Porter
Niall Pemberton wrote: >I believe we are probably the only people in apache-land with versions of >these reports that work! > The report works as long as there have been no cvs2svn imports in the last 30 days. That's not currently the case, but it will be by the end of Jan :) This is a reasonabl

[Validator] Maven Changelog Report etc

2005-09-23 Thread Niall Pemberton
The maven changelog, file-activity and developer-activity reports have a couple of problems: 1) They don't show the correct changes, because of the following subversion issue: http://subversion.tigris.org/issues/show_bug.cgi?id=752 2) The links generated are incorrect: http://jira.code

svn commit: r291248 - /jakarta/commons/proper/validator/trunk/project.xml

2005-09-23 Thread niallp
Author: niallp Date: Fri Sep 23 21:33:45 2005 New Revision: 291248 URL: http://svn.apache.org/viewcvs?rev=291248&view=rev Log: Upgrade maven plugin dependencies (includes comments to indicate only required for site build) Modified: jakarta/commons/proper/validator/trunk/project.xml Modified

svn commit: r291243 - in /jakarta/commons/proper/validator/trunk: project.xml xdocs/cvs-usage.xml

2005-09-23 Thread niallp
Author: niallp Date: Fri Sep 23 21:06:12 2005 New Revision: 291243 URL: http://svn.apache.org/viewcvs?rev=291243&view=rev Log: Change the 'repository' url to "generic apache" one, so that the changelog and file-activity reports are generated with the correct links. Add a cvs-usage.xml document s

svn commit: r291238 - /jakarta/commons/proper/validator/trunk/project.xml

2005-09-23 Thread niallp
Author: niallp Date: Fri Sep 23 19:41:06 2005 New Revision: 291238 URL: http://svn.apache.org/viewcvs?rev=291238&view=rev Log: Add dependency comments Modified: jakarta/commons/proper/validator/trunk/project.xml Modified: jakarta/commons/proper/validator/trunk/project.xml URL: http://svn.ap

svn commit: r291237 - in /jakarta/commons/proper/validator/trunk/src: share/org/apache/commons/validator/GenericTypeValidator.java share/org/apache/commons/validator/ValidatorResources.java test/org/a

2005-09-23 Thread niallp
Author: niallp Date: Fri Sep 23 19:39:53 2005 New Revision: 291237 URL: http://svn.apache.org/viewcvs?rev=291237&view=rev Log: Enable Validator to compile under JDK 1.3 (removed use of JDK 1.4 features) Modified: jakarta/commons/proper/validator/trunk/src/share/org/apache/commons/validator/G

svn commit: r291219 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/LocaleUtils.java test/org/apache/commons/lang/LangTestSuite.java test/org/apache/commons/lang/LocaleUtilsT

2005-09-23 Thread scolebourne
Author: scolebourne Date: Fri Sep 23 16:17:31 2005 New Revision: 291219 URL: http://svn.apache.org/viewcvs?rev=291219&view=rev Log: Test LocaleUtils Added: jakarta/commons/proper/lang/trunk/src/test/org/apache/commons/lang/LocaleUtilsTest.java (with props) Modified: jakarta/commons/p

[DbUtils] Dynamic wrappers for JDBC interfaces

2005-09-23 Thread Neeraj Kulkarni
Hi, The DbUtils website mentions one of the tasks as Dynamic Wrappers for JDBC Interfaces. http://jakarta.apache.org/commons/dbutils/todo.html Can someone provide more detains on what exactly is required to be done? Thanks Neeraj =-=-=-=-=-=-=-=-=-=-=-=-=-=-= http://www.cc.gatech.edu/~neerajv

svn commit: r291181 - in /jakarta/commons/proper/httpclient/trunk: src/java/org/apache/commons/httpclient/ src/java/org/apache/commons/httpclient/auth/ src/java/org/apache/commons/httpclient/util/ xdo

2005-09-23 Thread olegk
Author: olegk Date: Fri Sep 23 11:13:25 2005 New Revision: 291181 URL: http://svn.apache.org/viewcvs?rev=291181&view=rev Log: Various, mostly minor, documentation changes suggested by the users or required as a result of user feedback Modified: jakarta/commons/proper/httpclient/trunk/src/ja

DO NOT REPLY [Bug 36784] - [configuration] ConfigurationConverter.getProperties() and interpolate behaviour inconsequent with getList()

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

Re: [configuration] Locale aware configuration

2005-09-23 Thread Oliver Heger
Alex Coyle wrote: Hi there, Some months ago there was a discussion regarding a decorator for a configuration, 'ConfigurationLocaleAware', that would provide a locale sensitive API to get properties. At that time a reference was made to the 'Scarab' project to show how it might be implemented

DO NOT REPLY [Bug 36784] - [configuration] ConfigurationConverter.getProperties() and interpolate behaviour inconsequent with getList()

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

DO NOT REPLY [Bug 36784] - [configuration] ConfigurationConverter.getProperties() and interpolate behaviour inconsequent with getList()

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

Re: [exec] use of commons-logging

2005-09-23 Thread Trygve Laugstøl
On Fri, 2005-09-23 at 14:50 +0200, jerome lacoste wrote: > On 9/23/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-09-23 at 10:36 +0700, Kev Jackson wrote: > > > Hi, > > > > > > I've been looking at the use of commons logging in exec. Coming from > > > ant dev, it would be nice to

DO NOT REPLY [Bug 36784] New: - ConfigurationConverter.getProperties() and interpolate behaviour inconsequent with getList()

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

svn commit: r291119 - in /jakarta/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec: Execute.java environment/Environment.java launcher/CommandLauncherFactory.java

2005-09-23 Thread trygvis
Author: trygvis Date: Fri Sep 23 07:09:14 2005 New Revision: 291119 URL: http://svn.apache.org/viewcvs?rev=291119&view=rev Log: o Woops, forgot to commit these. Modified: jakarta/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Execute.java jakarta/commons/sandbox/exec/t

DO NOT REPLY [Bug 36707] - [Exec] allow easy mocking of Process creation

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

Re: [exec] use of commons-logging

2005-09-23 Thread jerome lacoste
On 9/23/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > On Fri, 2005-09-23 at 10:36 +0700, Kev Jackson wrote: > > Hi, > > > > I've been looking at the use of commons logging in exec. Coming from > > ant dev, it would be nice to refactor ant to use the commons-exec > > package, but Ant has it's ow

Re: [exec] use of commons-logging

2005-09-23 Thread Trygve Laugstøl
On Fri, 2005-09-23 at 10:36 +0700, Kev Jackson wrote: > Hi, > > I've been looking at the use of commons logging in exec. Coming from > ant dev, it would be nice to refactor ant to use the commons-exec > package, but Ant has it's own logging mechanism (using logging > listeners), and I'm pretty

Re: [exec] API, implementation various notes

2005-09-23 Thread jerome lacoste
> I am also voluntary to produce documentation for the package (as said > to Brett and Trygve yesterday), help redesign things if these small > redesigns are allowed, making sure if will be used fully in > CruiseControl and why not help ant migration when it comes. Some notes below on that regard:

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

2005-09-23 Thread commons-jelly 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 has an issue affecting its community integration. This issue affect

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

2005-09-23 Thread commons-jelly 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 has an issue affecting its community integration. This issue affect

[exec] API, implementation various notes

2005-09-23 Thread jerome lacoste
Hi, I did the first step at integrating commons-exec into CruiseControl. It's not in the trunk yet [1]. I am not using all the functionality (Exec) and we still have some duplicated code that could be fixed if commons-exec was a little bit more flexible (i.e. add some interfaces where appropriate)

DO NOT REPLY [Bug 36776] - [exec][patch] Use Contants class to store final static strings, added SafeOutputstream to remove redundant z/Os code

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

DO NOT REPLY [Bug 36776] New: - [exec][patch] Use Contants class to store final static strings, added SafeOutputstream to remove redundant z/Os code

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