Re: FOP Default Fonts

2009-03-22 Thread Jeremias Maerki
I've just finished cleaning up the code and transformed it into an easy-to-use command-line tool. I've also refactored it so you can easily use the font list generation from your Java code (check out the FontListGenerator class). See here: http://svn.apache.org/viewvc?rev=757172view=rev On

Re: Empty PDF on FOP Servlet

2009-03-22 Thread Jeremias Maerki
No problem here with 0.95 and FOP Trunk. Have you tried running the whole thing outside the Jazz server? What JVM is running the Jazz server? Maybe there's an incompatibility there. On 20.03.2009 16:33:39 Sam Fuqua wrote: I'm using the 0.95 binary. On Fri, Mar 20, 2009 at 11:26 AM, Georg

Re: ArrayIndexOutOfBoundsException in StaticPropertyList.get

2009-03-22 Thread Jeremias Maerki
Just do an ant clean followed by an ant to get a clean build of FOP. What you're seeing is the effect of an inconsistent build. Can happen sometimes when updating the working copy after some changes in FOP's source code. I've had that a number of times. On 21.03.2009 14:16:24 Jason Harrop wrote: