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

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

Hi,

this target explains it:

{code:xml}
  <target name="-ecj-javadoc-lint-unsupported" 
unless="ecj-javadoc-lint.supported">
    <fail message="Linting documentation with ECJ is not supported on this Java 
version (${build.java.runtime}).">
      <condition>
        <not><isset property="is.jenkins.build"/></not>
      </condition>
    </fail>
    <echo level="warning" message="WARN: Linting documentation with ECJ is not 
supported on this Java version (${build.java.runtime}). NOTHING DONE!"/>
  </target>
{code}

> 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