[
https://issues.apache.org/jira/browse/LUCENE-9316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17081286#comment-17081286
]
Tomoko Uchida commented on LUCENE-9316:
---------------------------------------
Please ignore my previous comment, the error isn't related to parallel
execution of javadoc and renderJavadoc, but it seems something wrong with
"renderJavadoc" task.
This works for me.
{code:java}
$ ./gradlew clean
BUILD SUCCESSFUL in 1s
$ ./gradlew :lucene:core:renderJavadoc
{code}
But this does not work. (I have no idea about it for now, will look at it.)
{code:java}
$ ./gradlew clean :lucene:core:renderJavadoc
FAILURE: Build failed with an exception.
* Where:
Script '/mnt/hdd/repo/lucene-solr/gradle/render-javadoc.gradle' line: 104
* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> java.io.FileNotFoundException:
> /mnt/hdd/repo/lucene-solr/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
> (そのようなファイルやディレクトリはありません)
{code}
> Incorporate all :precommit tasks into :check
> --------------------------------------------
>
> Key: LUCENE-9316
> URL: https://issues.apache.org/jira/browse/LUCENE-9316
> Project: Lucene - Core
> Issue Type: Sub-task
> Reporter: Dawid Weiss
> Assignee: Dawid Weiss
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]