Oop! Never mind. I didn't think it was a CLASSPATH issue, because fop.bat worked fine (w2k). However, it was a CLASSPATH issue. I ended up inserting the CLASSPATH call from fop.bat as follows in front of the java call, and it seems to have worked:

  set CLASSPATH="C:/[insert_long_line_of_FOP_CLASSPATH_stuff]";
  java org.apache.fop.image.FopImageFactory.resetCache()

and it didn't error out.

Thanks for listening!

Web Maestro Clay

p.s. It might be nice to add a CLI for resetting FOP's image cache. (Maybe I'll do that some time... :-))

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



Reply via email to