You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Rakesh R (JIRA)" <ji...@apache.org> on 2017/01/23 04:22:26 UTC

[jira] [Comment Edited] (ZOOKEEPER-2671) Compilation error in branch-3.4

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

Rakesh R edited comment on ZOOKEEPER-2671 at 1/23/17 4:21 AM:
--------------------------------------------------------------

Nice observation, Arshad. Could you please provide a PR, will resolve this asap. Thanks!

[~eribeiro], could you try {{ant test compile}}. 


was (Author: rakeshr):
Nice observation, Arshad. [~eribeiro], could you try {{ant test compile}}. 

> Compilation error in branch-3.4
> -------------------------------
>
>                 Key: ZOOKEEPER-2671
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2671
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Arshad Mohammad
>            Assignee: Arshad Mohammad
>
> branch-3.4 code compilation is failing. Following are the compilation erros:
> {code}
> compile-test:
>     [mkdir] Created dir: D:\gitHome\zookeeperTrunk\build\test\classes
>     [javac] Compiling 146 source files to D:\gitHome\zookeeperTrunk\build\test\classes
>     [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
>     [javac] D:\gitHome\zookeeperTrunk\src\java\test\org\apache\zookeeper\server\PurgeTxnTest.java:464: error: cannot find symbol
>     [javac]         ZooKeeper zk = ClientBase.createZKClient(HOSTPORT);
>     [javac]                                  ^
>     [javac]   symbol:   method createZKClient(String)
>     [javac]   location: class ClientBase
>     [javac] D:\gitHome\zookeeperTrunk\src\java\test\org\apache\zookeeper\server\PurgeTxnTest.java:503: error: cannot find symbol
>     [javac]         zk = ClientBase.createZKClient(HOSTPORT);
>     [javac]                        ^
>     [javac]   symbol:   method createZKClient(String)
>     [javac]   location: class ClientBase
>     [javac] Note: Some input files use or override a deprecated API.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)