[ 
https://issues.apache.org/jira/browse/DERBY-5349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13069640#comment-13069640
 ] 

Kim Haase commented on DERBY-5349:
----------------------------------

You are right, I see this too now when I do a clobber. I think the same thing 
happened with the dita2htmlImpl.xsl file a few months ago. It was some sort of 
timing issue, and we resolved it by adding the overwrite="true" option to the 
copy target. I tried this with the map2htmtoc file --

    <copy file="${dita.lib.dir}/map2htmtoc.xsl" todir="${dita.dir}/xsl" 
overwrite="true"/>

and it seems to do the trick. I will revise the DERBY-4408 patch once again.


> 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
>
> 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

        

Reply via email to