Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 70119 invoked from network); 29 Oct 2010 03:17:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Oct 2010 03:17:53 -0000 Received: (qmail 88163 invoked by uid 500); 29 Oct 2010 03:17:53 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 87972 invoked by uid 500); 29 Oct 2010 03:17:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 87965 invoked by uid 99); 29 Oct 2010 03:17:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 03:17:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Oct 2010 03:17:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9T3HUHk017650 for ; Fri, 29 Oct 2010 03:17:30 GMT Message-ID: <27209596.136231288322250419.JavaMail.jira@thor> Date: Thu, 28 Oct 2010 23:17:30 -0400 (EDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Created: (DERBY-4875) cross-manual xref problems after doc build change MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 Reporter: Dag H. Wanvik 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.