|
Boost Users : |
Subject: Re: [Boost-users] QuickBook
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2010-08-13 06:01:08
On Fri, Aug 13, 2010 at 3:57 AM, OvermindDL1 <overminddl1_at_[hidden]> wrote:
> /* snip */
For note, here is the failing build with -n, and it should be
rewriteURI'ing fine, but it is still trying to get it from the web?
...patience...
...found 1311 targets...
...updating 7 targets...
common.mkdir bin
mkdir -p "bin"
file /tmp/jam3fd91736.000
<?xml version="1.0"?>
<!DOCTYPE catalog
PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<rewriteURI uriStartString="http://www.boost.org/tools/boostbook/dtd/"
rewritePrefix="file:///usr/local/share/boost-trunk/tools/boostbook/dtd/"/>
<rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/current/"
rewritePrefix="file:///usr/local/share/boost-trunk/tools/boostbook/docbook-xsl-1.75.2/"/>
<rewriteURI uriStartString="http://www.oasis-open.org/docbook/xml/4.2/"
rewritePrefix="file:///usr/local/share/boost-trunk/tools/boostbook/docbook-dtd-4.2/"/>
</catalog>
text-action bin/boostbook_catalog.xml
cat "/tmp/jam3fd91736.000" > "bin/boostbook_catalog.xml"
common.mkdir bin/gcc-4.4.3
mkdir -p "bin/gcc-4.4.3"
common.mkdir bin/gcc-4.4.3/debug
mkdir -p "bin/gcc-4.4.3/debug"
quickbook.quickbook-to-boostbook bin/gcc-4.4.3/debug/test.xml
"/usr/local/share/boost-trunk/bin.v2/tools/quickbook/gcc-4.4.3/debug/link-static/quickbook"
-I"." --output-file="bin/gcc-4.4.3/debug/test.xml" "test.qbk"
xslt-xsltproc bin/gcc-4.4.3/debug/test.docbook
XML_CATALOG_FILES="bin/boostbook_catalog.xml"
export XML_CATALOG_FILES
"/usr/bin/xsltproc" --stringparam chunk.first.sections "1"
--stringparam chunk.section.depth "4" --stringparam
generate.section.toc.level "4" --stringparam toc.max.depth "3"
--stringparam toc.section.depth "3" --xinclude -o
"bin/gcc-4.4.3/debug/test.docbook"
"/usr/local/share/boost-trunk/tools/boostbook/xsl/docbook.xsl"
"bin/gcc-4.4.3/debug/test.xml"
xslt-xsltproc bin/gcc-4.4.3/debug/test.html
XML_CATALOG_FILES="bin/boostbook_catalog.xml"
export XML_CATALOG_FILES
"/usr/bin/xsltproc" --stringparam chunk.first.sections "1"
--stringparam chunk.section.depth "4" --stringparam
generate.section.toc.level "4" --stringparam toc.max.depth "3"
--stringparam toc.section.depth "3" --xinclude -o
"bin/gcc-4.4.3/debug/test.html"
"/usr/local/share/boost-trunk/tools/boostbook/xsl/html-single.xsl"
"bin/gcc-4.4.3/debug/test.docbook"
...updated 7 targets...
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net