On 08/02/2004 05:46 PM, Larry Evans wrote:


On 08/02/2004 05:33 PM, Larry Evans wrote:
[snip]

[snip]

"/home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml/.xml"
I/O warning : failed to load external entity "/home/evansl/prog_dev/boost-cvs/boost/libs/logic/d
...


Should I be worried about "I/O warning : failed to load external entity"?
With `bjam --v2 -d4` output included:
<---------
text-action ../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile

echo "GENERATE_HTML = NO" > "../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile"

echo "GENERATE_LATEX = NO" >> "../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile"
echo "GENERATE_XML = YES" >> "../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile"
echo "INPUT = /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool.hpp /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_fwd.hpp /home/evansl/prog_dev/boost-cvs/boost/boost/logic/tribool_io.hpp " >> "../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile"




doxygen-action ../../../bin.v2/libs/logic/doc/gcc/debug/reference.xml

"/usr/bin/doxygen" ../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxyfile ;
echo "Stamped" > "../../../bin.v2/libs/logic/doc/gcc/debug/reference.xml"


Searching for include files...
Searching for example files...
>------------
The text-action looks like it's just creating input for doxygen, but
the

echo "Stamped" > "../../../bin.v2/libs/logic/doc/gcc/debug/reference.xml"

looks suspect to me.  I'm guessing that with input X.doxyfile, doxygen
outputs X.xml, for whatever X.  However, I found no support for this
conclusion after a glance at:

  http://www.stack.nl/~dimitri/doxygen/doxygen_usage.html

Anyway, after this suspect echo command, there was more output followed
by:
<-------------------

Generating search index...
Generating style sheet...
Generating XML output...
xslt-xsltproc ../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxygen

XML_CATALOG_FILES=catalog.xml "xsltproc" --stringparam doxygen.xml.path /home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml --xinclude -o "../../../bin.v2/libs/logic/doc/gcc/debug/reference.doxygen" "/home/evansl/prog_dev/boost-cvs/boost/tools/boostbook/xsl/doxygen/collect.xsl" "xml/index.xml"

I/O warning : failed to load external entity "/home/evansl/prog_dev/boost-cvs/boost/libs/logic/doc/xml/.xml"

>-----------------
All that reference.doxygen contained is:

<?xml version="1.0" standalone="yes"?>
<doxygen version="1.2.15"/>

My next guess is to figure what produces reference.doxygen and what reference.xml's purpose is.

Anyone have any other ideas about how to figure this one out?



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to