You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2005/03/22 19:31:45 UTC

[jira] Commented: (MPPDF-19) Cannot build the pdf documentation for maven 1.1

     [ http://jira.codehaus.org/browse/MPPDF-19?page=comments#action_31251 ]
     
Lukas Theussl commented on MPPDF-19:
------------------------------------

I dont' know if this is related but I saw exactly the same error message (The id "#fig1N70018" already exists in this document) when I included a figure like that in my xdoc:

  <div align="center"><a name="fig1"></a>
    <img width="951" height="584" border="0" src="images/screen.gif" alt="Fig.1"></img>
  </div>

The problem was resolved by replacing the <div> by a <p>:

  <p align="center"><a name="fig1"></a>
    <img width="951" height="584" border="0" src="images/screen.gif" alt="Fig.1"></img>
  </p>


> Cannot build the pdf documentation for maven 1.1
> ------------------------------------------------
>
>          Key: MPPDF-19
>          URL: http://jira.codehaus.org/browse/MPPDF-19
>      Project: maven-pdf-plugin
>         Type: Bug
>     Versions: 2.3
>     Reporter: Arnaud HERITIER
>     Assignee: Arnaud HERITIER

>
>
> Error :
>     [java] [INFO] area contents overflows area in line
>     [java] [INFO] area contents overflows area in line
>     [java] [INFO] area contents overflows area in line
>     [java] [INFO] area contents overflows area in line
>     [java] [INFO] [115]
>     [java] [INFO] [116]
>     [java] [ERROR] file:/D:/Work/Dev/maven-1.1/target/pdf/project.fo:18645:87 The id "#org.apache.maven.plugin.GoalToJellyScriptHousingMapper.methodsN27024C" already exists in this document
> BUILD FAILED
> File...... D:\Work\Data\maven\cache\maven-pdf-plugin-2.3-SNAPSHOT\plugin.jelly
> Element... java
> Line...... 263
> Column.... 94
> Java returned: 2

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