You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Tomoko Uchida (Jira)" <ji...@apache.org> on 2020/07/23 09:44:00 UTC

[jira] [Reopened] (LUCENE-9321) Port documentation task to gradle

     [ https://issues.apache.org/jira/browse/LUCENE-9321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomoko Uchida reopened LUCENE-9321:
-----------------------------------

I noticed that {{checkBrokenLinks}} task for Solr fails on snapshot builds with "BAD EXTERNAL LINK" errors:
{code:java}
file:///mnt/hdd/repo/lucene-solr/solr/build/documentation/test-framework/org/apache/solr/cloud/AbstractFullDistribZkTestBase.html
  BAD EXTERNAL LINK: https://lucene.apache.org/core/9_0_0/core/org/apache/lucene/util/LuceneTestCase.html
  BAD EXTERNAL LINK: https://lucene.apache.org/core/9_0_0/core/org/apache/lucene/util/LuceneTestCase.Slow.html
  BAD EXTERNAL LINK: https://lucene.apache.org/core/9_0_0/core/org/apache/lucene/util/LuceneTestCase.html
......
{code}
 

Ant build seems to avoid the situation by this URL construction trick, we may also need to mimic it if we intend to run the task on snapshot build (by everyday Jenkins job) ?
 [https://github.com/apache/lucene-solr/blob/master/solr/common-build.xml#L330]

What do you think [~uschindler] [~dweiss] - would you lend me your expertise ?

> Port documentation task to gradle
> ---------------------------------
>
>                 Key: LUCENE-9321
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9321
>             Project: Lucene - Core
>          Issue Type: Sub-task
>          Components: general/build
>            Reporter: Tomoko Uchida
>            Assignee: Uwe Schindler
>            Priority: Major
>             Fix For: master (9.0)
>
>         Attachments: screenshot-1.png
>
>          Time Spent: 9h
>  Remaining Estimate: 0h
>
> This is a placeholder issue for porting ant "documentation" task to gradle. The generated documents should be able to be published on lucene.apache.org web site on "as-is" basis.



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

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