Re: Is it ok to have NullPointerException while running build's examples target for fop 0.94?

2007-08-20 Thread Christian Geisert
Andrejus Chaliapinas schrieb:
 Hi,
 
 I've made checkout of fop 0.94 branch and while running examples target from
 build, get this:
 
  
 
   [fop] D:\eclipse\test\fop-0_94\examples\fo\basic\images.fo -
 D:\eclipse\test\fop-0_94\build\examples\images.pdf
 
   [fop] [ERROR] AbstractFopImage - Error while loading image (Gif): null
 java.lang.NullPointerExceptionjava.lang.NullPointerException
 
   [fop] at sun.awt.image.URLImageSource.init(URLImageSource.java:43)

[..]

 Could that be fixed? I think I had similar problems with 0.93, but thought
 GIFs were fixed  already in 0.94. In resulting PDF I could see normally all
 JPEG/PNG/TIFF images, but not GIFs L.

I just tried it (both with the examples-target and with the fop command)
and it worked for me on both ways.
How are you running it? Which Java version are you using?
Could you please run the image.fo example with the fop command.

-- 
Christian



RE: Is it ok to have NullPointerException while running build's examples target for fop 0.94?

2007-08-20 Thread Andrejus Chaliapinas
  Could that be fixed? I think I had similar problems with 0.93, but
 thought
  GIFs were fixed  already in 0.94. In resulting PDF I could see normally
 all
  JPEG/PNG/TIFF images, but not GIFs L.
 
 I just tried it (both with the examples-target and with the fop command)
 and it worked for me on both ways.
 How are you running it? Which Java version are you using?

I'm running Ant build from inside my Eclipse 3.1 framework with JDK 1.3.1.

 Could you please run the image.fo example with the fop command.

Why that should be different in comparison with Ant build run, especially
having all other graphics correct in resulting images.pdf?

Andrejus