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

2018-04-25 Thread mfenes
Github user mfenes closed the pull request at:

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


---


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

2018-02-20 Thread mfenes
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 
Date:   2018-02-20T16:07:46Z

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




---