[
https://issues.apache.org/jira/browse/DERBY-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069808#comment-13069808
]
Knut Anders Hatlen commented on DERBY-5349:
-------------------------------------------
The timestamps are updated by this build target:
<target name="dita.regex" unless="regex.done">
<replaceregexp match="select="'.xml'""
replace="select="'.dita'"">
<fileset dir="${dita.script.dir}" includes="**/*.xsl"/>
</replaceregexp>
<touch file="${dita.script.dir}/regex.done"/>
</target>
It seems to be replacing '.xml' with '.dita' in all XSL files. Probably because
we call our doc files *.dita instead of *.xml, as DITA expects?
> Clean docs build fails to pick up customized map2htmtoc.xsl
> -----------------------------------------------------------
>
> Key: DERBY-5349
> URL: https://issues.apache.org/jira/browse/DERBY-5349
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.9.0.0
> Reporter: Knut Anders Hatlen
> Assignee: Kim Haase
>
> If I try to build the documentation from a clean checkout, or after running
> "ant clobber", the customized map2htmtoc.xsl file isn't picked up. This means
> for example that the fix for DERBY-5205 is missing, and the toc.html file
> doesn't have a lang attribute.
> When running "ant -v -lib lib/fop.jar html.getstart", I see this line in
> output from ant:
> [copy] /code/derby/docs/clean-trunk/lib/map2htmtoc.xsl omitted as
> /code/derby/docs/clean-trunk/DITA-OT1.1.2.1/xsl/map2htmtoc.xsl is up to date.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira