Re: [RESULT] Release Configuration 1.2

2005-12-14 Thread Oliver Heger
Thanks! I somehow had the impression that committers' votes were binding. Will have a deeper look at the charter. Oliver Henri Yandell schrieb: Robert has now voted, so that's 3 +1's and I rescind my objection :) Hen On Wed, 14 Dec 2005, Henri Yandell wrote: Only Dion and Phil are on the

[RESULT] [RE-VOTE] Release Commons Math 1.1

2005-12-14 Thread Phil Steitz
The vote to release Jakarta Commons Math 1.1 has passed. Here is the final vote tally: 5 +1 Phil Steitz ** Niall Pemberton ** Martin van den Bemt ** Brent Worden * Rahul Akolkar * 4 +0 Al Chou * Jorg Schaible * J.Pietschmann * Michael Heuer No negative votes * Commons Committer ** Jakarta PMC

Re: [POLL] System.currentTimeMillis()

2005-12-14 Thread Dakota Jack
You are assuming that there will be a time difference in millis between the two time calls. System.currentTimeMillis() takes a relatively long time to return. So, I would not trust that assumption. On 12/14/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I have written a generator

svn commit: r356979 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/SimpleDispatcher.java

2005-12-14 Thread rahul
Author: rahul Date: Wed Dec 14 21:45:41 2005 New Revision: 356979 URL: http://svn.apache.org/viewcvs?rev=356979&view=rev Log: Eh? Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/SimpleDispatcher.java Modified: jakarta/commons/sandbox/scxml/trunk/src

DO NOT REPLY [Bug 37915] - [collections][patch] Small code and documentation cleanup patches

2005-12-14 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 37915] - [collections][patch] Small code and documentation cleanup patches

2005-12-14 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 37915] - [collections][patch] Small code and documentation cleanup patches

2005-12-14 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 37915] New: - [collections][patch] Small code and documentation cleanup patches

2005-12-14 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: [RESULT] Release Configuration 1.2

2005-12-14 Thread Henri Yandell
Robert has now voted, so that's 3 +1's and I rescind my objection :) Hen On Wed, 14 Dec 2005, Henri Yandell wrote: Only Dion and Phil are on the PMC, so theirs are the only binding votes. It's something that we need to get better at, and there's no time like the present. Short-term, we jus

RE: [all] Release Shopping List...

2005-12-14 Thread James Carman
Of course, we may be able to develop a Maven 2 plugin which does pretty much the same thing and prints a report in the docs directory. -Original Message- From: robert burrell donkin [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 5:40 PM To: Jakarta Commons Developers List

Re: [all] auxillary components

2005-12-14 Thread Brian K. Wallace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 robert burrell donkin wrote: > thanks: it's good to get different perspectives and we do appreciate > folk who take the time to join the debate. > > i think that there are two different dimensions to this discussion. the > first is flatter verses dee

Re: [REVOTE] Release Configuration 1.2

2005-12-14 Thread robert burrell donkin
configuration also has MANIFEST issues with specification-version and implementation-vendor-id. as more people are starting to use and understand 1.5 JVMs, this is going to start to become a bigger and bigger problem. however, it's a maven bug (http://jira.codehaus.org/browse/MPJAR-51) and ATM i'm

Re: [all] auxillary components

2005-12-14 Thread robert burrell donkin
On Tue, 2005-12-13 at 09:19 -0600, Brian K. Wallace wrote: > I've been watching the functor/logging threads so I believe I > understand the reasoning behind your proposal, but I do not believe I > quite agree with the implementation you suggest. > > There are two distinctly different groups

Re: [all] Release Shopping List...

2005-12-14 Thread robert burrell donkin
On Mon, 2005-12-12 at 06:56 -0500, James Carman wrote: > Do you think we could write some automated checking program for releases? > It could go to the URL and check the little bits that are on the shopping > list. Most of the items on the list could be checked automatically. We > could even veri

RE: [jcl] mocks

2005-12-14 Thread robert burrell donkin
On Tue, 2005-12-13 at 10:00 -0500, James Carman wrote: > For bytecode engineering, are you suggesting that we use something like > CGLIB at runtime or actually manipulate bytecode at compile time? I would > definitely be against introducing CGLIB (or the like) as a runtime > requirement. And, I r

Re: [RESULT] Release Configuration 1.2

2005-12-14 Thread Henri Yandell
Only Dion and Phil are on the PMC, so theirs are the only binding votes. It's something that we need to get better at, and there's no time like the present. Short-term, we just need another Commons PMC member to take a look at the release and offer their +1 if it looks good. Medium-term, w

Re: [POLL] System.currentTimeMillis()

2005-12-14 Thread Leo Sutic
Do you run ntpd or some other clock-syncing program? /LS On 12/14/05, Jörg Schaible <[EMAIL PROTECTED]> wrote: > Hi folks, > > I have written a generator for commons-id, that is based in the end on the > system clock. Unfortunately I have sporadic failures in Gump that I cannot > explain. I devel

Re: [POLL] System.currentTimeMillis()

2005-12-14 Thread Jason King
Several runs on Windows 2k sp 5.00.2195 worked correctly for me. H:\>java -version java version "1.5.0_05" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b03) Java HotSpot(TM) Client VM (build 1.5.0_05-b03, mixed mode) [EMAIL PROTECTED] wrote: Hi Joerg, I just tried it on my b

