Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C9D191155A for ; Sat, 28 Jun 2014 12:43:43 +0000 (UTC) Received: (qmail 47394 invoked by uid 500); 28 Jun 2014 12:43:43 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 47263 invoked by uid 500); 28 Jun 2014 12:43:43 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 47250 invoked by uid 99); 28 Jun 2014 12:43:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 12:43:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of garydgregory@gmail.com designates 209.85.192.170 as permitted sender) Received: from [209.85.192.170] (HELO mail-pd0-f170.google.com) (209.85.192.170) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2014 12:43:40 +0000 Received: by mail-pd0-f170.google.com with SMTP id z10so5759709pdj.1 for ; Sat, 28 Jun 2014 05:43:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yBTU53tWldSnqZot9gB9CYmCq9qOEswjYgpvOE8JUO8=; b=tmwI7fGmwDDEp980qAvdKyhhCRA0Tfh/AWnlpFS2ADCk24ctqLWIRny0lxoKYOm5u+ XRyeAoL74eNYOBiZ1jFEiNypbQAK2j1FJLewWJvBLW6hg3GyeWFBeX+BSlWD9uxIixRh a0vH1Z7I4ZghpXALijKpFEiy8bX/C3X0WUcCzliQXHGo47oOZIiRRdltjcqCAaf+/rj7 gf0DCpesrnxjz9RkvREOds7leGA5EwgR6MO8HWiIW95OczrsXx/0zRFI0852FPmPxZvJ 1cc8jgegUK4u7hkGFey9ZmJ4G8eUQ78HZhwwzva+AIOKZukGekLpVrHHdnzZqtZho0VA w1TA== MIME-Version: 1.0 X-Received: by 10.68.186.33 with SMTP id fh1mr38023365pbc.140.1403959395259; Sat, 28 Jun 2014 05:43:15 -0700 (PDT) Received: by 10.70.127.196 with HTTP; Sat, 28 Jun 2014 05:43:15 -0700 (PDT) In-Reply-To: <53ADC75E.9040204@gmail.com> References: <53ADC75E.9040204@gmail.com> Date: Sat, 28 Jun 2014 08:43:15 -0400 Message-ID: Subject: Re: [VOTE] Release Logging 1.2 based on RC1 From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=047d7bd7642c089d1304fce4c5c6 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bd7642c089d1304fce4c5c6 Content-Type: text/plain; charset=UTF-8 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 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 JUnit in Action, Second Edition Spring Batch in Action Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory --047d7bd7642c089d1304fce4c5c6--