Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Phil Steitz
+1 Phil On 11/18/11 7:14 AM, Mladen Truk wrote: The proposed Apache Commons Daemon 1.0.8 release is now available for voting. It can be obtained from: http://people.apache.org/~mturk/daemon-1.0.8/ The svn tag is: https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_8_

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-11-18 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-proxy-test has an issue affecting its community integration. This

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Gary Gregory
Hi All, I am still seeing [DAEMON-195] with a "System error 109 has occurred. The pipe has been ended." when I do a "net stop my-service-name" I am 99% sure I've removed any calls to System.exit but I'll check again. Non-blocker Javadoc TODOs on the Java side: - Remove @author tags - Use @versi

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Simone Tripodi
Apologize for not having checked acurately Mladen, here comes my +1 Have a good release, all the best! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Fri, Nov 18, 2011 at 10:58 PM, Mladen Truk wrote

Re: [JCS] - proposal on a off-heap plugin for JCS based on DirectMemory

2011-11-18 Thread Mir Tanvir Hossain
Hi Everyone, after looking into the DirectMemory code, I figured that instead of using MemoryManagerService, I can directly use the CacheService interface. The CacheServiceImpl class seems to do almost all the work. So I am thinking why rewrite the same code? What do you think? -Mir On Thu, Nov 1

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Mladen Truk
On 11/18/2011 10:04 PM, Simone Tripodi wrote: I'm inclined to positively vote that release: * signatures + checksums are ok * site looks good * maven artifacts are ok * code builds I just noticed RAT reports 7 unknown license[1] I don't know if it would be blocking or not... Please guys

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Simone Tripodi
I'm inclined to positively vote that release: * signatures + checksums are ok * site looks good * maven artifacts are ok * code builds I just noticed RAT reports 7 unknown license[1] I don't know if it would be blocking or not... Please guys let me know! All the best, have a nice day, Simo [

Re: [Math] x + h - x != h

2011-11-18 Thread Sébastien Brisard
> Try -XX:+PrintOptoAssembly > > See here: > > http://stackoverflow.com/questions/1551781/how-can-i-see-the-code-that-hotspot-generates-after-optimizing > > and here: > http://weblogs.java.net/blog/kohsuke/archive/2008/03/deep_dive_into.html > > > Thanks for these links, they are quite interesting.

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-11-18 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-exec-test has an issue affecting its community integration. This i

[VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-18 Thread Mladen Truk
The proposed Apache Commons Daemon 1.0.8 release is now available for voting. It can be obtained from: http://people.apache.org/~mturk/daemon-1.0.8/ The svn tag is: https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_8_RC1/ Generated documentation can be seen at: http:/

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread Mladen Truk
On 11/18/2011 02:58 PM, sebb wrote: Is that enough? I need to check if I can add those to Nexus for the eventual release. Will get back to you shortly. Looks OK. Cool, I'll call for a VOTE. I was able to bundle up the Maven jars you created with your sigs: BTW, I see no problem that

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread sebb
On 18 November 2011 13:01, sebb wrote: > On 18 November 2011 12:38, Mladen Truk wrote: >> On 11/18/2011 12:57 PM, sebb wrote: >>> >>> mvn deploy -Prelease -Ptest-deploy >> >> Uploaded produced artifacts to: >> http://people.apache.org/~mturk/daemon-1.0.8/deploy/ > > Thanks. > >> Is that enough? >

Re: svn commit: r1203475 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/ core/src/main/java/org/apache/commons/vfs2/provider/http/ src/changes/

2011-11-18 Thread Gary Gregory
Oops, done: [VFS-385] Add HTTP status code to HTTP file provider exception messages when available. Thank you Sebb! Good catch. Gary On Fri, Nov 18, 2011 at 7:04 AM, sebb wrote: > On 18 November 2011 03:26, wrote: > > Author: ggregory > > Date: Fri Nov 18 03:26:40 2011 > > New Revision: 1203

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread sebb
On 18 November 2011 12:38, Mladen Truk wrote: > On 11/18/2011 12:57 PM, sebb wrote: >> >> mvn deploy -Prelease -Ptest-deploy > > Uploaded produced artifacts to: > http://people.apache.org/~mturk/daemon-1.0.8/deploy/ Thanks. > Is that enough? I need to check if I can add those to Nexus for the e

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread Mladen Truk
On 11/18/2011 12:57 PM, sebb wrote: mvn deploy -Prelease -Ptest-deploy Uploaded produced artifacts to: http://people.apache.org/~mturk/daemon-1.0.8/deploy/ Is that enough? mvn deploy -Prelease fails with [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy ..

Re: svn commit: r1203475 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/ core/src/main/java/org/apache/commons/vfs2/provider/http/ src/changes/

2011-11-18 Thread sebb
On 18 November 2011 03:26, wrote: > Author: ggregory > Date: Fri Nov 18 03:26:40 2011 > New Revision: 1203475 > > URL: http://svn.apache.org/viewvc?rev=1203475&view=rev > Log: (empty) Please provide a reason for the change. You can update the log entry after the fact. > Modified: >     > commo

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread sebb
On 18 November 2011 09:36, Mladen Truk wrote: > On 11/14/2011 07:31 PM, sebb wrote: >> >> On 14 November 2011 16:48, Mladen Truk  wrote: >>> >>> Hi, >>> >>> I plan to tag @subject and call for a vote later this week. >>> There are few significant JIRA's fixed crying for a release :) >>> >>> >>> Co

Re: [DAEMON] Tagging 1.0.8

2011-11-18 Thread Mladen Truk
On 11/14/2011 07:31 PM, sebb wrote: On 14 November 2011 16:48, Mladen Truk wrote: Hi, I plan to tag @subject and call for a vote later this week. There are few significant JIRA's fixed crying for a release :) Comments, objections, ... Can we include the Maven artifacts in the release vote

Re: Metastopheles...

2011-11-18 Thread Simone Tripodi
Hi James! +1 to including it to sandbox, it reminds me something I had a look (not deeply, honestly) in the past in bval-core, as Matt mentioned indeed :) All the best, have a nice day! Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetri