[ https://issues.apache.org/jira/browse/DERBY-4875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12926443#action_12926443
]
Knut Anders Hatlen commented on DERBY-4875:
-------------------------------------------
This fixed the "all" target, but I still see the problems with the "pdf.ref" target, unless
I make sure the top-level devguide directory is there first. pdf.ref used to work before the
DERBY-4851 changes.
> cross-manual xref problems after doc build change
> -------------------------------------------------
>
> Key: DERBY-4875
> URL: https://issues.apache.org/jira/browse/DERBY-4875
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 10.7.1.0
> Reporter: Dag H. Wanvik
> Assignee: Rick Hillegas
> Attachments: derby-4875-01-aa-dontDeleteLastTemp.diff
>
>
> See thread http://old.nabble.com/Problems-with-docs-build-tt30078424.html#a30078424
> Possible cause (http://old.nabble.com/forum/Permalink.jtp?root=30078424&post=30082083&page=y)
> > After the patch, there is a new preprocessing step, that puts the
> > sources in a temp directory (from doc.properties):
> >
> > temp.source=${basedir}/temp_source
> One problem is that after preprocessing of "ref", the references to
> devguide are assumed to be present as ../devguide, cf. the generated
> dita.list (snippet below). But the way the preprocessing is currently
> done, there is only one manual at a time inside temp_source.
> Presumably, since refs were not resolved, the devguide directory is also
> missing as observed.
> Dag
> Snippet of trunk/temp/dita.list (seen while processing html.ref, inside
> target "debug" of DITA../pretargets.xml, which calls module
> DebugAndFilter):
> rrefsqlj30540.dita,../devguide/cdevcsecuregrantrevokeaccess.dita,rrefjdbc37352.dita
> and then I see this warning:
> [xslt]
> /export/home/dag/java/sb/docs/trunk/DITA-OT1.1.2.1/xsl/preprocess/topicpull.xsl:410:27:
> Warning! Can not load requested doc:
> /export/home/dag/java/sb/docs/trunk/temp/../devguide/cdevcsecuregrantrevokeaccess.dita
> (No such file or directory)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|