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/04/05 10:38:47 UTC

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

Github user mfenes commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/469#discussion_r179420191
  
    --- 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 --
    
    @afine ok, I've replaced "_" with "-" in the new ant target names.


---