Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/469#discussion_r169435199
--- Diff: build.xml ---
@@ -1861,4 +1861,18 @@
xmlns:cs="antlib:com.puppycrawl.tools.checkstyle.ant">
<delete dir="${build.dir.eclipse}" />
</target>
+ <target name="print_compile_classpath">
--- End diff --
nit: I think most of our other ant targets use "-" instead of "_" between
words.---
