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

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

{quote}
We might want an independent task to gather all javadocs, though I did it in 
the "checking broken links" task for the present.
{quote}

The issue is see, is if we add a independent task to gather all the docs in the 
existing structure, it will be mega-slow. Thats because "gathering" is a lot 
more expensive when its tens of thousands of files.

So I tried to work around that issue with my proposal above. But a "gather" 
would definitely be easier for us to implement, we'd have the same structure as 
today when it is done, then we could validate it. The downside is it makes the 
check (and hence "precommit" etc) a lot slower because of the copying.

> 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
>         Attachments: javadocGRADLE.png, javadocHTML4.png, javadocHTML5.png
>
>          Time Spent: 50m
>  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