Using the render-books goal with confluence sources leads to incomplete output
------------------------------------------------------------------------------

                 Key: DOXIA-381
                 URL: http://jira.codehaus.org/browse/DOXIA-381
             Project: Maven Doxia
          Issue Type: Bug
          Components: Book, Maven plugin, Module - Confluence
    Affects Versions: 1.1.2
         Environment: linux 
java 1.6
            Reporter: Sebastian Annies
         Attachments: docbook-test.tar.bz2

my simple book example contains just one *.confluence file and one chapter.
When rendering doc-book or xhtml the generation of the xml just seems to stop 
at the end of the confluence source without closing all the elements opened 
before: 

{code:xml}
<book>
  <bookinfo>
    <title>UI Toolkit Documentation</title>
  </bookinfo>
  <chapter>
    <title>Introduction and Overview</title>
    <section>
      <title>Typographic conventions</title>
    </section>
    ....
    <para>While these seem quite some steps to achieve such a rather simple 
task (edit a string property of some
      article), most of this happens behind the scenes. You, as a UI developer, 
only have to bind the text field to the
      right model Bean and property, and everything else is taken care of.
    </para>  <-- The document just ends here!!!
{code}

attached as docbook-test.tar.bz2 is a demo project

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to