You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/05 10:39:00 UTC

[jira] [Commented] (ZOOKEEPER-2983) Print the classpath when running compile and test ant targets

    [ https://issues.apache.org/jira/browse/ZOOKEEPER-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16426729#comment-16426729 ] 

ASF GitHub Bot commented on ZOOKEEPER-2983:
-------------------------------------------

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.


> Print the classpath when running compile and test ant targets
> -------------------------------------------------------------
>
>                 Key: ZOOKEEPER-2983
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2983
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 3.5.3, 3.4.11
>            Reporter: Mark Fenes
>            Assignee: Mark Fenes
>            Priority: Major
>
> 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.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)