On Aug 2, 2004, at 11:35 PM, Larry Evans wrote:
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
Rather annoyingly, Doxygen dumps a whole bunch of unconnected .xml files. So you are right that X.doxyfile is the input (configuration) file, then there are a bunch of output .xml files, which we need to "collect" into a single file...
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"
The "collect.xsl" stylesheet is supposed to take all of those Doxygen XML files and emit a single .xml file (called X.doxygen). However, it seems like something in "xml/index.xml" -- which we process to find all of the other .xml files we're interested in -- might have an incorrect entry. I'm guessing there is a "compound" element in xml/index.xml with an empty refid attribute, perhaps? That would trigger the problem (and I can work around the issue if needed).
Doug
------------------------------------------------------- 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
