You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Thomas Neidhart <th...@gmail.com> on 2014/06/27 21:34:54 UTC

[VOTE] Release Logging 1.2 based on RC1

This is a vote to release Commons Logging 1.2 based on the first RC.

This release drops support for Java 1.1, mainly to address LOGGING-37.

Logging 1.2 RC1 is available for review here:
  https://dist.apache.org/repos/dist/dev/commons/logging/
  (svn revision 5694)

Maven artifacts are here:


https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/

Details of changes since 1.1.3 are in the release notes:

  https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt

http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html

The tag is here:


https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
  (svn 1606188)

Site:
  http://people.apache.org/builds/commons/logging/1.2/RC1/
  (note some *relative* links are broken and some new directories are
  not yet created - these will be OK once the site is deployed)

KEYS:
  http://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner that 72 hours from now.

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thanks!

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory <ga...@gmail.com>
wrote:

> The RN state: "Java 1.2 or later is required."
>
> I'm pretty sure this will only build with Java >= 1.4 even though the
> compile target is 1.2. So we have a different requirement for build and
> run-time. I had to set my Eclipse project to a 1.4 JDK because it would not
> compile with a 1.3. I do not had a 1.2 laying about anymore. We should have
> a note on the site or in the release notes. Not a blocker.
>

I see that JDK 1.4 is mentioned on the /site/, so that's good:
https://people.apache.org/builds/commons/logging/1.2/RC1/building.html

Gary


>
> Bonus points for not blowing up on Java 8 Javadoc errors (but there are
> still a lot of warnings).
>
> Build fails with "mvn clean site":
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 03:22 min
> [INFO] Finished at: 2014-06-28T08:37:56-04:00
> [INFO] Final Memory: 54M/218M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
> project commons-logging: Error during page generation: Error rendering
> Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
> 2-src/pmd.xml'. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>
> With:
>
> Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
> 2014-06-17T09:51:42-04:00)
> Maven home: C:\Java\apache-maven-3.2.2
> Java version: 1.8.0_05, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_05\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> Same with Maven 3.0.5.
>
> If I just run "mvn clean test", the tests do not run:
>
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> commons-logging ---
> [INFO] Tests are skipped.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14.080 s
> [INFO] Finished at: 2014-06-28T08:42:11-04:00
> [INFO] Final Memory: 23M/135M
> [INFO]
> ------------------------------------------------------------------------
>
> ?
>
> Gary
>
>
> On Fri, Jun 27, 2014 at 3:34 PM, Thomas Neidhart <
> thomas.neidhart@gmail.com> wrote:
>
>> This is a vote to release Commons Logging 1.2 based on the first RC.
>>
>> This release drops support for Java 1.1, mainly to address LOGGING-37.
>>
>> Logging 1.2 RC1 is available for review here:
>>   https://dist.apache.org/repos/dist/dev/commons/logging/
>>   (svn revision 5694)
>>
>> Maven artifacts are here:
>>
>>
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/
>>
>> Details of changes since 1.1.3 are in the release notes:
>>
>>
>> https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt
>>
>>
>> http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html
>>
>> The tag is here:
>>
>>
>>
>> https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
>>   (svn 1606188)
>>
>> Site:
>>   http://people.apache.org/builds/commons/logging/1.2/RC1/
>>   (note some *relative* links are broken and some new directories are
>>   not yet created - these will be OK once the site is deployed)
>>
>> KEYS:
>>   http://www.apache.org/dist/commons/KEYS
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner that 72 hours from now.
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>> Thanks!
>>
>> Thomas
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Thomas Neidhart <th...@gmail.com>.
On 06/28/2014 03:27 PM, Gary Gregory wrote:
> On Sat, Jun 28, 2014 at 9:25 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> 
>> On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>>> On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart <
>>> thomas.neidhart@gmail.com> wrote:
>>>
>>>> On 06/28/2014 02:45 PM, Gary Gregory wrote:
>>>>> So -1 because the pmd.xml file is missing from the src zip.
>>>>
>>>> r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1
>>>> line
>>>>
>>>
> and wow, we have not cut a release in a long time or checked the build from
> the src zip!

the last release was about 1 1/4 years ago. Since then the pmd and
findbugs reports have been added without properly checking that the
release build still is complete. Ok can happen.

