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

Robert Muir commented on LUCENE-9201:
-------------------------------------

[~tomoko] has a pull request for this issue already: 
https://github.com/apache/lucene-solr/pull/1242

I will do some investigation too. Maybe the actual javadocs/pythonscripts side 
can be cleaned up to make this less painful.
For example it is not good that some python checks only can parse old javadocs 
format that has been removed since java 13. 
So even with the current ant build, things are not in great shape.
Ideally java's doclint would be leaned on more (e.g. enable html check, remove 
jtidy crap). It will make builds faster and reduce maintenance. Gotta at least 
try :)

> Port documentation-lint task to Gradle build
> --------------------------------------------
>
>                 Key: LUCENE-9201
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9201
>             Project: Lucene - Core
>          Issue Type: Sub-task
>    Affects Versions: master (9.0)
>            Reporter: Tomoko Uchida
>            Assignee: Tomoko Uchida
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ant build's "documentation-lint" target consists of those two sub targets.
>  * "-ecj-javadoc-lint" (Javadoc linting by ECJ)
>  * "-documentation-lint"(Missing javadocs / broken links check by python 
> scripts)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to