You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/08/15 03:07:57 UTC

[jira] Closed: (MPPDF-8) add support for external imaging libraries like jimi and jai

     [ http://jira.codehaus.org/browse/MPPDF-8?page=all ]
     
Arnaud Heritier closed MPPDF-8:
-------------------------------

     Resolution: Fixed
    Fix Version: 2.3.1

Modification applied.

> add support for external imaging libraries like jimi and jai
> ------------------------------------------------------------
>
>          Key: MPPDF-8
>          URL: http://jira.codehaus.org/browse/MPPDF-8
>      Project: maven-pdf-plugin
>         Type: Improvement
>  Environment: maven-1.0rc2, maven-pdf-plugin 2.1
>     Reporter: Fábio Franco Uechi
>     Assignee: Arnaud Heritier
>     Priority: Minor
>      Fix For: 2.3.1

>
>
> Problems with the insertion of PNG image files.
> JIMI/JAI libraries needed for handling them.
> How I've solved it:
> I created 3 new properties in my project.properties. Each of
> them just pointing to its respective library location. 
> maven.pdf.jimi.jar=${maven.repo.local}/jimi/jars/jimi-1.0.jar
> maven.pdf.jaicore.jar=${maven.repo.local}/jai/jars/jai_core-1.1.2.jar
> maven.pdf.jaicodec.jar=${maven.repo.local}/jai/jars/jai_codec-1.1.2.jar
> After that I've inserted the following lines to the plugin.jelly
> script file:
> <pathelement location="${pom.getPluginContext('maven-pdf-plugin').getVariable('maven.pdf.jimi.jar')}"/>
> <pathelement location="${pom.getPluginContext('maven-pdf-plugin').getVariable('maven.pdf.jaicore.jar')}"/>
> <pathelement location="${pom.getPluginContext('maven-pdf-plugin').getVariable('maven.pdf.jaicodec.jar')}"/>

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