You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Metin OSMAN (JIRA)" <ji...@codehaus.org> on 2008/10/02 15:13:08 UTC

[jira] Created: (MSITE-360) Image handling in docbook

Image handling in docbook
-------------------------

                 Key: MSITE-360
                 URL: http://jira.codehaus.org/browse/MSITE-360
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
    Affects Versions: 2.0-beta-7
         Environment: Maven version: 2.0.9
Java version: 1.5.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
            Reporter: Metin OSMAN
         Attachments: simple-site.zip

In a docbook document, Images inside figures don't render correctly.
I don't know if this issue is being caused by maven-site-plugin or the doxia-docbook-simple-module 

This :

{code:xml} 
    <figure>
        <title>Geotools Logo</title>
        <mediaobject>
            <imageobject>
                <imagedata fileref="images/logos/build-by-maven-black.png"
                    format="PNG"/>
                </imageobject>
            <textobject><phrase>Geotools Logo</phrase></textobject>
        </mediaobject>
    </figure>
{code}

render itself as :

{code:xml} 
    <img><h2>Geotools Logo</h2>

        
            
                
                
            Geotools Logo
        
     /&gt;
{code}

The docbook sample is taken from the doxia docbook simple module sources. I have just replaced the imageref with an existing one.

See attached file 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

        

[jira] Moved: (DOXIA-321) Image handling in docbook

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl moved MSITE-360 to DOXIA-321:
-------------------------------------------

    Affects Version/s:     (was: 2.0-beta-7)
                       1.0
                       1.1
                  Key: DOXIA-321  (was: MSITE-360)
              Project: Maven Doxia  (was: Maven 2.x Site Plugin)

> Image handling in docbook
> -------------------------
>
>                 Key: DOXIA-321
>                 URL: http://jira.codehaus.org/browse/DOXIA-321
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.1, 1.0
>         Environment: Maven version: 2.0.9
> Java version: 1.5.0_14
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Metin OSMAN
>         Attachments: simple-site.zip
>
>
> In a docbook document, Images inside figures don't render correctly.
> I don't know if this issue is being caused by maven-site-plugin or the doxia-docbook-simple-module 
> This :
> {code:xml} 
>     <figure>
>         <title>Geotools Logo</title>
>         <mediaobject>
>             <imageobject>
>                 <imagedata fileref="images/logos/build-by-maven-black.png"
>                     format="PNG"/>
>                 </imageobject>
>             <textobject><phrase>Geotools Logo</phrase></textobject>
>         </mediaobject>
>     </figure>
> {code}
> render itself as :
> {code:xml} 
>     <img><h2>Geotools Logo</h2>
>         
>             
>                 
>                 
>             Geotools Logo
>         
>      /&gt;
> {code}
> The docbook sample is taken from the doxia docbook simple module sources. I have just replaced the imageref with an existing one.
> See attached file 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

        

[jira] Closed: (DOXIA-321) Image handling in docbook

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/DOXIA-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-321.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1.1

Fixed in [r781717|http://svn.apache.org/viewvc?view=rev&revision=781717]

> Image handling in docbook
> -------------------------
>
>                 Key: DOXIA-321
>                 URL: http://jira.codehaus.org/browse/DOXIA-321
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.0, 1.1
>         Environment: Maven version: 2.0.9
> Java version: 1.5.0_14
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Metin OSMAN
>            Assignee: Lukas Theussl
>             Fix For: 1.1.1
>
>         Attachments: simple-site.zip
>
>
> In a docbook document, Images inside figures don't render correctly.
> I don't know if this issue is being caused by maven-site-plugin or the doxia-docbook-simple-module 
> This :
> {code:xml} 
>     <figure>
>         <title>Geotools Logo</title>
>         <mediaobject>
>             <imageobject>
>                 <imagedata fileref="images/logos/build-by-maven-black.png"
>                     format="PNG"/>
>                 </imageobject>
>             <textobject><phrase>Geotools Logo</phrase></textobject>
>         </mediaobject>
>     </figure>
> {code}
> render itself as :
> {code:xml} 
>     <img><h2>Geotools Logo</h2>
>         
>             
>                 
>                 
>             Geotools Logo
>         
>      /&gt;
> {code}
> The docbook sample is taken from the doxia docbook simple module sources. I have just replaced the imageref with an existing one.
> See attached file 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