« Return to Thread: Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14) [SOLVED]

Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14) [SOLVED]

by Tom Browder :: Rate this Message:

Reply to Author | View in Thread

On Sat, Jun 20, 2009 at 07:03, Tom Browder <tom.browder@...> 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: fop-users-unsubscribe@...
For additional commands, e-mail: fop-users-help@...

 « Return to Thread: Re: Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14) [SOLVED]