You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sebastian Annies (JIRA)" <ji...@codehaus.org> on 2010/02/22 14:47:55 UTC

[jira] Updated: (DOXIA-381) Using the render-books goal with confluence sources leads to incomplete output

     [ http://jira.codehaus.org/browse/DOXIA-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Annies updated DOXIA-381:
-----------------------------------

    Attachment: TestCase_for_DOXIA-381.patch

Added a TestCase

> 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, TestCase_for_DOXIA-381.patch
>
>
> 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