MP PDF - Jimi image librarry not available

2004-08-29 Thread Andreas Guther
I am having problems getting pictures integrated into the site PDF document
created with the Maven PDF plug-in.
Ther error message is the following:  Jimi image library not available.
From what I could find with a google search I did the following steps
to solve the problem:
I downloaded the JimiProClasses.zip from Java.sun.com and put them in
our local repository as jimi-1.0.jar.  I then added the dependency to the
project. 

But this is not solving the problem.  What else could I be missing?
Thanks in advance for any help.
Andreas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: MP PDF - Jimi image librarry not available

2004-08-29 Thread Arnaud HERITIER
Hello Andreas,


You must put your Jimi jar in your maven/lib directory because these
classes must be accessed from the plugin (there an issue opened for
this problem : http://jira.codehaus.org/browse/MPPDF-8).
Be careful, because there are always some bugs with images and
relative links if you use subdirectories in your documentation:
http://jira.codehaus.org/browse/MPPDF-13

Arnaud

On Sun, 29 Aug 2004 13:37:36 -0700, Andreas Guther
[EMAIL PROTECTED] wrote:
 I am having problems getting pictures integrated into the site PDF document
 created with the Maven PDF plug-in.
 
 Ther error message is the following:  Jimi image library not available.
 
 From what I could find with a google search I did the following steps
 to solve the problem:
 
 I downloaded the JimiProClasses.zip from Java.sun.com and put them in
 our local repository as jimi-1.0.jar.  I then added the dependency to the
 project.
 
 But this is not solving the problem.  What else could I be missing?
 
 Thanks in advance for any help.
 
 Andreas
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]