Attached is a very simple docbook example.
Paul Spencer
[EMAIL PROTECTED] wrote:
Looks like some typos.
Pop me a docbook simple file to test on and I'll give it a go.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
Paul Spencer <[EMAIL PROTECTED]> wrote on 04/01/2003 11:40:58 PM:
I have found the following problems with the docbook plugin.
1) In plugin.jelly, ${maven.src.docbook-simple} evaluates to "0". If
the "-" variable name is changed to a "." here and in
plugin.properties, then the variable is correctly evaluated. Is a "-"
allowed in the variable name?
2) In plugin.jelly, ${plugins.dir} should be ${plugin.dir} in the style
attribute. Looks like a type-o.
3) I see the following error in maven.log executing the command "maven
docbook:transform". Any ideas the "style" element is not supported?
ERROR org.apache.commons.jelly.tags.ant.AntTag - Class
org.apache.commons.jelly.tags.werkz.GoalTag doesn't support the nested
"style" element.
Paul Spencer
--
To unsubscribe, e-mail: <mailto:turbine-maven-user-
[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:turbine-maven-user-
[EMAIL PROTECTED]>
ForwardSourceID:NT0009E702
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<book>
<title>Test of DocBook</title>
<chapter>
<title>My test chapter 1</title>
<sect1>
<title>My Section 1</title>
<para>This is just body text</para>
<para>Para 2</para>
<para>para 3</para>
<para>Para 4</para>
</sect1>
<sect1>
<title>2nd Section in Chapter</title>
<para>This is just body text</para>
</sect1>
</chapter>
</book>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>