Re: [VOTE] Release Configuration 1.2

2005-12-07 Thread Phil Steitz
Yeah, I should have said the real issues :-) Phil On 12/5/05, Emmanuel Bourg [EMAIL PROTECTED] wrote: Phil Steitz wrote: Sorry to be so late checking / trying to help. I am +1 for the release assuming Stephen's points (other than the ones listed as optional) and the following issues are

Re: [VOTE] Release Configuration 1.2

2005-12-05 Thread Emmanuel Bourg
Phil Steitz wrote: Sorry to be so late checking / trying to help. I am +1 for the release assuming Stephen's points (other than the ones listed as optional) and the following issues are addressed: - You should either modify configs, fix issues or eliminate PMD and checkstyle reports I fixed

Re: [VOTE] Release Configuration 1.2

2005-12-04 Thread Oliver Heger
snip/ Hi Phil, I think I am now at a point where I have a maven build, which should satisfy almost all points noticed by you and other reviewers - except for the line ending issue. After some documentation improvements I hope I can publish the (hopefully final) RC3 in some days. I had a

Re: [VOTE] Release Configuration 1.2

2005-12-04 Thread Stephen Colebourne
Oliver Heger wrote: snip/ Hi Phil, I think I am now at a point where I have a maven build, which should satisfy almost all points noticed by you and other reviewers - except for the line ending issue. After some documentation improvements I hope I can publish the (hopefully final) RC3 in

Re: [VOTE] Release Configuration 1.2

2005-12-03 Thread Stephen Colebourne
Oliver Heger wrote: --- [ ] +1 I support this release and am willing to help [ ] +0 I support this release but am unable to help [ ] -0 I do not support this release [X] -1 I do not support this release, and here are my reasons

Re: [VOTE] Release Configuration 1.2

2005-12-03 Thread Oliver Heger
Stephen, thanks for your feedback. I will address your points. Some questions follow: - What is the purpose of the -src-ide.zip file? I didn't find anything about that in the releasing components instructions. It contains the *.java files and the LICENSE and NOTICE files, right? - Line endings:

Re: [VOTE] Release Configuration 1.2

2005-12-03 Thread Stephen Colebourne
Oliver Heger wrote: - What is the purpose of the -src-ide.zip file? I didn't find anything about that in the releasing components instructions. It contains the *.java files and the LICENSE and NOTICE files, right? The purpose is so users can attach the source of the component to the binary jar

Re: [VOTE] Release Configuration 1.2

2005-12-03 Thread Phil Steitz
On 12/3/05, Oliver Heger [EMAIL PROTECTED] wrote: Stephen, thanks for your feedback. I will address your points. Some questions follow: - What is the purpose of the -src-ide.zip file? I didn't find anything about that in the releasing components instructions. It contains the *.java files

Re: [VOTE] Release Configuration 1.2

