[VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
This is a vote to release Apache Commons Configuration 1.7 based on the first RC. Tag: http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_7RC1/ Distributions: http://people.apache.org/~oheger/configuration-1.7rc1/ Maven artifacts: http://people.apache.org/~ohe

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Luc Maisonobe
Le 28/08/2011 12:51, Oliver Heger a écrit : This is a vote to release Apache Commons Configuration 1.7 based on the first RC. Tag: http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_7RC1/ Distributions: http://people.apache.org/~oheger/configuration-1.7rc1/ Mave

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
Am 28.08.2011 13:15, schrieb Luc Maisonobe: Le 28/08/2011 12:51, Oliver Heger a écrit : This is a vote to release Apache Commons Configuration 1.7 based on the first RC. Tag: http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_7RC1/ Distributions: http://people.

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Gary Gregory
The Javadocs links to the JRE are broken: [ERROR] Error fetching link: http://java.sun.com/j2se/1.4.2/docs/api/package-list. Ignored it. The URL to use is: http://download.oracle.com/javase/1.4.2/docs/api/ Not a blocker, but not pretty either. It makes the Javadoc less convenient. Gary On Sun

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Phil Steitz
On 8/28/11 3:51 AM, Oliver Heger wrote: > This is a vote to release Apache Commons Configuration 1.7 based > on the first RC. > > Tag: > http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONFIGURATION_1_7RC1/ > > Distributions: http://people.apache.org/~oheger/configuration-1.7rc1/

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Gary Gregory
What about simply bumping the reqs to java 5? Gary On Aug 28, 2011, at 13:46, Phil Steitz wrote: > On 8/28/11 3:51 AM, Oliver Heger wrote: >> This is a vote to release Apache Commons Configuration 1.7 based >> on the first RC. >> >> Tag: >> http://svn.apache.org/repos/asf/commons/proper/configu

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Gary Gregory
+1 to removing the ant build. Gary On Aug 28, 2011, at 13:46, Phil Steitz wrote: > On 8/28/11 3:51 AM, Oliver Heger wrote: >> This is a vote to release Apache Commons Configuration 1.7 based >> on the first RC. >> >> Tag: >> http://svn.apache.org/repos/asf/commons/proper/configuration/tags/CONF

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
Am 28.08.2011 20:08, schrieb Gary Gregory: +1 to removing the ant build. Gary The ant build files were generated using the maven-ant-plugin. The whole stuff looks pretty complicated, and I do not like the way it handles dependencies either. To make it work on my local machine I also had to

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
Am 28.08.2011 20:08, schrieb Gary Gregory: What about simply bumping the reqs to java 5? Gary The maven build works with the Java-1.4 profile; if this profile is active, some tests related to vfs2 dependencies are excluded. Unfortunately I did not test the ant build under Java 1.4 :-( Vfs

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
Am 28.08.2011 17:31, schrieb Gary Gregory: The Javadocs links to the JRE are broken: [ERROR] Error fetching link: http://java.sun.com/j2se/1.4.2/docs/api/package-list. Ignored it. The URL to use is: http://download.oracle.com/javase/1.4.2/docs/api/ Not a blocker, but not pretty either. It mak

[CANCELED][VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Oliver Heger
This vote is canceled as there are some issues related to the build and the release notes. Thanks for all the feedback! Oliver Am 28.08.2011 12:51, schrieb Oliver Heger: This is a vote to release Apache Commons Configuration 1.7 based on the first RC. Tag: http://svn.apache.org/repos/asf/comm

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Phil Steitz
On 8/28/11 11:53 AM, Oliver Heger wrote: > Am 28.08.2011 20:08, schrieb Gary Gregory: >> +1 to removing the ant build. >> >> Gary > > The ant build files were generated using the maven-ant-plugin. The > whole stuff looks pretty complicated, and I do not like the way it > handles dependencies either

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-28 Thread Phil Steitz
On 8/28/11 11:53 AM, Oliver Heger wrote: > Am 28.08.2011 20:08, schrieb Gary Gregory: >> +1 to removing the ant build. >> >> Gary > > The ant build files were generated using the maven-ant-plugin. The > whole stuff looks pretty complicated, and I do not like the way it > handles dependencies either

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-29 Thread Oliver Heger
Am 29.08.2011 08:21, schrieb Phil Steitz: On 8/28/11 11:53 AM, Oliver Heger wrote: Am 28.08.2011 20:08, schrieb Gary Gregory: +1 to removing the ant build. Gary The ant build files were generated using the maven-ant-plugin. The whole stuff looks pretty complicated, and I do not like the way

Re: [VOTE] Release Commons Configuration 1.7 based on RC1

2011-08-29 Thread Oliver Heger
Am 28.08.2011 21:44, schrieb Phil Steitz: [snip] I now see how the maven 1.4 profile excludes the classes requiring 1.5. As you suggest, it would be good to add a note on this to the release notes. IIUC what is going on, the classes excluded from compilation should also be excluded from the j