Re: svn commit: r797267 - in /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration: FileSystem.java VFSFileSystem.java

2009-07-24 Thread Ralph Goers
On Jul 23, 2009, at 10:48 PM, Mario Ivankovits wrote: Hi! Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/ configur ation/VFSFileSystem.java -private FileSystemOptions setHttpOptions(FileSystemOptions opts, Map map) +private void

Re: svn commit: r797120 - in /commons/proper/codec/trunk: build.xml maven.xml project.properties project.xml src/assembly/src.xml src/conf/

2009-07-24 Thread Niall Pemberton
On Fri, Jul 24, 2009 at 5:40 AM, Julius Daviesjuliusdav...@gmail.com wrote: Hi, Niall, This removal breaks the ant build: commons/proper/codec/trunk/src/conf/ But it's easy to fix.  Just remove these 3 lines from build.xml: 53         copy todir=${build.home}/conf filtering=on 54        

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

2009-07-24 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-codec has an issue affecting its community integration. This

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

2009-07-24 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

[VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Niall Pemberton
I have prepared a second release candidate for Codec 1.4 following the feedback (thanks!) from the first. [ ] +1 Yes go ahead an release based on RC2 [ ] -1 No, because... The tag for RC2 is here: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC2/ The release artefacts are

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Luc Maisonobe
Niall Pemberton a écrit : I have prepared a second release candidate for Codec 1.4 following the feedback (thanks!) from the first. [ ] +1 Yes go ahead an release based on RC2 +1 A few findbugs and checkstyle warnings, but really minor ones. Seems to have very complete testing,

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-07-24 Thread commons-jelly-tags-fmt 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 gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2009-07-24 Thread commons-jelly-tags-jaxme 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 gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread sebb
DoubleMetaphone is not thread-safe - maxCodeLen field - but that could be addressed later by adding a new ctor to set the field and make it final. The Manifest created by the Ant build file does not include the compiler settings or OSGI headers. default.properties uses junit 3.8.1 rather than

RE: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Gary Gregory
-Original Message- From: Luc Maisonobe [mailto:luc.maison...@free.fr] Sent: Friday, July 24, 2009 5:40 AM To: Commons Developers List Subject: Re: [VOTE] Release Codec 1.4 based on RC2 Niall Pemberton a écrit : I have prepared a second release candidate for Codec 1.4 following

RE: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Gary Gregory
-Original Message- From: Luc Maisonobe [mailto:luc.maison...@free.fr] Sent: Friday, July 24, 2009 5:40 AM To: Commons Developers List Subject: Re: [VOTE] Release Codec 1.4 based on RC2 Niall Pemberton a écrit : I have prepared a second release candidate for Codec 1.4 following

RE: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Gary Gregory
-Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Friday, July 24, 2009 7:35 AM To: Commons Developers List Subject: Re: [VOTE] Release Codec 1.4 based on RC2 DoubleMetaphone is not thread-safe - maxCodeLen field - but that could be addressed later by adding a new ctor

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Julius Davies
Probably the Maven2 generated Jar is okay in this department? Here's the MANIFEST.MF created by Maven2 (I'm using trunk to create the jar): Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: 1.6.0_13 (Sun Microsystems Inc.) Built-By:

RE: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Gary Gregory
Note that for the release, the version should be 1.4, not 1.4-dev or 1.4.0.SNAPSHOT Gary -Original Message- From: Julius Davies [mailto:juliusdav...@gmail.com] Sent: Friday, July 24, 2009 1:47 PM To: Commons Developers List Subject: Re: [VOTE] Release Codec 1.4 based on RC2

Re: [VOTE] Release Codec 1.4 based on RC2

2009-07-24 Thread Julius Davies
My mistake (I built from trunk). Here's MANIFEST.MF from http://people.apache.org/~niallp/codec-1.4-rc2/ Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: 1.6.0_07 (Sun Microsystems Inc.) Built-By: pemben Build-Jdk: 1.6.0_07 Implementation-Title: Commons Codec