[CONFIGURATION] Conglomeration Properties file

2005-12-14 Thread Joel Trunick
Has someone written a Properties File configuration that will combine a bunch of properties file on the classpath into one properties "file"? Basically, it should take a single file name, and do a Class.getResources(), combining all the properties into one. I only ask because it sounds obvious, b

[Jakarta-commons Wiki] Update of "ReleaseShoppingList" by RobertBurrellDonkin

2005-12-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification. The following page has been changed by RobertBurrellDonkin: http://wiki.apache.org/jakarta-commons/ReleaseShoppingList The comment on the change is: Added more notes about attr

Re: [POLL] System.currentTimeMillis()

2005-12-14 Thread filipdef
Hi Joerg, I just tried it on my box (linux, suse 9.3, 2.6.11.4-21.9-smp kernel) and I don't have a problem; I did slightly modify the test to run it standalone: public class Test { public static final void main(String[] args) throws Exception { long last = System.currentTimeMillis();

Re: Gump & VM (was: [POLL] System.currentTimeMillis())

2005-12-14 Thread Jörg Schaible
Jörg Schaible wrote: > Hi folks, > > I have written a generator for commons-id, that is based in the end on the > system clock. Unfortunately I have sporadic failures in Gump that I cannot > explain. I developed this on a Windows box, but had now a chance for a > test with Linux. Suddenly I have

svn commit: r356872 - /jakarta/commons/sandbox/id/trunk/src/test/org/apache/commons/id/serial/TimeBasedAlphanumericIdentifierGeneratorTest.java

2005-12-14 Thread joehni
Author: joehni Date: Wed Dec 14 13:17:01 2005 New Revision: 356872 URL: http://svn.apache.org/viewcvs?rev=356872&view=rev Log: Improve unit test. Modified: jakarta/commons/sandbox/id/trunk/src/test/org/apache/commons/id/serial/TimeBasedAlphanumericIdentifierGeneratorTest.java Modified: jak

[POLL] System.currentTimeMillis()

2005-12-14 Thread Jörg Schaible
Hi folks, I have written a generator for commons-id, that is based in the end on the system clock. Unfortunately I have sporadic failures in Gump that I cannot explain. I developed this on a Windows box, but had now a chance for a test with Linux. Suddenly I have also sporadic failing tests. First

svn commit: r356866 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java

2005-12-14 Thread rahul
Author: rahul Date: Wed Dec 14 12:52:16 2005 New Revision: 356866 URL: http://svn.apache.org/viewcvs?rev=356866&view=rev Log: Checkstyle creep. Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/SCXMLDigester.java Modified: jakarta/commons/sandbox/scxml/tr

svn commit: r356865 - in /jakarta/commons/sandbox/scxml/trunk: ./ src/main/java/org/apache/commons/scxml/ src/main/java/org/apache/commons/scxml/env/ src/main/java/org/apache/commons/scxml/semantics/

2005-12-14 Thread rahul
Author: rahul Date: Wed Dec 14 12:48:47 2005 New Revision: 356865 URL: http://svn.apache.org/viewcvs?rev=356865&view=rev Log: Pass 's externalNodes on EventDispatcher callback. Nudge by Mike Sparr. Comment out a checkstyle warning for which we have a legitimate usecase. Modified: jakarta/com

[RESULT] Release Configuration 1.2

2005-12-14 Thread Oliver Heger
The Commons community has voted to release version 1.2 of Commons Configuration. Here are the detailed (binding) results of the vote process: +1: Emmanuel Bourg, Dion Gillard, Phil Steitz, Oliver Heger +0: Jörg Schaible -1: none I will cut the release in the next few days. Oliver Oliver H

svn commit: r356856 - in /jakarta/commons/proper/configuration/trunk: project.properties xdocs/building.xml

2005-12-14 Thread oheger
Author: oheger Date: Wed Dec 14 12:19:55 2005 New Revision: 356856 URL: http://svn.apache.org/viewcvs?rev=356856&view=rev Log: Removed maven.compile.target property from project.properties to support building on JDK 1.5; the building documentation was updated in this respect Modified: jakart

DO NOT REPLY [Bug 37886] - [configuration] setUrl and getUrl for FileConfiguration are incorrect

2005-12-14 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: r356849 - /jakarta/commons/sandbox/id/trunk/project.xml

