svn commit: r442481 - /jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons/finder/Find.java

2006-09-11 Thread bayard
Author: bayard Date: Mon Sep 11 23:34:44 2006 New Revision: 442481 URL: http://svn.apache.org/viewvc?view=rev&rev=442481 Log: Refactored the option code to make it easier to add options; and added a few more options Modified: jakarta/commons/sandbox/finder/trunk/src/java/org/apache/commons/

Re: [ANNOUNCEMENT] Commons JEXL 1.1 released

2006-09-11 Thread Dion Gillard
Woohoo!! On 9/12/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote: The Apache Jakarta project would like to announce the release of Commons JEXL 1.1. JEXL is an Expression Language supporting most of the constructs in the JSP Expression Language, with some additional extensions. This release is avai

svn commit: r442412 - in /jakarta/commons/sandbox/finder/trunk: maven.xml project.properties project.xml

2006-09-11 Thread bayard
Author: bayard Date: Mon Sep 11 18:48:31 2006 New Revision: 442412 URL: http://svn.apache.org/viewvc?view=rev&rev=442412 Log: Removed the Maven-1 buid. Easy enough to add them back if it's still needed when the time comes to be promoted. Removed: jakarta/commons/sandbox/finder/trunk/maven.x

svn commit: r442411 - in /jakarta/commons/proper/commons-build/trunk: nightly_sandbox_maven2_list.txt nightly_sandbox_maven_list.txt

2006-09-11 Thread bayard
Author: bayard Date: Mon Sep 11 18:47:24 2006 New Revision: 442411 URL: http://svn.apache.org/viewvc?view=rev&rev=442411 Log: Moved finder from the maven-1 to maven-2 nightly builds Modified: jakarta/commons/proper/commons-build/trunk/nightly_sandbox_maven2_list.txt jakarta/commons/proper