>>>> Add FindBugs and PMD reports.
>>>>
>>>>
>>>> Ha, you added the reports, and I did not notice it. That is unfortunate.
>>>> btw. I did disable the findbugs report again as it was mainly creating
>>>> false positives and I did not want to spend the time adding exclude
>>>> filters.
>>>>
>>>
>>> Hm... I like having the reports as ideas for fixing things if I am idle
>>> or to give others ideas on how to get their feet wet with small changes.

sure, if time permits it, but it should not block the release for a
component that is unchanged for years.

>> I just added the pmd.xml to the src assembly in trunk.

ok thanks.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Jun 28, 2014 at 9:25 AM, Gary Gregory <ga...@gmail.com>
wrote:

> On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart <
>> thomas.neidhart@gmail.com> wrote:
>>
>>> On 06/28/2014 02:45 PM, Gary Gregory wrote:
>>> > So -1 because the pmd.xml file is missing from the src zip.
>>>
>>> r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1
>>> line
>>>
>>
and wow, we have not cut a release in a long time or checked the build from
the src zip!

Gary


>
>>> Add FindBugs and PMD reports.
>>>
>>>
>>> Ha, you added the reports, and I did not notice it. That is unfortunate.
>>> btw. I did disable the findbugs report again as it was mainly creating
>>> false positives and I did not want to spend the time adding exclude
>>> filters.
>>>
>>
>> Hm... I like having the reports as ideas for fixing things if I am idle
>> or to give others ideas on how to get their feet wet with small changes.
>>
>
> I just added the pmd.xml to the src assembly in trunk.
>
> Gary
>
>
>>
>> Gary
>>
>>
>>>
>>> Thomas
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Jun 28, 2014 at 9:23 AM, Gary Gregory <ga...@gmail.com>
wrote:

> On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart <
> thomas.neidhart@gmail.com> wrote:
>
>> On 06/28/2014 02:45 PM, Gary Gregory wrote:
>> > So -1 because the pmd.xml file is missing from the src zip.
>>
>> r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1
>> line
>>
>> Add FindBugs and PMD reports.
>>
>>
>> Ha, you added the reports, and I did not notice it. That is unfortunate.
>> btw. I did disable the findbugs report again as it was mainly creating
>> false positives and I did not want to spend the time adding exclude
>> filters.
>>
>
> Hm... I like having the reports as ideas for fixing things if I am idle or
> to give others ideas on how to get their feet wet with small changes.
>

I just added the pmd.xml to the src assembly in trunk.

Gary


>
> Gary
>
>
>>
>> Thomas
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Jun 28, 2014 at 9:01 AM, Thomas Neidhart <th...@gmail.com>
wrote:

> On 06/28/2014 02:45 PM, Gary Gregory wrote:
> > So -1 because the pmd.xml file is missing from the src zip.
>
> r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1 line
>
> Add FindBugs and PMD reports.
>
>
> Ha, you added the reports, and I did not notice it. That is unfortunate.
> btw. I did disable the findbugs report again as it was mainly creating
> false positives and I did not want to spend the time adding exclude
> filters.
>

Hm... I like having the reports as ideas for fixing things if I am idle or
to give others ideas on how to get their feet wet with small changes.

Gary


>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Thomas Neidhart <th...@gmail.com>.
On 06/28/2014 02:45 PM, Gary Gregory wrote:
> So -1 because the pmd.xml file is missing from the src zip.

r1484126 | ggregory | 2013-05-18 17:15:22 +0200 (Sat, 18 May 2013) | 1 line

Add FindBugs and PMD reports.


Ha, you added the reports, and I did not notice it. That is unfortunate.
btw. I did disable the findbugs report again as it was mainly creating
false positives and I did not want to spend the time adding exclude filters.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
So -1 because the pmd.xml file is missing from the src zip.

Gary


On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory <ga...@gmail.com>
wrote:

