[continuum] BUILD FAILURE: Commons - Commons JCI -

2009-10-20 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=240682&projectId=142 Build statistics: State: Failed Previous State: Failed Started at: Tue 20 Oct 2009 16:31:05 -0700 Finished at: Tue 20 Oct 2009 16:36:05 -0700 Total time: 5m 0s Build Trigger: Schedule

[continuum] BUILD FAILURE: Commons - Commons IO -

2009-10-20 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=240679&projectId=155 Build statistics: State: Failed Previous State: Failed Started at: Tue 20 Oct 2009 16:26:16 -0700 Finished at: Tue 20 Oct 2009 16:30:11 -0700 Total time: 3m 54s Build Trigger: Schedule

[continuum] BUILD SUCCESSFUL: Commons - Commons Exec -

2009-10-20 Thread contin...@vmbuild.apache.org
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=240674&projectId=178 Build statistics: State: Ok Previous State: Failed Started at: Tue 20 Oct 2009 16:22:29 -0700 Finished at: Tue 20 Oct 2009 16:24:25 -0700 Total time: 1m 56s Build Trigger: Schedule Bu

[all] Commons Parent 12

2009-10-20 Thread Niall Pemberton
I've updated all the trunks[1] to commons-parent-12[2], but could components with active branches do those please. Thanks Niall [1] http://svn.apache.org/viewvc?view=revision&revision=827830 [2] http://repo2.maven.org/maven2/org/apache/commons/commons-parent/12/

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 11:05 PM, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:36 PM, James Carman > wrote: >> I did not rollback the commit. > > OK that worked for the release:prepare command - now I'm stuck on > release:perform - it gets to the deploy:deploy stage and I get the > followi

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 11:17 PM, sebb wrote: > On 20/10/2009, Niall Pemberton wrote: >> On Tue, Oct 20, 2009 at 10:36 PM, James Carman >>   wrote: >>  > I did not rollback the commit. >> >> >> OK that worked for the release:prepare command - now I'm stuck on >>  release:perform - it gets to the

Re: Problems releasing commons-parent 12

2009-10-20 Thread sebb
On 20/10/2009, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:36 PM, James Carman > wrote: > > I did not rollback the commit. > > > OK that worked for the release:prepare command - now I'm stuck on > release:perform - it gets to the deploy:deploy stage and I get the > following message:

Re: svn commit: r826514 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java test/org/apache/commons/lang/text/translate/UnicodeUnescaperTest.java

2009-10-20 Thread sebb
On 19/10/2009, Henri Yandell wrote: > On Sun, Oct 18, 2009 at 6:45 PM, sebb wrote: > > On 18/10/2009, bay...@apache.org wrote: > >> Author: bayard > >> Date: Sun Oct 18 20:14:30 2009 > >> New Revision: 826514 > >> > >> URL: http://svn.apache.org/viewvc?rev=826514&view=rev > >> Log: >

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 10:36 PM, James Carman wrote: > I did not rollback the commit. OK that worked for the release:prepare command - now I'm stuck on release:perform - it gets to the deploy:deploy stage and I get the following message: [INFO] The authenticity of host 'people.apache.org' can't

Re: [CONFIGURATION] Multi-thread issues

2009-10-20 Thread ralph.goers @dslextreme.com
I found the problem and the fix was tested by the product engineer who reported it. The problem was that AbstractHierarchicalConfiguration was calling setDetailEvents while unlocked. Multiple threads would get in and so the ConfigurationListener was never notified of the event. I just had that relo

Re: Problems releasing commons-parent 12

2009-10-20 Thread James Carman
I did not rollback the commit. On Tue, Oct 20, 2009 at 5:34 PM, Niall Pemberton wrote: > On Tue, Oct 20, 2009 at 10:25 PM, James Carman > wrote: >> On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton >> wrote: >>> I've tried it four times and it has failed with the same problem each >>> time. One

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 10:25 PM, James Carman wrote: > On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton > wrote: >> I've tried it four times and it has failed with the same problem each >> time. One of the changes in this release was to upgrade the >> maven-release-plugin from version 2.0-beta-7

Re: Problems releasing commons-parent 12

2009-10-20 Thread James Carman
On Tue, Oct 20, 2009 at 5:21 PM, Niall Pemberton wrote: > I've tried it four times and it has failed with the same problem each > time. One of the changes in this release was to upgrade the > maven-release-plugin from version 2.0-beta-7 to 2.0-beta-9. Perhaps I > should try reverting that changes

Re: Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
On Tue, Oct 20, 2009 at 8:04 PM, Dennis Lundberg wrote: > Run the exact same command once more. > This has been known to happen from time to time. I've tried it four times and it has failed with the same problem each time. One of the changes in this release was to upgrade the maven-release-plugin

Re: [CONFIGURATION] Multi-thread issues

2009-10-20 Thread Oliver Heger
Ralph Goers schrieb: It seems my latest changes are insufficient. It appears that under heavy load reloading the default config file in a combined configuration can still result in a corrupt state. :-( Do you think there is a feasible solution at all for the 1.x series? FYI, I am still work

Re: Problems releasing commons-parent 12

2009-10-20 Thread Dennis Lundberg
Run the exact same command once more. This has been known to happen from time to time. Niall Pemberton wrote: > I'm having problems doing the release of commons-parent 12 > > Running the following command: > > mvn -Prelease release:prepare -Dusername=niallp -Dpassword=*** > > ...works par

Problems releasing commons-parent 12

2009-10-20 Thread Niall Pemberton
I'm having problems doing the release of commons-parent 12 Running the following command: mvn -Prelease release:prepare -Dusername=niallp -Dpassword=*** ...works partially. It updates the pom.xml (version & scm tags) and commits the changes but then fails when it tries to tag with the foll

[RESULT][VOTE] Release commons-parent 12

2009-10-20 Thread Niall Pemberton
This vote has passed with seven +1 votes from the following people: Rahul Akolkar Luc Maisonobe James Carman Niall Pemberton Siegfried Goeschl Dennis Lundberg Jörg Schaible Thanks Niall On Sat, Oct 17, 2009 at 3:11 AM, Niall Pemberton wrote: > Hi, > > I'd like to release version 12 of the comm

[Commons Wiki] Update of "Daemon" by HakanSoderstrom

2009-10-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "Daemon" page has been changed by HakanSoderstrom. http://wiki.apache.org/commons/Daemon?action=diff&rev1=8&rev2=9 -- = Overview

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-10-20 Thread Gump
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 gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

[CONFIGURATION] Multi-thread issues

2009-10-20 Thread Ralph Goers
It seems my latest changes are insufficient. It appears that under heavy load reloading the default config file in a combined configuration can still result in a corrupt state. - To unsubscribe, e-mail: dev-unsubscr...@common