Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-2671

Fix compilation error in branch-3.4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.4.10
    • server
    • None

    Description

      branch-3.4 code compilation is failing. Following are the compilation erros:

      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.
      

      Attachments

        1. ZOOKEEPER-2671-01.patch
          2 kB
          Mohammad Arshad

        Issue Links

          Activity

            People

              rakeshr Rakesh Radhakrishnan
              arshad.mohammad Mohammad Arshad
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: