[
https://issues.apache.org/jira/browse/DERBY-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082421#comment-13082421
]
Kristian Waagan commented on DERBY-5362:
----------------------------------------
I'm on a Unix system, more specifically Solaris 11.
Using the technique with tail the file prints fine (i.e. "<html>" on a separate
line, followed by the prompt).
I also get this on the ASF host:
$ tail toc.html
<li><a href="rrefidlengthlimits.html">Limitations on identifier length</a></li>
<li><a href="rrefnumericlimits.html">Numeric limitations</a></li>
<li><a href="rrefstringlimits.html">String limitations</a></li>
<li><a href="rreflimitsxml.html">XML limitations</a></li>
</ul>
</li>
<li><a href="rreftrademderby.html">Trademarks</a></li>
</ul>
</body>
</html>
$
On 10.7, I do see the issue:
$ tail toc.html
<LI><a href="rrefidlengthlimits.html">Limitations on identifier length</a></LI>
<LI><a href="rrefnumericlimits.html">Numeric limitations</a></LI>
<LI><a href="rrefstringlimits.html">String limitations</a></LI>
<LI><a href="rreflimitsxml.html">XML limitations</a></LI>
</UL>
</LI>
<LI><a href="rreftrademderby.html">Trademarks</a></LI>
</UL>
</body>
</html>$
> HTML frameset files lack closing newline character
> --------------------------------------------------
>
> Key: DERBY-5362
> URL: https://issues.apache.org/jira/browse/DERBY-5362
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.8.1.2
> Reporter: Kim Haase
> Assignee: Kim Haase
> Priority: Minor
> Fix For: 10.8.1.6, 10.9.0.0
>
> Attachments: DERBY-5362.diff, DERBY-5362.stat, rgscopyright.html
>
>
> The HTML frameset files are generated without a newline at the end of the
> file. This can be remedied with a one-line change to the dita2htmlImpl.xsl
> and map2htmtoc.xsl files.
> The HTML Book file also lacks a final newline, but tangling with that is
> beyond my powers. (In fact, that file is so lacking in newlines that it is
> virtually unreadable, and the vi editor cannot handle it.)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira