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

2009-06-20 Thread Tom Browder
On Sat, Jun 20, 2009 at 02:20, Andreas Delmelle andreas.delme...@telenet.be wrote: ... Am I getting this correctly? You managed to build FOP, but now have memory issues while formatting a document? Yes, Andreas, I can build fop 0.95 (but with test failures, missing fonts primarily). I get

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

2009-06-20 Thread Tom Browder
On Sat, Jun 20, 2009 at 07:03, Tom Browder tom.brow...@gmail.com 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

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

2009-06-19 Thread Tom Browder
On Tue, Jun 16, 2009 at 15:08, J.Pietschmannj3322...@yahoo.de wrote: On 16.06.2009 13:53, Andreas Delmelle wrote: As to your initial problem: like Vincent, I've never run into memory-related issues while /compiling/ FOP. I had difficulties running the JUnit-Tests included in the default ant

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

2009-06-16 Thread Vincent Hennebert
Hi Tom, I assumed you installed the standard Debian package that provides the Sun jdk, but if it is in /opt/sun/something this is probably not the case. Any reason why you would need your own Sun Java installation? Otherwise you can install the sun-java6-jdk package, and then you can choose your

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

2009-06-16 Thread Tom Browder
On Tue, Jun 16, 2009 at 05:53, Vincent Hennebertvhenneb...@gmail.com wrote: Hi Tom, I assumed you installed the standard Debian package that provides the Sun jdk, but if it is in /opt/sun/something this is probably not the case. Any reason why you would need your own Sun Java installation? I

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

2009-06-16 Thread Andreas Delmelle
On 15 Jun 2009, at 15:44, Tom Browder wrote: Hi Tom Just noticed this little comment: P.S. Would someone like a test docbook xml file to give fop -pdf a good workout? You're always welcome to send FO files you're having problems with. Note: we'd rather not get the source XML, since that

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

2009-06-16 Thread Tom Browder
On Tue, Jun 16, 2009 at 05:53, Vincent Hennebertvhenneb...@gmail.com wrote: Hi Tom, ... Make sure you are running the correct jvm by typing ‘javac -version’ on the terminal. Okay, I still have the same problems with building from the trunk (r785169). I have downloaded fop-0.95 and have

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

2009-06-16 Thread Tom Browder
On Tue, Jun 16, 2009 at 06:53, Andreas Delmelleandreas.delme...@telenet.be wrote: On 15 Jun 2009, at 15:44, Tom Browder wrote: ... You're always welcome to send FO files you're having problems with. Note: we'd rather not get the source XML, since that is strictly speaking out of scope for FOP.

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

2009-06-16 Thread Andreas Delmelle
On 16 Jun 2009, at 14:00, Tom Browder wrote: Hi Tom On Tue, Jun 16, 2009 at 06:53, Andreas Delmelleandreas.delme...@telenet.be wrote: On 15 Jun 2009, at 15:44, Tom Browder wrote: ... You're always welcome to send FO files you're having problems with. Note: we'd rather not get the source

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

2009-06-16 Thread Tom Browder
On Tue, Jun 16, 2009 at 07:13, Andreas Delmelleandreas.delme...@telenet.be wrote: ... You can send it to me (since I was the one who proposed to do so) Coming at you shortly, Andreas,... -Tom - To unsubscribe, e-mail:

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

2009-06-16 Thread Tom Browder
On Tue, Jun 16, 2009 at 07:13, Andreas Delmelleandreas.delme...@telenet.be wrote: On 16 Jun 2009, at 14:00, Tom Browder wrote: ... You're always welcome to send FO files you're having problems with. Note: we'd rather not get the source XML, since that is strictly speaking out Well, I just

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

2009-06-16 Thread J.Pietschmann
On 16.06.2009 13:53, Andreas Delmelle wrote: As to your initial problem: like Vincent, I've never run into memory-related issues while /compiling/ FOP. I had difficulties running the JUnit-Tests included in the default ant target, and I always run out of memory while building javadocs on

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

2009-06-15 Thread Vincent Hennebert
Hi Tom, I can build FOP without any problem on the same system (ok, jdk1.6.0_13 instead of jdk1.6.0_14 but that shouldn’t change anything really). Are you sure you are actually running the Sun jdk? This is the usual trap on Debian-based systems. Run ‘update-alternatives --display javac’ in a

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

2009-06-15 Thread Tom Browder
On Mon, Jun 15, 2009 at 05:13, Vincent Hennebertvhenneb...@gmail.com wrote: Hi Tom, ... Are you sure you are actually running the Sun jdk? This is the usual trap on Debian-based systems. Run ‘update-alternatives --display javac’ in a terminal. If it is not set to Sun’s jdk, you can set it like

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

2009-06-15 Thread Tom Browder
On Mon, Jun 15, 2009 at 05:13, Vincent Hennebertvhenneb...@gmail.com wrote: ... in a terminal. If it is not set to Sun’s jdk, you can set it like this:    sudo update-java-alternatives -s java-6-sun Vincent, I don't understand the command. I can trace the links back to another javac. My

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

2009-06-15 Thread Tom Browder
On Mon, Jun 15, 2009 at 05:13, Vincent Hennebertvhenneb...@gmail.com wrote: Hi Tom, ... in a terminal. If it is not set to Sun’s jdk, you can set it like this:    sudo update-java-alternatives -s java-6-sun Ah, I see what /etc/alternatives is. I've never been aware of that! I know this is

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

2009-06-15 Thread Tom Browder
On Mon, Jun 15, 2009 at 05:13, Vincent Hennebertvhenneb...@gmail.com wrote: Hi Tom, I can build FOP without any problem on the same system (ok, jdk1.6.0_13 instead of jdk1.6.0_14 but that shouldn’t change anything really). Are you sure you are actually running the Sun jdk? This is the usual

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

2009-06-15 Thread Andreas Delmelle
On 15 Jun 2009, at 02:18, Tom Browder wrote: Hi Tom I am getting lots of warnings errors building Fop (trunk, r784614), among them: ... ASCII [javac] * Ascender Height is the character???s most positive y-axis value. [javac]^ [javac]

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

2009-06-15 Thread Tom Browder
On Mon, Jun 15, 2009 at 14:22, Andreas Delmelleandreas.delme...@telenet.be wrote: On 15 Jun 2009, at 02:18, Tom Browder wrote: ... Seems like a badly encoded 'smart quote'... I checked the file in my IDE, and noticed a similar substitution. I just replaced it with a regular apostrophe and

Fop Trunk Fails to Build (Linux, Ubuntu 9.04, x86_64, jdk1.6.0_14)

2009-06-14 Thread Tom Browder
I am getting lots of warnings errors building Fop (trunk, r784614), among them: ... ASCII [javac] * Ascender Height is the character???s most positive y-axis value. [javac]^ [javac]