Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7023200D64 for ; Tue, 12 Dec 2017 04:13:27 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C57E6160C22; Tue, 12 Dec 2017 03:13:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1388C160C13 for ; Tue, 12 Dec 2017 04:13:26 +0100 (CET) Received: (qmail 34097 invoked by uid 500); 12 Dec 2017 03:13:26 -0000 Mailing-List: contact dev-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list dev@groovy.apache.org Received: (qmail 34087 invoked by uid 99); 12 Dec 2017 03:13:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Dec 2017 03:13:26 +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 AE67C1A0143 for ; Tue, 12 Dec 2017 03:13:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.084 X-Spam-Level: *** X-Spam-Status: No, score=3.084 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RSuR4q0PYTUj for ; Tue, 12 Dec 2017 03:13:23 +0000 (UTC) Received: from n5.nabble.com (n5.nabble.com [162.253.133.81]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 8294A5FD75 for ; Tue, 12 Dec 2017 03:13:22 +0000 (UTC) Received: from n5.nabble.com (localhost [127.0.0.1]) by n5.nabble.com (Postfix) with ESMTP id 8E04829C8BC3 for ; Mon, 11 Dec 2017 20:13:21 -0700 (MST) Date: Mon, 11 Dec 2017 20:13:21 -0700 (MST) From: "Daniel.Sun" To: dev@groovy.incubator.apache.org Message-ID: <1513048401579-0.post@n5.nabble.com> In-Reply-To: References: <0edb77f4a97a93f538082e25f6d88e5ddfc7f9d9.camel@winder.org.uk> Subject: Re: Gradle build updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable archived-at: Tue, 12 Dec 2017 03:13:28 -0000 Hi C=C3=A9dric, Even if some indy tests are excluded('Log4j2Test', 'ASTTransformationCustomizerTest'), the build still fails. https://github.com/apache/groovy/commit/6d0c66773ba635db1c08f0575c7f901396f= d2a4b BTW, I found and fixed an invalid comment but it can not fix the failing build. https://github.com/apache/groovy/commit/392d3ac4b46bf872317fe77587c9cf0b9af= d2194 I guess the classpath(`classpath =3D files(jar.archivePath)`) don't contain groovy classes. https://github.com/apache/groovy/blob/master/gradle/test.gradle#L137 Cheers, Daniel.Sun ---------------------------------------------------------------------------= ------- :compileTestExtensionModulewarning: [options] bootstrap class path not set in conjunction with -source 1.6 /home/travis/build/apache/groovy/src/test-fixtures/extmodule/src/main/java/= org/codehaus/groovy/runtime/m12n/Groovy7225Extension.java:21: error: package groovy.lang does not exist import groovy.lang.Closure; ^ /home/travis/build/apache/groovy/src/test-fixtures/extmodule/src/main/java/= org/codehaus/groovy/runtime/m12n/Groovy7225Extension.java:28: error: cannot find symbol public static String groovy7225(Closure closure) { ^ symbol: class Closure location: class Groovy7225Extension 2 errors 1 warning FAILED FAILURE: Build failed with an exception. ---------------------------------------------------------------------------= ------- -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html