> This is all based on the src zip.
>
> Gary
>
>
> On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> The RN state: "Java 1.2 or later is required."
>>
>> I'm pretty sure this will only build with Java >= 1.4 even though the
>> compile target is 1.2. So we have a different requirement for build and
>> run-time. I had to set my Eclipse project to a 1.4 JDK because it would not
>> compile with a 1.3. I do not had a 1.2 laying about anymore. We should have
>> a note on the site or in the release notes. Not a blocker.
>>
>> Bonus points for not blowing up on Java 8 Javadoc errors (but there are
>> still a lot of warnings).
>>
>> Build fails with "mvn clean site":
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 03:22 min
>> [INFO] Finished at: 2014-06-28T08:37:56-04:00
>> [INFO] Final Memory: 54M/218M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
>> project commons-logging: Error during page generation: Error rendering
>> Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
>> 2-src/pmd.xml'. -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>
>> With:
>>
>> Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
>> 2014-06-17T09:51:42-04:00)
>> Maven home: C:\Java\apache-maven-3.2.2
>> Java version: 1.8.0_05, vendor: Oracle Corporation
>> Java home: C:\Program Files\Java\jdk1.8.0_05\jre
>> Default locale: en_US, platform encoding: Cp1252
>> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>>
>> Same with Maven 3.0.5.
>>
>> If I just run "mvn clean test", the tests do not run:
>>
>> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
>> commons-logging ---
>> [INFO] Tests are skipped.
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD SUCCESS
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 14.080 s
>> [INFO] Finished at: 2014-06-28T08:42:11-04:00
>> [INFO] Final Memory: 23M/135M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> ?
>>
>> Gary
>>
>>
>> On Fri, Jun 27, 2014 at 3:34 PM, Thomas Neidhart <
>> thomas.neidhart@gmail.com> wrote:
>>
>>> This is a vote to release Commons Logging 1.2 based on the first RC.
>>>
>>> This release drops support for Java 1.1, mainly to address LOGGING-37.
>>>
>>> Logging 1.2 RC1 is available for review here:
>>>   https://dist.apache.org/repos/dist/dev/commons/logging/
>>>   (svn revision 5694)
>>>
>>> Maven artifacts are here:
>>>
>>>
>>>
>>> https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/
>>>
>>> Details of changes since 1.1.3 are in the release notes:
>>>
>>>
>>> https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt
>>>
>>>
>>> http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html
>>>
>>> The tag is here:
>>>
>>>
>>>
>>> https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
>>>   (svn 1606188)
>>>
>>> Site:
>>>   http://people.apache.org/builds/commons/logging/1.2/RC1/
>>>   (note some *relative* links are broken and some new directories are
>>>   not yet created - these will be OK once the site is deployed)
>>>
>>> KEYS:
>>>   http://www.apache.org/dist/commons/KEYS
>>>
>>> Please review the release candidate and vote.
>>> This vote will close no sooner that 72 hours from now.
>>>
>>>   [ ] +1 Release these artifacts
>>>   [ ] +0 OK, but...
>>>   [ ] -0 OK, but really should fix...
>>>   [ ] -1 I oppose this release because...
>>>
>>> Thanks!
>>>
>>> Thomas
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> --
>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>> Java Persistence with Hibernate, Second Edition
>> <http://www.manning.com/bauer3/>
>> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
>> Spring Batch in Action <http://www.manning.com/templier/>
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
This is all based on the src zip.

Gary


On Sat, Jun 28, 2014 at 8:43 AM, Gary Gregory <ga...@gmail.com>
wrote:

> The RN state: "Java 1.2 or later is required."
>
> I'm pretty sure this will only build with Java >= 1.4 even though the
> compile target is 1.2. So we have a different requirement for build and
> run-time. I had to set my Eclipse project to a 1.4 JDK because it would not
> compile with a 1.3. I do not had a 1.2 laying about anymore. We should have
> a note on the site or in the release notes. Not a blocker.
>
> Bonus points for not blowing up on Java 8 Javadoc errors (but there are
> still a lot of warnings).
>
> Build fails with "mvn clean site":
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 03:22 min
> [INFO] Finished at: 2014-06-28T08:37:56-04:00
> [INFO] Final Memory: 54M/218M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
> project commons-logging: Error during page generation: Error rendering
> Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
> 2-src/pmd.xml'. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>
> With:
>
> Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
> 2014-06-17T09:51:42-04:00)
> Maven home: C:\Java\apache-maven-3.2.2
> Java version: 1.8.0_05, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_05\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
>
> Same with Maven 3.0.5.
>
> If I just run "mvn clean test", the tests do not run:
>
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> commons-logging ---
> [INFO] Tests are skipped.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14.080 s
> [INFO] Finished at: 2014-06-28T08:42:11-04:00
> [INFO] Final Memory: 23M/135M
> [INFO]
> ------------------------------------------------------------------------
>
> ?
>
> Gary
>
>
> On Fri, Jun 27, 2014 at 3:34 PM, Thomas Neidhart <
> thomas.neidhart@gmail.com> wrote:
>
>> This is a vote to release Commons Logging 1.2 based on the first RC.
>>
>> This release drops support for Java 1.1, mainly to address LOGGING-37.
>>
>> Logging 1.2 RC1 is available for review here:
>>   https://dist.apache.org/repos/dist/dev/commons/logging/
>>   (svn revision 5694)
>>
>> Maven artifacts are here:
>>
>>
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/
>>
>> Details of changes since 1.1.3 are in the release notes:
>>
>>
>> https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt
>>
>>
>> http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html
>>
>> The tag is here:
>>
>>
>>
>> https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
>>   (svn 1606188)
>>
>> Site:
>>   http://people.apache.org/builds/commons/logging/1.2/RC1/
>>   (note some *relative* links are broken and some new directories are
>>   not yet created - these will be OK once the site is deployed)
>>
>> KEYS:
>>   http://www.apache.org/dist/commons/KEYS
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner that 72 hours from now.
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>> Thanks!
>>
>> Thomas
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Sun, Jun 29, 2014 at 9:03 AM, Thomas Neidhart <th...@gmail.com>
wrote:

