bookkeeper build failing with missing factory
---------------------------------------------
Key: ZOOKEEPER-709
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-709
Project: Zookeeper
Issue Type: Bug
Components: contrib-bookkeeper
Reporter: Patrick Hunt
Assignee: Flavio Paiva Junqueira
Priority: Blocker
Fix For: 3.3.0
ant test in bookkeeper results in
compile-test:
[javac] Compiling 10 source files to
/home/phunt/dev/workspace/gitzk/build/contrib/bookkeeper/test
[javac]
/home/phunt/dev/workspace/gitzk/src/contrib/bookkeeper/test/org/apache/bookkeeper/test/BaseTestCase.java:91:
cannot find symbol
[javac] symbol : constructor Factory(java.lang.Integer)
[javac] location: class org.apache.zookeeper.server.NIOServerCnxn.Factory
[javac] serverFactory = new
NIOServerCnxn.Factory(ZooKeeperDefaultPort);
[javac] ^
[javac] 1 error
Flavio can you take a look at this one? (patch)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.