Re: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Fabio Uechi
Hi again, I found a workaround. Don't know if it's the best solution but it's working now. I created 3 new properties in my project.properties. Each of them just point to the respective library location. maven.pdf.jimi.jar = ${maven.repo.local}/jimi/jars/jimi-1.0.jar maven.pdf.jaicore.jar =

RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread aheritier
Sorry but I sent this mail 5 hours ago but it wasn't received on the ML. == I'm thinking that if you only copy the jar it won't work because we define the classpath for FOP in the plugin script. What you must do: 1) Copy the jar where you want. 2)

RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Arnaud Heritier
Did you try to add the jar in $MAVEN_HOME/lib ?? Arnaud. -Message d'origine- De : Fabio Uechi [mailto:[EMAIL PROTECTED] Envoyé : lundi 17 mai 2004 18:01 À : maven maven Objet : pdf plugin - png images - jimi and jai libraries Hello everybody! I'm trying to generate the pdf

RE: pdf plugin - png images - jimi and jai libraries

2004-05-17 Thread Arnaud Heritier
I'm thinking that if you only copy the jar it won't work because we define the classpath for FOP in the plugin script. What you must do: 1) Copy the jar where you want. 2) Add a new pathelement where we call FOP in the pdf's plugin.jelly file. I'm sorry but I didn't think about this. Can you