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

Uwe Schindler commented on LUCENE-7725:
---------------------------------------

BTW: If you try to run ECJ with current Java 9, it fails horribly with 24667 
errors on Lucene-Core :-) Last one is most funny:

{noformat}
 [ecj-lint] 24667. ERROR in C:\Users\Uwe 
Schindler\Projects\lucene\trunk-lusolr1\lucene\core\src\java\org\apache\lucene\util\packed\PagedMutable.java
 (at line 66)
 [ecj-lint]     @Override
 [ecj-lint]      ^^^^^^^^
 [ecj-lint] Override cannot be resolved to a type
{noformat}

This is because ECJ cannot find the JAR file with the runtime classes (rt.jar). 
We have to wait for a new version (see above).

> it should be possible to run "ant precommit" with java9
> -------------------------------------------------------
>
>                 Key: LUCENE-7725
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7725
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Hoss Man
>              Labels: Java9
>
> Eventually we'll want to be sure that {{ant precommit}} works even if you are 
> using java9.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to