2005-12-02 Thread Emmanuel Bourg
Sorry Oliver I was on vacation this week. Here is my +1 Emmanuel Bourg Oliver Heger wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( Oliver Oliver Heger wrote: Since the 1.1 release of Configuration we

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Nicolas De Loof
Mario Ivankovits a écrit : robert burrell donkin wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( 3 the release has been compiled using 1.4.2: if commons-configuration is supposed to support 1.3 jdks

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Oliver Heger
Nicolas De Loof schrieb: Mario Ivankovits a écrit : robert burrell donkin wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( 3 the release has been compiled using 1.4.2: if commons-configuration is

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Nicolas De Loof
Can't this dependency be solved using jdbc2.0-stdext.jar ? I'm using Jdk 1.3 and cannot upgrade. Not supporting 1.3 anymore will stop my migration to commons-configuration. Nico. Yes, with jdbc2.0-stdext.jar commons-configuration can be compiled and run under a JDK 1.3. Unfortunately

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Niall Pemberton
On 12/1/05, Nicolas De Loof [EMAIL PROTECTED] wrote: Can't this dependency be solved using jdbc2.0-stdext.jar ? I'm using Jdk 1.3 and cannot upgrade. Not supporting 1.3 anymore will stop my migration to commons-configuration. Nico. Yes, with jdbc2.0-stdext.jar commons-configuration

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Nicolas De Loof
Can the project.xml be customized using jelly ? something like this : j:if test=${java.version == '1.3'} dependency idjdbc/id /dependency /j:if It would be neater if something could be done in the maven.xml to detect JDK 1.3 and add it into the class path from a property

RE: [VOTE] Release Configuration 1.2

2005-12-01 Thread Jörg Schaible
Hi Oliver, Oliver Heger wrote on Thursday, December 01, 2005 9:26 AM: Yes, with jdbc2.0-stdext.jar commons-configuration can be compiled and run under a JDK 1.3. Unfortunately this jar cannot be distributed via ibiblio because of licence issues, which makes the build a bit unconvenient.

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Mario Ivankovits
Jörg Schaible wrote: Yes, with jdbc2.0-stdext.jar commons-configuration can be compiled and run under a JDK 1.3. Unfortunately this jar cannot be distributed via ibiblio because of licence issues, which makes the build a bit unconvenient. But I guess I will have to update the pom to declare

Re: [VOTE] Release Configuration 1.2

2005-12-01 Thread Oliver Heger
snip/ AFAIK, other apache projects require sun jars to compile. You may ask commons-dbcp commiters that seem to have the same requirement : !-- Note JDBC 2.0 is a pain, because it must be manually downloaded to your Maven repository, and it's not even required on JDK 1.4.

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Oliver Heger
There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( Oliver Oliver Heger wrote: Since the 1.1 release of Configuration we have implemented a couple of fixes and added some new features. To make these enhancements available

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Rory Winston
+0 Jakarta Commons Developers List commons-dev@jakarta.apache.org wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( Oliver Oliver Heger wrote: Since the 1.1 release of Configuration we have implemented

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Rory Winston
+0 Jakarta Commons Developers List commons-dev@jakarta.apache.org wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( Oliver Oliver Heger wrote: Since the 1.1 release of Configuration we have implemented

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Mario Ivankovits
Oliver Heger wrote: --- [ ] +1 I support this release and am willing to help [X] +0 I support this release but am unable to help [ ] -0 I do not support this release [ ] -1 I do not support this release, and here are my reasons

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread robert burrell donkin
On Wed, 2005-11-30 at 15:07 +0100, Oliver Heger wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( sorry for join a little late :-/ hopefully stephen, phil and the rest of the release experts will jump in sometime

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Mario Ivankovits
robert burrell donkin wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( 3 the release has been compiled using 1.4.2: if commons-configuration is supposed to support 1.3 jdks then this could be a problem unless

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread robert burrell donkin
On Wed, 2005-11-30 at 22:32 +0100, Mario Ivankovits wrote: robert burrell donkin wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( 3 the release has been compiled using 1.4.2: if commons-configuration

Re: [VOTE] Release Configuration 1.2

2005-11-30 Thread Oliver Heger
robert burrell donkin schrieb: On Wed, 2005-11-30 at 22:32 +0100, Mario Ivankovits wrote: robert burrell donkin wrote: There has been no reaction on this vote thread so far. Will I have to cancel this release because of lack of interest? :-( 3 the release has been compiled using

Re: [VOTE] Release Configuration 1.2

2005-11-28 Thread Oliver Heger
Here is my +1. Oliver Heger wrote: Since the 1.1 release of Configuration we have implemented a couple of fixes and added some new features. To make these enhancements available for the public we are heading for a 1.2 release. The second release candidate for Configuration 1.2 has been

[VOTE] Release Configuration 1.2

2005-11-26 Thread Oliver Heger
Since the 1.1 release of Configuration we have implemented a couple of fixes and added some new features. To make these enhancements available for the public we are heading for a 1.2 release. The second release candidate for Configuration 1.2 has been available for a while now and no issues