[GitHub] zookeeper pull request #470: 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/470


---


[GitHub] zookeeper pull request #470: 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/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




---