You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/05/14 08:53:23 UTC

[GitHub] [lucene-solr] uschindler commented on pull request #1488: LUCENE-9321: Refactor renderJavadoc to allow relative links with multiple Gradle tasks

uschindler commented on pull request #1488:
URL: https://github.com/apache/lucene-solr/pull/1488#issuecomment-628494121


   Hi, I did a small change:
   The tasks returned by resolving dependencies are *unsorted*. In case of split packages, the results of javadoc execution are therefore not reproducible. I fixed this by applying a sort order:
   - first all projects named "core"
   - all other projects sorted lexicographical by (task) path
   
   This makes the `-link` parameters (and also the absolute ones) predictable in order and also implements it in the same way like ANT did.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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