You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/27 13:24:29 UTC

[jira] Created: (MPPDF-13) img src attributes are not made relative to the xdoc source

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPPDF-13

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPPDF-13
    Summary: img src attributes are not made relative to the xdoc source
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-pdf-plugin

   Assignee: Jason van Zyl
   Reporter: dion gillard

    Created: Sun, 27 Jun 2004 7:23 AM
    Updated: Sun, 27 Jun 2004 7:23 AM

Description:
When running 'maven site' on maven, PDF errors are generated due to the xdocs/reference/developers/ide/eclipse/index.xml which references images in its own directory. the pdf plugin doesn't take into account the document directory, and issues errors:

    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse1.
png) : C:\source\maven\target\pdf\eclipse1.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse2.
png) : C:\source\maven\target\pdf\eclipse2.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse3.
png) : C:\source\maven\target\pdf\eclipse3.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse4.
png) : C:\source\maven\target\pdf\eclipse4.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse5.
png) : C:\source\maven\target\pdf\eclipse5.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse6.
png) : C:\source\maven\target\pdf\eclipse6.png (The system cannot find the file specified)
    [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse7.
png) : C:\source\maven\target\pdf\eclipse7.png (The system cannot find the file specified)

A fix is needed to fo-body.xslt somewhere....


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPPDF-13) img src attributes are not made relative to the xdoc source

Posted by "Arnaud HERITIER (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPPDF-13?page=all ]
     
Arnaud HERITIER closed MPPDF-13:
--------------------------------

    Fix Version: 2.3
     Resolution: Fixed

Patch MPPDF-24 applied. Thanks to Lukas Theussl.

> img src attributes are not made relative to the xdoc source
> -----------------------------------------------------------
>
>          Key: MPPDF-13
>          URL: http://jira.codehaus.org/browse/MPPDF-13
>      Project: maven-pdf-plugin
>         Type: Bug
>     Reporter: dion gillard
>     Assignee: Arnaud HERITIER
>      Fix For: 2.3

>
>
> When running 'maven site' on maven, PDF errors are generated due to the xdocs/reference/developers/ide/eclipse/index.xml which references images in its own directory. the pdf plugin doesn't take into account the document directory, and issues errors:
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse1.
> png) : C:\source\maven\target\pdf\eclipse1.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse2.
> png) : C:\source\maven\target\pdf\eclipse2.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse3.
> png) : C:\source\maven\target\pdf\eclipse3.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse4.
> png) : C:\source\maven\target\pdf\eclipse4.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse5.
> png) : C:\source\maven\target\pdf\eclipse5.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse6.
> png) : C:\source\maven\target\pdf\eclipse6.png (The system cannot find the file specified)
>     [java] [ERROR] Error while creating area : Error while recovering Image Informations (file:/C:/source/maven/target/pdf/eclipse7.
> png) : C:\source\maven\target\pdf\eclipse7.png (The system cannot find the file specified)
> A fix is needed to fo-body.xslt somewhere....

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org