[dbdoclet] Re: How to suppress doctype?
- From: <Jere.Kapyaho@xxxxxxxxx>
- To: <dbdoclet@xxxxxxxxxxxxx>
- Date: Tue, 31 Aug 2004 09:46:00 +0300
Thanks Michael,
dropped the new JAR into my dbdoclet_home/jars directory, but it seems =
to be missing the classes of the following packages:
org.dbdoclet.option
org.dbdoclet.service
org.dbdoclet.tokenizer
After inserting these to the JAR from the 0.58.1 JAR (which I use) I =
still got:
[javadoc] javadoc: In doclet class =
org.dbdoclet.doclet.docbook.DocBookDoclet,
method start has thrown an exception =
java.lang.reflect.InvocationTargetExceptio
n
[javadoc] java.lang.NoSuchMethodError: =
org.dbdoclet.service.XMLServices.getDoc
BookTextLength(Ljava/lang/String;)I
(omitting rest of the stack trace)
So unfortunately I cannot verify the "doctypeless part generation" =
functionality.
--Jere
> -----Original Message-----
> From: dbdoclet-bounce@xxxxxxxxxxxxx
> [mailto:dbdoclet-bounce@xxxxxxxxxxxxx]On Behalf Of ext Michael Fuchs
> Sent: Monday, August 30, 2004 5:46 PM
> To: dbdoclet@xxxxxxxxxxxxx; Kapyaho Jere (Nokia-TP-MSW/Tampere)
> Subject: [dbdoclet] Re: How to suppress doctype?
>=20
>=20
> Hello=20
>=20
> >I have looked in the docs and searched the mailing list=20
> archives, but I =3D
> >just can't find an option to suppress the generation of the DOCTYPE =
=3D
> >element.
>=20
> The option you need is called doclet.noprolog=3D(true|false).=20
> The default is set=20
> to false. Unfortunately I found a bug concerning this option,=20
> while searching=20
> for an answer to your question. You can download a fixed=20
> dbdoclet.jar file at=20
> http://www.dbdoclet.org/patches/dbdoclet.jar. Please get it=20
> and copy it to=20
> your dbdoclet_home/jars directory.
>=20
> >
> >P.S. The "docbook.has-book-tag" seems to be undocumented,=20
> but works. Is =3D
> >that still the official way to create a part instead of a book?
>=20
> This property is deprecated, you should use =
docbook.part=3D(true|false).
>=20
> To get a part document, which can be included via an entity,=20
> set the following=20
> options:
> docbook.part=3Dtrue
> doclet.noprolog=3Dtrue
>=20
> Regards
> Michael
>=20
>=20
- Follow-Ups:
- [dbdoclet] Re: How to suppress doctype?
- From: Michael Fuchs
Other related posts:
- » [dbdoclet] How to suppress doctype?
- » [dbdoclet] Re: How to suppress doctype?
- » [dbdoclet] Re: How to suppress doctype?
- » [dbdoclet] Re: How to suppress doctype?
- [dbdoclet] Re: How to suppress doctype?
- From: Michael Fuchs