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 25A2118920 for ; Tue, 5 Jan 2016 16:42:46 +0000 (UTC) Received: (qmail 31237 invoked by uid 500); 5 Jan 2016 16:42:45 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 31086 invoked by uid 500); 5 Jan 2016 16:42:45 -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 31074 invoked by uid 99); 5 Jan 2016 16:42:45 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2016 16:42:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id A443A1A073A for ; Tue, 5 Jan 2016 16:42:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Ol8--ku__yRE for ; Tue, 5 Jan 2016 16:42:30 +0000 (UTC) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 55D6F42BD7 for ; Tue, 5 Jan 2016 16:42:30 +0000 (UTC) Received: by mail-lf0-f42.google.com with SMTP id c192so121242136lfe.2 for ; Tue, 05 Jan 2016 08:42:30 -0800 (PST) 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=IwbHobPd3Ay76u4hwA9w442LlqSVaX9b4QtEF5ri1Iw=; b=NjxdE4MDv9uu6I4X95gAdZa++ay1kDi3Thrb0Nt3kAg/STDd2hT7kuM4yyFRvFlntx 3O3hE9iNIUlv/XhYooyOaNxLE7/c5K1ed1JGbgaiNmRQeWWWAyWM5LWp4oUszpUG89TY Q1i0XSRr5sbKPEBlznrkTDGuNRiA3fW4dAuUiPM3+7FK6RuXTAOlszzs/yFOZnaaHLG+ AfuAhGmE5HemXarcn7q5DBMLUZgX6Dph/H3LcUBHXY730EP17k8aMhKahVrrbHFkTAZ8 tIR+I6peWTKrVCKO2+phhRSz7r92cakXXJZ5RyhbD7yOhKcvhhYVJr6DCHozCbPzeOs9 cqyQ== MIME-Version: 1.0 X-Received: by 10.25.150.68 with SMTP id y65mr12855910lfd.106.1452012149165; Tue, 05 Jan 2016 08:42:29 -0800 (PST) Received: by 10.112.200.70 with HTTP; Tue, 5 Jan 2016 08:42:29 -0800 (PST) In-Reply-To: References: <56882FE4.20707@spaceroots.org> <568B8259.7040509@spaceroots.org> Date: Tue, 5 Jan 2016 08:42:29 -0800 Message-ID: Subject: Re: [VOTE][RC2] Release Commons Math 3.6 From: Gary Gregory To: Commons Developers List Content-Type: multipart/alternative; boundary=001a113fb29e5c5968052898ecc0 --001a113fb29e5c5968052898ecc0 Content-Type: text/plain; charset=UTF-8 On Tue, Jan 5, 2016 at 7:51 AM, Gilles wrote: > Hi Luc. > > On Tue, 5 Jan 2016 09:44:09 +0100, Luc Maisonobe wrote: > >> Hi all, >> >> Please remind this vote will close in less than 12 hours. >> Only 2 votes have been cast by now, we need at least 3 >> from PMC members for this to succeed. >> > > [After cloning to a clean directory and "git checkout MATH_3_6_RC2".] > The command > > $ mvn site > > failed on my machine. > Here is the end of the maven output: > ---CUT--- > [...] > [INFO] Generating "Clirr" report --- > clirr-maven-plugin:2.6.1:clirr > [INFO] Comparing to version: 3.5 > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 01:31 min > [INFO] Finished at: 2016-01-05T16:35:25+01:00 > [INFO] Final Memory: 84M/812M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project commons-math3: Execution default-site of goal > org.apache.maven.plugins:maven-site-plugin:3.4:site failed: Invalid byte > tag in constant pool: 18 -> [Help 1] > That's an issue I've seen with Java 8, should be OK with Java 7. Gary > [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/PluginExecutionException > ---CUT--- > > $ mvn -v > Apache Maven 3.3.9 > Maven home: /usr/share/maven > Java version: 1.8.0_72-internal, vendor: Oracle Corporation > Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre > Default locale: en, platform encoding: UTF-8 > OS name: "linux", version: "4.2.0-1-amd64", arch: "amd64", family: "unix" > > > Regards, > Gilles > > best regards, >> Luc >> >> [...] >> > > > > --------------------------------------------------------------------- > 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 --001a113fb29e5c5968052898ecc0--