You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by mfenes <gi...@git.apache.org> on 2018/02/20 16:32:02 UTC

[GitHub] zookeeper pull request #471: ZOOKEEPER-2983: Print the classpath when runnin...

GitHub user mfenes opened a pull request:

    https://github.com/apache/zookeeper/pull/471

    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.4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/471.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 #471
    
----
commit 56ac30cd88744f8b0bc850235263ad627804c36c
Author: Mark Fenes <mf...@...>
Date:   2018-02-20T16:07:46Z

    ZOOKEEPER-2983: Print the classpath when running compile and test ant targets

----


---

[GitHub] zookeeper pull request #471: ZOOKEEPER-2983: Print the classpath when runnin...

Posted by mfenes <gi...@git.apache.org>.
Github user mfenes closed the pull request at:

    https://github.com/apache/zookeeper/pull/471


---