Hi,

this is a well-known limitation of Javadocs. If you use org.apache.lucene.core 
as Package, this is internally mapped to the main module (the first one with 
this package); the misc module is not revisited for the class so the link 
inside Javadocs gets wrong, as pointing to core package. Like Java 9 modules 
and also OSGI, it is not possible to have the same package name in several JAR 
files / compilation units. When we make Java 9 modules from our JAR files at 
some ooint, we have to revisit our package structure.

For now, we can only remove the Javadocs link and replace by a {@code} link.

The other (more correct) option would be to move the conflicting classes 
(SortingMergePolicy) into other packages.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [email protected]


> -----Original Message-----
> From: Policeman Jenkins Server [mailto:[email protected]]
> Sent: Saturday, February 13, 2016 1:32 PM
> To: [email protected]
> Subject: [JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 3082
> - Still Failing!
> 
> Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/3082/
> Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC
> 
> All tests passed
> 
> Build Log:
> [...truncated 68431 lines...]
> -documentation-lint:
>     [jtidy] Checking for broken html (such as invalid tags)...
>    [delete] Deleting directory /Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/lucene/build/jtidy_tmp
>      [echo] Checking for broken links...
>      [exec]
>      [exec] Crawl/parse...
>      [exec]
>      [exec] Verify...
>      [exec]
>      [exec] file:///Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/docs/solr-core/org/apache/solr/index/class-
> use/MergePolicyFactory.html
>      [exec]   BROKEN LINK: file:///Users/jenkins/workspace/Lucene-Solr-
> trunk-
> MacOSX/lucene/build/docs/core/org/apache/lucene/index/SortingMergePo
> licy.html
>      [exec]
>      [exec] file:///Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/docs/solr-core/org/apache/solr/index/package-
> summary.html
>      [exec]   BROKEN LINK: file:///Users/jenkins/workspace/Lucene-Solr-
> trunk-
> MacOSX/lucene/build/docs/core/org/apache/lucene/index/SortingMergePo
> licy.html
>      [exec]
>      [exec] file:///Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/docs/solr-
> core/org/apache/solr/index/SortingMergePolicyFactory.html
>      [exec]   BROKEN LINK: file:///Users/jenkins/workspace/Lucene-Solr-
> trunk-
> MacOSX/lucene/build/docs/core/org/apache/lucene/index/SortingMergePo
> licy.html
>      [exec]
>      [exec] file:///Users/jenkins/workspace/Lucene-Solr-trunk-
> MacOSX/solr/build/docs/solr-core/org/apache/solr/index/class-
> use/WrapperMergePolicyFactory.html
>      [exec]   BROKEN LINK: file:///Users/jenkins/workspace/Lucene-Solr-
> trunk-
> MacOSX/lucene/build/docs/core/org/apache/lucene/index/SortingMergePo
> licy.html
>      [exec]
>      [exec] Broken javadocs links were found!
> 
> BUILD FAILED
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:740: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:101: The
> following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:632:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:645:
> The following error occurred while executing this line:
> /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-
> build.xml:2486: exec returned: 1
> 
> Total time: 99 minutes 13 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to