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

ASF subversion and git services commented on LUCENE-9278:
---------------------------------------------------------

Commit 010168c57b35e402da3d8776c03307af0785a3bd in lucene-solr's branch 
refs/heads/master from Uwe Schindler
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=010168c ]

LUCENE-9321, LUCENE-9278: Refactor renderJavadoc to allow relative links with 
multiple Gradle tasks (#1488)

This also automatically collects linked projects by its dependencies, so we 
don't need to maintain all inter-project javadocs links.

Co-authored-by: Dawid Weiss <dwe...@apache.org>

> Make javadoc folder structure follow Gradle project path
> --------------------------------------------------------
>
>                 Key: LUCENE-9278
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9278
>             Project: Lucene - Core
>          Issue Type: Task
>          Components: general/build
>            Reporter: Tomoko Uchida
>            Assignee: Tomoko Uchida
>            Priority: Major
>             Fix For: master (9.0)
>
>          Time Spent: 7h 10m
>  Remaining Estimate: 0h
>
> Current javadoc folder structure is derived from Ant project name. e.g.:
> [https://lucene.apache.org/core/8_4_1/analyzers-icu/index.html]
>  [https://lucene.apache.org/solr/8_4_1/solr-solrj/index.html]
> For Gradle build, it should also follow gradle project structure (path) 
> instead of ant one, to keep things simple to manage [1]. Hence, it will look 
> like this:
> [https://lucene.apache.org/core/9_0_0/analysis/icu/index.html]
>  [https://lucene.apache.org/solr/9_0_0/solr/solrj/index.html]
> [1] The change was suggested at the conversation between Dawid Weiss and I on 
> a github pr: [https://github.com/apache/lucene-solr/pull/1304]



--
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