Re: [VOTE] Release Lang 2.4

2008-03-14 Thread Paul Benedict
I checked out trunk and built myself and could not reproduce the 2.4.1version in any of my artifacts. Everything is 2.4. Paul On Thu, Mar 13, 2008 at 10:15 AM, Henri Yandell [EMAIL PROTECTED] wrote: On Thu, Mar 13, 2008 at 4:31 AM, Torsten Curdt [EMAIL PROTECTED] wrote: Strange Thing: The

Re: [VOTE] Release Lang 2.4

2008-03-14 Thread Henri Yandell
Finally gave up and asked on #maven. Turns out this is a 2.0.8 bug - ${version} + JDK 1.4 leaks the JVM property in and that just happens to be 2.4.1. Changing ${version} to ${project.version} should have fixed it, but didn't. Other options are: * Pass in -Dversion=2.4 [this breaks Jetty, which

[continuum] BUILD FAILURE: Commons Codec

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65143projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Mar 2008 00:15:28 -0700 Finished at: Fri 14 Mar 2008 00:15:53 -0700 Total time: 24s Build Trigger: Schedule Build

[continuum] BUILD FAILURE: Commons Codec

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65143projectId=159 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Mar 2008 00:15:28 -0700 Finished at: Fri 14 Mar 2008 00:15:53 -0700 Total time: 24s Build Trigger: Schedule Build

[continuum] BUILD FAILURE: Commons Discovery

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65149projectId=362 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Mar 2008 00:21:48 -0700 Finished at: Fri 14 Mar 2008 00:22:10 -0700 Total time: 21s Build Trigger: Schedule Build

[continuum] BUILD FAILURE: Commons Discovery

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65149projectId=362 Build statistics: State: Failed Previous State: Failed Started at: Fri 14 Mar 2008 00:21:48 -0700 Finished at: Fri 14 Mar 2008 00:22:10 -0700 Total time: 21s Build Trigger: Schedule Build

[continuum] BUILD SUCCESSFUL: Commons Math

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65154projectId=21 Build statistics: State: Ok Previous State: Error Started at: Fri 14 Mar 2008 00:27:20 -0700 Finished at: Fri 14 Mar 2008 00:28:38 -0700 Total time: 1m 18s Build Trigger: Schedule Build

[continuum] BUILD SUCCESSFUL: Commons Pool

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65155projectId=116 Build statistics: State: Ok Previous State: Error Started at: Fri 14 Mar 2008 00:29:58 -0700 Finished at: Fri 14 Mar 2008 00:31:42 -0700 Total time: 1m 44s Build Trigger: Schedule Build

[VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread Henri Yandell
Here's the Lang 2.4 RC2 for your delectation: http://people.apache.org/~bayard/staging/commons-lang-2.4-rc2/ It's built from an export of https://svn.apache.org/repos/asf/commons/proper/lang/tags/LANG_2_4_RC2 and the Ant build built fine for me under JDK 1.3. Note: The findbugs and cobertura

[continuum] BUILD SUCCESSFUL: Commons Primitives

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65156projectId=191 Build statistics: State: Ok Previous State: Error Started at: Fri 14 Mar 2008 00:32:05 -0700 Finished at: Fri 14 Mar 2008 00:32:37 -0700 Total time: 32s Build Trigger: Schedule Build Number:

New Release of Collections for OSGi?

2008-03-14 Thread Carsten Ziegeler
Hi, we need in Sling a released jar of commons collections with the meta info for OSGi. We currently have two options :) a) We release a wrapper from the Felix project which just rebundles the latest collections release and adds the meta info. b) A new version of collections with the info

[continuum] BUILD ERROR: Commons BeanUtils

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65286projectId=156 Build statistics: State: Error Previous State: Failed Started at: Fri 14 Mar 2008 05:08:43 -0700 Finished at: Fri 14 Mar 2008 05:09:07 -0700 Total time: 24s Build Trigger: Schedule Build

[continuum] BUILD ERROR: Commons BeanUtils

2008-03-14 Thread Continuum VMBuild Server
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=65286projectId=156 Build statistics: State: Error Previous State: Failed Started at: Fri 14 Mar 2008 05:08:43 -0700 Finished at: Fri 14 Mar 2008 05:09:07 -0700 Total time: 24s Build Trigger: Schedule Build

Re: [VOTE] Release Lang 2.4

2008-03-14 Thread Paul Benedict
I run JDK 1.6 On Fri, Mar 14, 2008 at 2:07 AM, Henri Yandell [EMAIL PROTECTED] wrote: Finally gave up and asked on #maven. Turns out this is a 2.0.8 bug - ${version} + JDK 1.4 leaks the JVM property in and that just happens to be 2.4.1. Changing ${version} to ${project.version} should have

Re: [vfs] VFS 1.0 CIFS

2008-03-14 Thread Mario Ivankovits
Hi! What's the recommended way of using commons-vfs 1.0 with CIFS support? You mean where to get the SMB provider from? Supposed to be in the vfs sandbox ...Mario? Sorry for being late, wasn't able to connect to our mailserver through the JSFDays conference network. Yepp, still in the

