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 2017/01/23 05:52:26 UTC

[jira] [Commented] (ZOOKEEPER-2671) Fix compilation error in branch-3.4

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

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

GitHub user rakeshadr opened a pull request:

    https://github.com/apache/zookeeper/pull/153

    ZOOKEEPER-2671: Fix compilation error in branch-3.4

    Creating the PR on behalf of Arshad.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rakeshadr/zookeeper-1 ZK-2671

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/153.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 #153
    
----
commit 47e6b58609c3aa52f989d22204b5dd4acca5dade
Author: Rakesh Radhakrishnan <ra...@apache.org>
Date:   2017-01-23T05:49:02Z

    ZOOKEEPER-2671: Fix compilation error in branch-3.4

----


> Fix 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
>             Fix For: 3.4.10
>
>         Attachments: ZOOKEEPER-2671-01.patch
>
>
> 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)