Doc Build Error
Scott Lowrey
slowrey at nextone.com
Thu Jan 8 15:57:09 UTC 2004
Building the latest QMTest from CVS, I'm getting a jade error while
compiling the documentation. The only thing I know about Jade is that
exists on my system. Any pointers?
[slowrey at moondog qm]$ ./configure --prefix=/opt/test
--with-python=/opt/test/bin/python --enable-maintainer-mode
checking for /opt/test/bin/python... yes
checking Python version... 2.3
checking Python platform... linux-i686
checking for happydoc... /usr/bin/happydoc
configure: creating ./config.status
config.status: creating GNUmakefile
[slowrey at moondog qm]$ make
PYTHONPATH=. /opt/test/bin/python -O ./setup.py build
running build
running build_py
creating build
creating build/lib
creating build/lib/qm
copying qm/__init__.py -> build/lib/qm
copying qm/__version.py -> build/lib/qm
copying qm/attachment.py -> build/lib/qm
copying qm/cmdline.py -> build/lib/qm
copying qm/common.py -> build/lib/qm
copying qm/db.py -> build/lib/qm
copying qm/diagnostic.py -> build/lib/qm
copying qm/executable.py -> build/lib/qm
copying qm/extension.py -> build/lib/qm
copying qm/fields.py -> build/lib/qm
copying qm/label.py -> build/lib/qm
copying qm/lock.py -> build/lib/qm
copying qm/platform.py -> build/lib/qm
copying qm/platform_unix.py -> build/lib/qm
copying qm/platform_win32.py -> build/lib/qm
copying qm/queue.py -> build/lib/qm
copying qm/setup.py -> build/lib/qm
copying qm/structured_text.py -> build/lib/qm
copying qm/temporary_directory.py -> build/lib/qm
copying qm/trace.py -> build/lib/qm
copying qm/user.py -> build/lib/qm
copying qm/web.py -> build/lib/qm
copying qm/xmlutil.py -> build/lib/qm
creating build/lib/qm/external
copying qm/external/__init__.py -> build/lib/qm/external
creating build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_HTML.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_If.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_In.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_InSV.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Let.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Raise.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Return.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_String.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Try.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_UI.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Util.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_Var.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DT_With.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DTtest.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DTtestExpr.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DTtest_basicIn.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/DocumentTemplate.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/VSEval.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/__init__.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/gparse.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/gparse_test.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/pDocumentTemplate.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/setup.py ->
build/lib/qm/external/DocumentTemplate
copying qm/external/DocumentTemplate/ts_regex.py ->
build/lib/qm/external/DocumentTemplate
creating build/lib/qm/test
copying qm/test/__init__.py -> build/lib/qm/test
copying qm/test/base.py -> build/lib/qm/test
copying qm/test/cmdline.py -> build/lib/qm/test
copying qm/test/command_thread.py -> build/lib/qm/test
copying qm/test/context.py -> build/lib/qm/test
copying qm/test/database.py -> build/lib/qm/test
copying qm/test/directory_suite.py -> build/lib/qm/test
copying qm/test/execution_engine.py -> build/lib/qm/test
copying qm/test/execution_thread.py -> build/lib/qm/test
copying qm/test/file_database.py -> build/lib/qm/test
copying qm/test/file_result_reader.py -> build/lib/qm/test
copying qm/test/file_result_stream.py -> build/lib/qm/test
copying qm/test/resource.py -> build/lib/qm/test
copying qm/test/result.py -> build/lib/qm/test
copying qm/test/result_reader.py -> build/lib/qm/test
copying qm/test/result_stream.py -> build/lib/qm/test
copying qm/test/runnable.py -> build/lib/qm/test
copying qm/test/suite.py -> build/lib/qm/test
copying qm/test/target.py -> build/lib/qm/test
copying qm/test/test.py -> build/lib/qm/test
creating build/lib/qm/test/classes
copying qm/test/classes/__init__.py -> build/lib/qm/test/classes
copying qm/test/classes/command.py -> build/lib/qm/test/classes
copying qm/test/classes/dejagnu_base.py -> build/lib/qm/test/classes
copying qm/test/classes/dejagnu_stream.py -> build/lib/qm/test/classes
copying qm/test/classes/dejagnu_test.py -> build/lib/qm/test/classes
copying qm/test/classes/dg_test.py -> build/lib/qm/test/classes
copying qm/test/classes/file.py -> build/lib/qm/test/classes
copying qm/test/classes/file_label.py -> build/lib/qm/test/classes
copying qm/test/classes/mount_database.py -> build/lib/qm/test/classes
copying qm/test/classes/pickle_result_stream.py -> build/lib/qm/test/classes
copying qm/test/classes/process_target.py -> build/lib/qm/test/classes
copying qm/test/classes/python.py -> build/lib/qm/test/classes
copying qm/test/classes/python_label.py -> build/lib/qm/test/classes
copying qm/test/classes/rsh_target.py -> build/lib/qm/test/classes
copying qm/test/classes/serial_target.py -> build/lib/qm/test/classes
copying qm/test/classes/sql_result_stream.py -> build/lib/qm/test/classes
copying qm/test/classes/temporary.py -> build/lib/qm/test/classes
copying qm/test/classes/text_result_stream.py -> build/lib/qm/test/classes
copying qm/test/classes/thread_target.py -> build/lib/qm/test/classes
copying qm/test/classes/xml_database.py -> build/lib/qm/test/classes
copying qm/test/classes/xml_result_stream.py -> build/lib/qm/test/classes
copying qm/test/classes/explicit_suite.py -> build/lib/qm/test/classes
creating build/lib/qm/test/web
copying qm/test/web/__init__.py -> build/lib/qm/test/web
copying qm/test/web/web.py -> build/lib/qm/test/web
running build_scripts
creating build/scripts-2.3
copying and adjusting qm/test/qmtest -> build/scripts-2.3
changing mode of build/scripts-2.3/qmtest from 664 to 775
copying qm/test/classes/classes.qmc -> build/lib/qm/test/classes
PYTHONPATH=. /opt/test/bin/python -O ./setup.py build_doc
running build_doc
creating /home/slowrey/pkg/build/qm/qm/test/doc/html
/usr/bin/jade -D/usr/share/sgml/docbook
-D/usr/share/sgml/docbook/dsssl-stylesheets -t sgml -d
/home/slowrey/pkg/build/qm/doc/qm-sgml.dsl
/usr/share/doc/openjade-1.3.1/pubtext/xml.dcl
/home/slowrey/pkg/build/qm/qm/test/doc/manual.xml
/usr/bin/jade:/home/slowrey/pkg/build/qm/qm/test/doc/reference.xml:1126:12:E:
character "&" not allowed in attribute specification list
error: command '/usr/bin/jade' failed with exit status 1
make: *** [doc] Error 1
--
*Scott Lowrey*
NexTone Communications
Germantown, Maryland
/(240)912-1369/
www.nextone.com <http://www.nextone.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sourcerytools.com/pipermail/qmtest/attachments/20040108/140a30e9/attachment.html>
More information about the qmtest
mailing list