Hi,

I've just been attempting to build the current version of the manual
documentation, but I'm having a few problems. I've addressed some of them I
think but the build still fails with a NegativeArraySizeException. (see
below)

The first problem related to the relative path used to import 'docbook.xsl'
in the file 'style-manual.xsl'. My 'maverick' folder is not in the root, so
I just prepended '../' to the URL.

The second problem was due to the fact I am behind a firewall and access the
Net via an proxy. I don't know how to get the stylesheet processor to
retrieve PUBLIC DTDs via the proxy, so I downloaded the relevant files and
modified the URI specified in 'maverick-manual.xml'.

What's confusing me particularly though is the reference to
'http://www.w3.org/XML/1998/namespace' in the list if messages output by the
build. I can't find the source of the URL (it's not in 'lists.xsl' for
instance and there are no includes).

Could someone possibly publish a built version of the current documentation?
I assume it builds html documentation by default.

On a side-note, this little exercise has stirred my interest in docbook. I'm
tempted to try and learn more, but it appears to be quite complex. Should I
be persuaded to take a closer look?

thanks,
Ed.


Z:\maverick.cvs\maverick>ant manual
Buildfile: build.xml

commondocs:

manual:
    [style] Transforming into Z:\maverick.cvs\maverick\docs
    [style] Transforming into Z:\maverick.cvs\maverick\docs
    [style] Loading stylesheet
Z:\maverick.cvs\maverick\tools\style-manual.xsl
    [style] Using original entity definition for "ı".
    [style] Using original entity definition for "<".
    [style] Using original entity definition for ">".
    [style] Using original entity definition for "&".
    [style] Using original entity definition for """.
    [style] Using original entity definition for "'".
    [style] file:///Z:/docbook-xsl-1.48/html/lists.xsl; Line 142; Column -1;
Unexpected numeration: http://www.w3.org/XML/1998/namespace
    [style] file:///Z:/docbook-xsl-1.48/html/lists.xsl; Line 142; Column -1;
Unexpected numeration: http://www.w3.org/XML/1998/namespace
    [style] file:///Z:/docbook-xsl-1.48/html/table.xsl; Line 496; Column -1;
Illegal value used for attribute name:
    [style] file:///Z:/docbook-xsl-1.48/html/table.xsl; Line 496; Column -1;
Illegal value used for attribute name: http://www.w3.org/XML/1998/namespace
    [style] Failed to process
Z:\maverick.cvs\maverick\src\xdocs\maverick-manual.xml

BUILD FAILED

Z:\maverick.cvs\maverick\build.xml:78:
javax.xml.transform.TransformerException:
java.lang.NegativeArraySizeException

Total time: 13 seconds





_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to