> On 06/28/2014 02:43 PM, Gary Gregory wrote:
> > The RN state: "Java 1.2 or later is required."
> >
> > I'm pretty sure this will only build with Java >= 1.4 even though the
> > compile target is 1.2. So we have a different requirement for build and
> > run-time. I had to set my Eclipse project to a 1.4 JDK because it would
> not
> > compile with a 1.3. I do not had a 1.2 laying about anymore. We should
> have
> > a note on the site or in the release notes. Not a blocker.
> >
> > Bonus points for not blowing up on Java 8 Javadoc errors (but there are
> > still a lot of warnings).
> >
> > Build fails with "mvn clean site":
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 03:22 min
> > [INFO] Finished at: 2014-06-28T08:37:56-04:00
> > [INFO] Final Memory: 54M/218M
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
> > project commons-logging: Error during page generation: Error rendering
> > Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
> > 2-src/pmd.xml'. -> [Help 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> >
> > With:
> >
> > Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
> > 2014-06-17T09:51:42-04:00)
> > Maven home: C:\Java\apache-maven-3.2.2
> > Java version: 1.8.0_05, vendor: Oracle Corporation
> > Java home: C:\Program Files\Java\jdk1.8.0_05\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
> >
> > Same with Maven 3.0.5.
> >
> > If I just run "mvn clean test", the tests do not run:
> >
> > [INFO] --- maven-surefire-plugin:2.12:test (default-test) @
> commons-logging
> > ---
> > [INFO] Tests are skipped.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESS
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 14.080 s
> > [INFO] Finished at: 2014-06-28T08:42:11-04:00
> > [INFO] Final Memory: 23M/135M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > ?
>
> the reason for that is that the tests are executed as part of the verify
> phase using the failsafe plugin.
>
> So when you create the site you should also run it like this:
>
>  mvn clean verify site
>
> The test setup is rather complex and uses a custom classloader to load
> the jar files. There is a way to change the tests so that they can also
> be executed from eclipse using junit but I have this change only in my
> local environment.
>

Should this be documented in a BUILDING.txt file in the root of the project
or in the RELEASE NOTES?

Gary


>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Thomas Neidhart <th...@gmail.com>.
On 06/28/2014 02:43 PM, Gary Gregory wrote:
> The RN state: "Java 1.2 or later is required."
> 
> I'm pretty sure this will only build with Java >= 1.4 even though the
> compile target is 1.2. So we have a different requirement for build and
> run-time. I had to set my Eclipse project to a 1.4 JDK because it would not
> compile with a 1.3. I do not had a 1.2 laying about anymore. We should have
> a note on the site or in the release notes. Not a blocker.
> 
> Bonus points for not blowing up on Java 8 Javadoc errors (but there are
> still a lot of warnings).
> 
> Build fails with "mvn clean site":
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 03:22 min
> [INFO] Finished at: 2014-06-28T08:37:56-04:00
> [INFO] Final Memory: 54M/218M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
> project commons-logging: Error during page generation: Error rendering
> Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
> 2-src/pmd.xml'. -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> 
> With:
> 
> Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
> 2014-06-17T09:51:42-04:00)
> Maven home: C:\Java\apache-maven-3.2.2
> Java version: 1.8.0_05, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.8.0_05\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
> 
> Same with Maven 3.0.5.
> 
> If I just run "mvn clean test", the tests do not run:
> 
> [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ commons-logging
> ---
> [INFO] Tests are skipped.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 14.080 s
> [INFO] Finished at: 2014-06-28T08:42:11-04:00
> [INFO] Final Memory: 23M/135M
> [INFO]
> ------------------------------------------------------------------------
> 
> ?

the reason for that is that the tests are executed as part of the verify
phase using the failsafe plugin.

So when you create the site you should also run it like this:

 mvn clean verify site

The test setup is rather complex and uses a custom classloader to load
the jar files. There is a way to change the tests so that they can also
be executed from eclipse using junit but I have this change only in my
local environment.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] Release Logging 1.2 based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
The RN state: "Java 1.2 or later is required."

