On Sat, Jun 20, 2009 at 07:03, Tom Browder <[email protected]> wrote: ... > Yes, Andreas, I can build fop 0.95 (but with test failures, missing > fonts primarily). > > I get heap space errors when trying to create a complex pdf document. > I will try the memory option to see what that does.
Well, it seemed hard to find, but by looking at the fop execution shell script I found how to pass java options: set the JAVA_ARGS environment variable. I did: export JAVA_ARGS="-Xmx256m" and the pdf build woked to completion. Now I can concentrate on other build errors on a new thread. Regards, -Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
