[
https://issues.apache.org/jira/browse/ZOOKEEPER-3000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16447292#comment-16447292
]
ASF GitHub Bot commented on ZOOKEEPER-3000:
-------------------------------------------
Github user leventov commented on the issue:
https://github.com/apache/zookeeper/pull/490
@anmolnar if you try to run `ant test` while the test are not compiled yet
(i. e. they have to be compiled), and Ant uses Java 7 which is installed on
your machine for compilation, yes, this is expected that it will fail. You
would need to run with Java 8.
However, I see that `javac.source` and `javac.target` in `build.xml`
already set to 1.8, how do you test it with Java 7 anyway?
> Use error-prone compiler
> ------------------------
>
> Key: ZOOKEEPER-3000
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3000
> Project: ZooKeeper
> Issue Type: Improvement
> Reporter: Roman Leventov
> Priority: Major
>
> See http://errorprone.info/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)