[ https://issues.apache.org/jira/browse/LUCENE-7387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15668048#comment-15668048 ]
ASF subversion and git services commented on LUCENE-7387: --------------------------------------------------------- Commit 280cbfd8fb70376be3d32902baa629baf0b66e00 in lucene-solr's branch refs/heads/master from Chris Hostetter [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=280cbfd ] LUCENE-7387: fix defaultCodec in build.xml to account for the line ending this not only fixes the link in the javadoc to be correct, but also gets precommit working with ant 1.9.6 > Something wrong with how "File Formats" link is generated in docs/index.html > - can cause precommit to fail on some systems > -------------------------------------------------------------------------------------------------------------------------- > > Key: LUCENE-7387 > URL: https://issues.apache.org/jira/browse/LUCENE-7387 > Project: Lucene - Core > Issue Type: Bug > Reporter: Hoss Man > Attachments: LUCENE-7387.patch > > > I'm not sure what's going on, but here's what I've figured out while poking > at things with Ishan to try and figure out why {{ant precommit}} fails for > him on a clean checkout of master... > * on my machine, with a clean checkout, the generated index.html file has > lines that look like this...{noformat} > <li> > <a href="core/org/apache/lucene/codecs/lucene62 > /package-summary.html#package.description">File Formats</a>: Guide to the > supported index format used by Lucene. This can be customized by using <a > href="core/org/apache/lucene/codecs/package-summary.html#package.description">an > alternate codec</a>.</li> > <li> > {noformat}...note there is a newline in the href after {{lucene62}} > * on ishan's machine, with a clean checkout, the same line looks like > this...{noformat} > <li> > <a > href="core/org/apache/lucene/codecs/lucene62%0A/package-summary.html#package.description">File > Formats</a>: Guide to the supported index format used by Lucene. This can > be customized by using <a > href="core/org/apache/lucene/codecs/package-summary.html#package.description">an > alternate codec</a>.</li> > <li> > {noformat}...note that he has a URL escaped {{'NO-BREAK SPACE' (U+00A0)}} > character in href attribute. > * on my machine, {{ant documentation-lint}} doesn't complain about the > newline in the href attribute when checking links. > * on ishan's machine, {{ant documentation-lint}} most certainly complains > about the 'NO-BREAK SPACE'...{noformat} > ... > -documentation-lint: > [echo] checking for broken html... > [jtidy] Checking for broken html (such as invalid tags)... > [delete] Deleting directory > /home/ishan/code/chatman-lucene-solr/lucene/build/jtidy_tmp > [echo] Checking for broken links... > [exec] > [exec] Crawl/parse... > [exec] > [exec] Verify... > [exec] > [exec] file:///build/docs/index.html > [exec] BROKEN LINK: > file:///build/docs/core/org/apache/lucene/codecs/lucene62%0A/package-summary.html > [exec] > [exec] Broken javadocs links were found! > BUILD FAILED > {noformat} > Raising the following questions... > * How is *either* a newline or a 'NO-BREAK SPACE' getting introduced into the > {{$defaultCodecPackage}} variable that index.xsl uses to generate that href > attribute? > * why doesn't {{documentation-lint}} complain that the href has a newline in > it on my system? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org