I'm pretty sure this will only build with Java >= 1.4 even though the
compile target is 1.2. So we have a different requirement for build and
run-time. I had to set my Eclipse project to a 1.4 JDK because it would not
compile with a 1.3. I do not had a 1.2 laying about anymore. We should have
a note on the site or in the release notes. Not a blocker.

Bonus points for not blowing up on Java 8 Javadoc errors (but there are
still a lot of warnings).

Build fails with "mvn clean site":

[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:22 min
[INFO] Finished at: 2014-06-28T08:37:56-04:00
[INFO] Final Memory: 54M/218M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on
project commons-logging: Error during page generation: Error rendering
Maven report: Could not find resource 'C:\temp\rc\commons-logging-1.
2-src/pmd.xml'. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

With:

Apache Maven 3.2.2 (45f7c06d68e745d05611f7fd14efb6594181933e;
2014-06-17T09:51:42-04:00)
Maven home: C:\Java\apache-maven-3.2.2
Java version: 1.8.0_05, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_05\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"

Same with Maven 3.0.5.

If I just run "mvn clean test", the tests do not run:

[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ commons-logging
---
[INFO] Tests are skipped.
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 14.080 s
[INFO] Finished at: 2014-06-28T08:42:11-04:00
[INFO] Final Memory: 23M/135M
[INFO]
------------------------------------------------------------------------

?

Gary


On Fri, Jun 27, 2014 at 3:34 PM, Thomas Neidhart <th...@gmail.com>
wrote:

> This is a vote to release Commons Logging 1.2 based on the first RC.
>
> This release drops support for Java 1.1, mainly to address LOGGING-37.
>
> Logging 1.2 RC1 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/logging/
>   (svn revision 5694)
>
> Maven artifacts are here:
>
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/
>
> Details of changes since 1.1.3 are in the release notes:
>
>   https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt
>
> http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html
>
> The tag is here:
>
>
>
> https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
>   (svn 1606188)
>
> Site:
>   http://people.apache.org/builds/commons/logging/1.2/RC1/
>   (note some *relative* links are broken and some new directories are
>   not yet created - these will be OK once the site is deployed)
>
> KEYS:
>   http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thanks!
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

[CANCEL][VOTE] Release Logging 1.2 based on RC1

Posted by Thomas Neidhart <th...@gmail.com>.
On 06/27/2014 09:34 PM, Thomas Neidhart wrote:
> This is a vote to release Commons Logging 1.2 based on the first RC.
> 
> This release drops support for Java 1.1, mainly to address LOGGING-37.
> 
> Logging 1.2 RC1 is available for review here:
>   https://dist.apache.org/repos/dist/dev/commons/logging/
>   (svn revision 5694)
> 
> Maven artifacts are here:
> 
> 
> https://repository.apache.org/content/repositories/orgapachecommons-1035/commons-logging/commons-logging/1.2/
> 
> Details of changes since 1.1.3 are in the release notes:
> 
>   https://dist.apache.org/repos/dist/dev/commons/logging/RELEASE-NOTES.txt
> 
> http://people.apache.org/builds/commons/logging/1.2/RC1/changes-report.html
> 
> The tag is here:
> 
> 
> https://svn.apache.org/repos/asf/commons/proper/logging/tags/LOGGING_1_2_RC1/
>   (svn 1606188)
> 
> Site:
>   http://people.apache.org/builds/commons/logging/1.2/RC1/
>   (note some *relative* links are broken and some new directories are
>   not yet created - these will be OK once the site is deployed)
> 
> KEYS:
>   http://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now.
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...

The vote is cancelled to create a new RC to include the pmd.xml file in
the source distribution.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org