Re: [vfs] VFS 1.0 CIFS

2008-03-14 Thread Mario Ivankovits
Hi! Is there a problem with placing the jar in http://people.apache.org/repo/m2-snapshot-repository/ Hmmm shouldn't this be something the nightly build should do already? Ciao, Mario - To unsubscribe, e-mail:

Re: [BeanUtils] Breaking compatibility with 1.8.0-BETA

2008-03-14 Thread Henri Yandell
On Thu, Mar 13, 2008 at 8:27 PM, Niall Pemberton [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 3:20 AM, Paul Benedict [EMAIL PROTECTED] wrote: How does removing the parameter solve the leaking? Hi Paul, I don't want to put you off, but I'm just in the process of writing up some

Re: [BeanUtils] Breaking compatibility with 1.8.0-BETA

2008-03-14 Thread Matt Benson
--- Henri Yandell [EMAIL PROTECTED] wrote: On Thu, Mar 13, 2008 at 8:27 PM, Niall Pemberton [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 3:20 AM, Paul Benedict [EMAIL PROTECTED] wrote: How does removing the parameter solve the leaking? Hi Paul, I don't want to put you

Re: [BeanUtils] Breaking compatibility with 1.8.0-BETA

2008-03-14 Thread Paul Benedict
+1 On Fri, Mar 14, 2008 at 11:30 AM, Rahul Akolkar [EMAIL PROTECTED] wrote: On 3/14/08, Henri Yandell [EMAIL PROTECTED] wrote: On Thu, Mar 13, 2008 at 8:27 PM, Niall Pemberton [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 3:20 AM, Paul Benedict [EMAIL PROTECTED] wrote: How

Re: [VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread sebb
On 14/03/2008, Henri Yandell [EMAIL PROTECTED] wrote: Here's the Lang 2.4 RC2 for your delectation: http://people.apache.org/~bayard/staging/commons-lang-2.4-rc2/ Sigs etc are fine. Ant 1.6.5 and Maven 1.0.2 test OK using Java 1.3.1 It's built from an export of

Re: [VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread Henri Yandell
On Fri, Mar 14, 2008 at 10:41 AM, sebb [EMAIL PROTECTED] wrote: On 14/03/2008, Henri Yandell [EMAIL PROTECTED] wrote: Here's the Lang 2.4 RC2 for your delectation: http://people.apache.org/~bayard/staging/commons-lang-2.4-rc2/ Sigs etc are fine. Ant 1.6.5 and Maven 1.0.2 test

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

2008-03-14 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 [EMAIL PROTECTED] Project commons-jelly-tags-jaxme has an issue affecting its community integration. This

[Commons Wiki] Trivial Update of ExtractAndDecompressGzipFiles by KenTanaka

2008-03-14 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The following page has been changed by KenTanaka: http://wiki.apache.org/commons/ExtractAndDecompressGzipFiles

RE: [NET] 1.5 Leap year processing

2008-03-14 Thread Oberhuber, Martin
Hi Sebb, Regex is not available in Java 1.3. Also, how does one know where the year is in the string? Code for this already is in Commons Net, using ORO for the Regex. See UnixFTPEntryParser.java line 105 2.2 If previous year also gives a parse error then give up? Hm... Well, well. The

Re: [BeanUtils] Breaking compatibility with 1.8.0-BETA

2008-03-14 Thread Stephen Colebourne
Niall Pemberton wrote: IMO breaking compatibility with a *Beta* release is OK, but does anyone have any objections to doing that? +1 Breaking a Beta release is OK in my book Stephen - To unsubscribe, e-mail: [EMAIL

RE: [VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread Gary Gregory
The build looks good on all 9 SDKs I tested: http://garygregory.com/os/builds/commons-lang-2.4/index.html In the Jar manifest I see: X-Compile-Source-JDK: 1.3 X-Compile-Target-JDK: 1.1 I know our sources are 1.3 compatible since I just tried it (see report above). But 1.1 compatible? I doubt

Re: [VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread sebb
On 14/03/2008, Henri Yandell [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 10:41 AM, sebb [EMAIL PROTECTED] wrote: On 14/03/2008, Henri Yandell [EMAIL PROTECTED] wrote: Here's the Lang 2.4 RC2 for your delectation:

Re: [VOTE] Release Lang 2.4 (RC2)

2008-03-14 Thread James Carman
On 3/14/08, Gary Gregory [EMAIL PROTECTED] wrote: The build looks good on all 9 SDKs I tested: Ok, me browsing through the SVN tag now seems completely inadequate! :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [NET] 1.5 Leap year processing

2008-03-14 Thread sebb
On 14/03/2008, Oberhuber, Martin [EMAIL PROTECTED] wrote: Hi Sebb, Regex is not available in Java 1.3. Also, how does one know where the year is in the string? Code for this already is in Commons Net, using ORO for the Regex. See UnixFTPEntryParser.java line 105 OK, did not realise