From dev-return-67690-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Tue Feb 20 17:28:52 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1C5C0180654 for ; Tue, 20 Feb 2018 17:28:51 +0100 (CET) Received: (qmail 69479 invoked by uid 500); 20 Feb 2018 16:28:51 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 69459 invoked by uid 99); 20 Feb 2018 16:28:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2018 16:28:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 317D3E0A10; Tue, 20 Feb 2018 16:28:50 +0000 (UTC) From: mfenes To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #470: ZOOKEEPER-2983: Print the classpath when runnin... Content-Type: text/plain Date: Tue, 20 Feb 2018 16:28:50 +0000 (UTC) GitHub user mfenes opened a pull request: https://github.com/apache/zookeeper/pull/470 ZOOKEEPER-2983: Print the classpath when running compile and test ant targets ZOOKEEPER-2983: Print the classpath when running compile and test ant targets I've added 2 new ant targets to print the compile and test classpath in a formatted way. Printing the classpath helps to verify that we have only the intended classes, jars on the classpath, e.g. clover.jar is included only when running coverage tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mfenes/zookeeper ZOOKEEPER-2983_3.5 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/470.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #470 ---- commit 4e3b2d16be7f58064ff73206d96f5fe477c3d3fa Author: Mark Fenes Date: 2018-02-20T15:58:04Z ZOOKEEPER-2983: Print the classpath when running compile and test ant targets ---- ---