I don't like this failure. CategoryPathUtils contains some {@link
CharBlockArray} mentions, while the latter is package-private. When I run
'ant javadocs' the generated javadocs just include the text CharBlockArray
with no link. I don't think that's a true error?Anyway, this made me think that CategoryPathUtils should be package-private itself, since its API relies on package-private API, so I committed that change. I hope that documentation-lint will be happier now. But in general I think that this failure was a false positive. We should be allowed to put such links in jdocs - the generated jdocs don't display them as links, so end-user wise there's no problem. Shai On Mon, Jan 7, 2013 at 7:57 AM, Policeman Jenkins Server < [email protected]> wrote: > Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/58/ > Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC > > All tests passed > > Build Log: > [...truncated 25815 lines...] > -documentation-lint: > [echo] checking for broken html... > [jtidy] Checking for broken html (such as invalid tags)... > [delete] Deleting directory > /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build/jtidy_tmp > [echo] Checking for broken links... > [exec] > [exec] Crawl/parse... > [exec] > [exec] Verify... > [exec] > [exec] > file:///build/docs/facet/org/apache/lucene/facet/taxonomy/class-use/CategoryPath.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] > [exec] > file:///build/docs/facet/org/apache/lucene/facet/taxonomy/writercache/cl2o/CategoryPathUtils.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/facet.taxonomy.writercache.cl2o.CharBlockArray.html > [exec] > [exec] Broken javadocs links were found! > > BUILD FAILED > /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/build.xml:60: > The following error occurred while executing this line: > /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:242: > The following error occurred while executing this line: > /Users/jenkins/jenkins-slave/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1961: > exec returned: 1 > > Total time: 81 minutes 29 seconds > Build step 'Invoke Ant' marked build as failure > Archiving artifacts > Recording test results > Description set: Java: 64bit/jdk1.7.0 -XX:+UseConcMarkSweepGC > Email was triggered for: Failure > Sending email for trigger: Failure > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