[Jakarta-commons Wiki] Update of "ch" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/ch -- - [”首

[Jakarta-commons Wiki] Update of "ch" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/ch -- - [首页

[Jakarta-commons Wiki] Update of "ch" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/ch New page: [首页]

[Jakarta-commons Wiki] Update of "首页" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/%e9%a6%96%e9%a1%b5

[Jakarta-commons Wiki] Update of "ChineseHelp" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/ChineseHelp --

[Jakarta-commons Wiki] Update of "ChineseHelp" by nisen

2006-09-11 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 nisen: http://wiki.apache.org/jakarta-commons/ChineseHelp New page: 在这里详述"ChineseHelp". sad -

Re: [pool] Any existing util.concurrent implementations?

2006-09-11 Thread Holger Hoffstaette
On Mon, 11 Sep 2006 19:07:07 -0400, Sandy McArthur wrote: >> Btw just curious how you test for lock contention etc.? I only know some >> JDK 1.5/1.6 features that measure the native locks and thread wait time >> but nothing for 1.4. I could provide test feedback on a shiny new >> dual-core Opteron

Re: [pool] Any existing util.concurrent implementations?

2006-09-11 Thread Sandy McArthur
Note: This thread previously lived on the Commons User list. On 9/11/06, Holger Hoffstaette <[EMAIL PROTECTED]> wrote: On Sat, 09 Sep 2006 22:53:00 -0400, Sandy McArthur wrote: > I have been following this plan for pool: > http://wiki.apache.org/jakarta-commons/PoolRoadMap The current plan isn'

Re: [nightly build] finder id failed.

2006-09-11 Thread Jörg Schaible
[EMAIL PROTECTED] wrote: > Failed build logs: > http://people.apache.org/~psteitz/commons-nightlies/20060911/finder.log > http://people.apache.org/~psteitz/commons-nightlies/20060911/id.log I've checked-in now a version that tries to detect the time shifts and fails immediately. I

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

2006-09-11 Thread joehni
Author: joehni Date: Mon Sep 11 14:43:28 2006 New Revision: 442360 URL: http://svn.apache.org/viewvc?view=rev&rev=442360 Log: Detect future time shifts and fail immediately. Modified: jakarta/commons/sandbox/id/trunk/src/test/org/apache/commons/id/serial/TimeBasedAlphanumericIdentifierGenera

[ANNOUNCEMENT] Commons JEXL 1.1 released

2006-09-11 Thread Rahul Akolkar
The Apache Jakarta project would like to announce the release of Commons JEXL 1.1. JEXL is an Expression Language supporting most of the constructs in the JSP Expression Language, with some additional extensions. This release is available in either binary or source form from the following downloa

Re: [Configuration] Configuration throws no exceptions...

2006-09-11 Thread Oliver Heger
Mark Diggory wrote: Hello Friends, I notice that the code for AbstractConfiguration eats exceptions that the javadoc claims it should throw. http://jakarta.apache.org/commons/configuration/xref/org/apache/commons/configuration/AbstractConfiguration.html#692 /*** 690 * [EMAIL PROTECT

[jira] Commented: (EL-2) [el] Properties with second letter upper case are not resolved

2006-09-11 Thread Rodrigo de Paula (JIRA)
[ http://issues.apache.org/jira/browse/EL-2?page=comments#action_12433949 ] Rodrigo de Paula commented on EL-2: --- Alter the method getName in class PropertySuffix for follow implementation: public String getName () { String result;

[Configuration] Configuration throws no exceptions...

2006-09-11 Thread Mark Diggory
Hello Friends, I notice that the code for AbstractConfiguration eats exceptions that the javadoc claims it should throw. http://jakarta.apache.org/commons/configuration/xref/org/apache/ commons/configuration/AbstractConfiguration.html#692 /*** 690 * [EMAIL PROTECTED] 691 */ 692

svn commit: r442310 - in /jakarta/commons/proper/jexl/trunk: project.xml xdocs/changes.xml xdocs/index.xml xdocs/navigation.xml xdocs/releases.xml

2006-09-11 Thread rahul
Author: rahul Date: Mon Sep 11 12:54:23 2006 New Revision: 442310 URL: http://svn.apache.org/viewvc?view=rev&rev=442310 Log: Update site to reflect 1.1 release. Modified: jakarta/commons/proper/jexl/trunk/project.xml jakarta/commons/proper/jexl/trunk/xdocs/changes.xml jakarta/commons/

Re: [nightly build] finder id failed.

2006-09-11 Thread Henri Yandell
eople.apache.org/~psteitz/commons-nightlies/20060911/finder.log http://people.apache.org/~psteitz/commons-nightlies/20060911/id.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[jira] Commented: (DBCP-128) [dbcp] BasicDataSource.getConnection() Connections don't work as hashtable keys -- test case provided

2006-09-11 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DBCP-128?page=comments#action_12433876 ] Henri Yandell commented on DBCP-128: What kind of side effects? If you mean binary incompatibility; then how about public boolean equals(Object o) { return supe

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

2006-09-11 Thread commons-jelly-tags-jsl 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-jsl-test has an issue affecting its community integration. Th

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

2006-09-11 Thread commons-jelly-tags-jsl 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-jsl-test has an issue affecting its community integration. Th

[nightly build] finder id failed.

2006-09-11 Thread psteitz
Failed build logs: http://people.apache.org/~psteitz/commons-nightlies/20060911/finder.log http://people.apache.org/~psteitz/commons-nightlies/20060911/id.log - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[jira] Created: (CONFIGURATION-226) Describe more accurate about the getBoolean() method

2006-09-11 Thread Thomas Wabner (JIRA)
Describe more accurate about the getBoolean() method Key: CONFIGURATION-226 URL: http://issues.apache.org/jira/browse/CONFIGURATION-226 Project: Commons Configuration Issue Type: Improveme

Re: [cli][configuration][convert] Architecting our overlaps

2006-09-11 Thread Andrew Shirley
On Sun, Sep 10, 2006 at 12:37:39AM -0700, Henri Yandell wrote: > A third thought is that the CLI2 CommandLine API for the data itself > rests on a getValue(Option);Object method, which implies some > conversion is going on but I've not seen how yet by looking at the > API. This is done with an o.

[jira] Updated: (IO-92) new ThresholdingOutputStream implementation

2006-09-11 Thread Michele Mazzucco (JIRA)
[ http://issues.apache.org/jira/browse/IO-92?page=all ] Michele Mazzucco updated IO-92: --- Attachment: DeferredPeriodicOutputStream.java DeferredPeriodicOutputStreamTest.java Please find attached the class implementation and the related unit

[jira] Commented: (CONFIGURATION-224) BaseConfiguration.getProperty() returns reference to intenal store collection object instead of a clone

2006-09-11 Thread Gabriele Garuglieri (JIRA)
[ http://issues.apache.org/jira/browse/CONFIGURATION-224?page=comments#action_12433789 ] Gabriele Garuglieri commented on CONFIGURATION-224: --- Hi Oliver, i agree with you that directly manipulating a list object returned by get

[jira] Created: (IO-92) new ThresholdingOutputStream implementation

2006-09-11 Thread Michele Mazzucco (JIRA)
new ThresholdingOutputStream implementation --- Key: IO-92 URL: http://issues.apache.org/jira/browse/IO-92 Project: Commons IO Issue Type: Improvement Components: Streams/Writers Affects

DO NOT REPLY [Bug 38633] - [daemon] When changing UID in jsvc on fedora core 4, warning occurs: find_vma failed

2006-09-11 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