GitHub user mfenes opened a pull request:
https://github.com/apache/zookeeper/pull/469
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
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/469.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 #469
----
commit 44b1f07cd129bc1f77fcb27bb509d9890d10207f
Author: Mark Fenes <mfenes@...>
Date: 2018-02-20T14:12:52Z
ZOOKEEPER-2983: Print the classpath when running compile and test ant
targets
----
---