[
https://issues.apache.org/jira/browse/OAK-8517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895963#comment-16895963
]
Vikas Saurabh commented on OAK-8517:
------------------------------------
[~reschke], I did a bisect between [r1829854|https://svn.apache.org/r1829854]
(one before [r1829855|https://svn.apache.org/r1829855]) to now which reported
{noformat}
commit 8b0af7d499b5008dd3a3dbdd50f83128cec04566
Author: Julian Reschke <[email protected]>
Date: Fri Jul 12 14:14:31 2019 +0000
OAK-8478: remove unneeded javadoc plugin version number from reactor pom
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1862976
13f79535-47bb-0310-9956-ffa450edef68
:100644 100644 5324e55858d6ae097f3246678c535cb1cd7e533b
b5dda961cc330913c135c3035aa5fa223f7967a2 M pom.xml
{noformat}
to be the offending commit.
oak-parent/pom.xml has maven-javadoc-plugin version set to 3.1.0. So, I guess
this is failing with (due to side-effect) version bump to 3.1.0. Hopefully
that'd take us forward.
> javadoc:aggregate build fails
> -----------------------------
>
> Key: OAK-8517
> URL: https://issues.apache.org/jira/browse/OAK-8517
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: doc
> Reporter: Julian Reschke
> Priority: Major
>
> {{mvn site -Pdoc,javadoc}} fails with:
> {noformat}
> [ERROR]
> /mnt/c/projects/apache/oak/trunk/oak-jackrabbit-api/src/main/java/org/apache/jackrabbit/api/JackrabbitNode.java:40:
> error: cannot find symbol
> [ERROR] * @param mixinNames
> [ERROR] ^
> [ERROR] symbol: variable LUCENE_47
> [ERROR] location: class Version
> [ERROR]
> /mnt/c/projects/apache/oak/trunk/oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/OakCodec.java:41:
> error: reference not found
> [ERROR] * It simply mimics {@link Lucene46Codec} but
> [ERROR] ^
> [ERROR]
> [ERROR] Command line was: /home/jre/jdk1.8.0_221/jre/../bin/javadoc @options
> @packages
> [ERROR]
> [ERROR] Refer to the generated Javadoc files in
> '/mnt/c/projects/apache/oak/trunk/oak-doc/target/site/apidocs' dir.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)