2005-12-14 Thread joehni
Author: joehni Date: Wed Dec 14 12:11:25 2005 New Revision: 356849 URL: http://svn.apache.org/viewcvs?rev=356849&view=rev Log: Fix POM. Modified: jakarta/commons/sandbox/id/trunk/project.xml Modified: jakarta/commons/sandbox/id/trunk/project.xml URL: http://svn.apache.org/viewcvs/jakarta/co

svn commit: r356839 - in /jakarta/commons/proper/configuration/trunk/src: java/org/apache/commons/configuration/AbstractFileConfiguration.java test/org/apache/commons/configuration/TestFileConfigurati

2005-12-14 Thread oheger
Author: oheger Date: Wed Dec 14 11:59:07 2005 New Revision: 356839 URL: http://svn.apache.org/viewcvs?rev=356839&view=rev Log: AbstractFileConfiguration.setURL() now stores the passed in URL directly so that it need not be derived from base path and file name; fixes issue 37886 Modified: ja

Re: [test] Awake dormant component

2005-12-14 Thread Rahul Akolkar
On 12/14/05, Brett Porter <[EMAIL PROTECTED]> wrote: > I'm not sure what the official process is, but I propose it should be > possible for anyone to move it from dormant to sandbox (and back to > proper in accordance with the sandbox rules). > As listed in the sandbox pruning proposal [1] and th

RE: [jelly] apt tag library

2005-12-14 Thread Ryan Heaton
It has been awhile now since I've seen any activity on this thread. I've only seen one person vote. So how does this work? Is one vote adequate for approval? Do we need to encourage more votes? > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Monday, Novem

svn commit: r356822 - in /jakarta/commons/proper/httpclient/trunk: src/java/org/apache/commons/httpclient/cookie/ src/java/org/apache/commons/httpclient/methods/ xdocs/

2005-12-14 Thread olegk
Author: olegk Date: Wed Dec 14 10:08:35 2005 New Revision: 356822 URL: http://svn.apache.org/viewcvs?rev=356822&view=rev Log: Various javadoc / xdoc fixes (PR #37805, #37208, #37207) Modified: jakarta/commons/proper/httpclient/trunk/src/java/org/apache/commons/httpclient/cookie/CookiePolicy.

Re: [test] Awake dormant component

2005-12-14 Thread Brett Porter
I'm not sure what the official process is, but I propose it should be possible for anyone to move it from dormant to sandbox (and back to proper in accordance with the sandbox rules). - Brett Jörg Schaible wrote: > C. Grobmeier wrote on Wednesday, December 14, 2005 1:35 PM: > > >>> Alex Karasu

DO NOT REPLY [Bug 37910] - [io] Parameter check in ByteArrayOutputStream should be narrowed

2005-12-14 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 37910] New: - Parameter check in ByteArrayOutputStream should be narrowed

2005-12-14 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 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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: r356789 - /jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/ConfigurationUtils.java

2005-12-14 Thread ebourg
Author: ebourg Date: Wed Dec 14 07:20:30 2005 New Revision: 356789 URL: http://svn.apache.org/viewcvs?rev=356789&view=rev Log: Added a reference to ConfigurationConverter in ConfigurationUtils Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/Conf

DO NOT REPLY [Bug 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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 37907] New: - [configuration] Convert Configuration into Properties

2005-12-14 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 37907] - [configuration] Convert Configuration into Properties

2005-12-14 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: [test] Awake dormant component

2005-12-14 Thread Jörg Schaible
C. Grobmeier wrote on Wednesday, December 14, 2005 1:35 PM: >> Alex Karasulu once created the "test" component and I had > already at that time a special interest in this. I would like > to awake this dormant component, maintain and add stuff. > > just for info, what did this component? can't fin

DO NOT REPLY [Bug 36998] - [cli] Parsing error?

2005-12-14 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

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

2005-12-14 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

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

2005-12-14 Thread commons-vfs 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-vfs has an issue affecting its community integration. This issue affects

Re: [test] Awake dormant component

2005-12-14 Thread C. Grobmeier
Alex Karasulu once created the "test" component and I had already at that time a special interest in this. I would like to awake this dormant component, maintain and add stuff. just for info, what did this component? can't find any information about this. Thanks Chris --

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-12-14 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 1

[EMAIL PROTECTED]: Project commons-id (in module jakarta-commons-sandbox) failed

2005-12-14 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 1

DO NOT REPLY [Bug 37902] - [email] Add embed(String url, String name) method to HtmlEmail

2005-12-14 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 37902] New: - Add embed(String url, String name) method to HtmlEmail

2005-12-14 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

[test] Awake dormant component

2005-12-14 Thread Jörg Schaible
Hi folks, Alex Karasulu once created the "test" component and I had already at that time a special interest in this. I would like to awake this dormant component, maintain and add stuff. WDYT? - Jörg - To unsubscribe, e-mail:

DO NOT REPLY [Bug 37900] New: - [beanutils] "Missing Implementation-Vendor-Id in manifest of commons-beanutils.jar"

2005-12-14 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