Lastest CVS does not build

2001-08-21 Thread Michel Lehon
Hi, I just checked out the lastest CVS version of FOP (to get the fix for the Driver.getContentHandler, BTW thanks for taking care of this). but it does not build... The reason is quite simple. in Build.bat (yes I'm on Windows) the second line for the localclasspath reads set

RE: Cocoon 2 FOP: Sharing SAX events

2001-08-21 Thread Morrison, John
Thanks Keiron, I'll forward this to the Cocoon-dev list and see what they want to do :) -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 21 August 2001 6:46 am To: [EMAIL PROTECTED] Subject: Re: Cocoon 2 FOP: Sharing SAX events John, I have

Re: Bookmarks

2001-08-21 Thread Keiron Liddle
Chetan, The actual problem is that bookmarks were not implemented for the new stream rendering mechanism. The formatting/layout and rendering is being done differently for the top level elements, ie. bookmarks and pagesequence. The bookmarks were being ignored. I have a fix for the problem,

cvs commit: xml-fop/src/org/apache/fop/render/pdf PDFRenderer.java

2001-08-21 Thread keiron
keiron 01/08/21 01:26:11 Modified:src/org/apache/fop/apps StreamRenderer.java src/org/apache/fop/extensions Outline.java src/org/apache/fop/fo FOTreeBuilder.java src/org/apache/fop/fo/pagination Root.java

[GUMP] Build Failure - Fop

2001-08-21 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-08-21/xml-fop.html Build results exceed maximum length.Please see URL above for details.

[DO NOT REPLY: Bug 3204] basic link mouse sensitive area wrongly positioned

2001-08-21 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

[DO NOT REPLY: Bug 3204] basic link mouse sensitive area wrongly positioned

2001-08-21 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Borders not lining up

2001-08-21 Thread Steve McCardle
Hi, Firstly, ... am I in the right place for queries of this nature ? (I've tried fop-dev-help fop-dev-info already !) I'm completely new to FOP and just getting to grips with the examples provided, so I'm probably going to sound really dumb. I've been running through the samples provided in

RE: [GUMP] Build Failure - Fop

2001-08-21 Thread COFFMAN Steven
Hi Sam, Can you do a clean checkout? We now include (and use) the Avalon Framework and LogKit 1.0b4. In addition, we reorganized a few things. It should build fine if you do. -Steve -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:56

Re: Borders not lining up

2001-08-21 Thread Ralph LaChance
Which renderer are you using i.e., in your command line are you using -awt, -pdf, -print ? I just ran a quick test on 0.20.1 on a test case that renders several 6 inch-wide tables on a single page. In cases, the source is xml, transformed via xslt within fop. The results (apologies to all you

fop and VAJ 3.5.3

2001-08-21 Thread [EMAIL PROTECTED]
hi, does anyone know what to do to make FOP run in Visual Age for Java 3.5.3? I tried to import: 1. all java and resource files from Fop's src directory and 2. import xerces-1.2.3.jar, xalan-2.0.0.jar, batic.jar, jimi-1.0.jar But I still get a NullPointerExeption while generating a new sax

Re: fop and VAJ 3.5.3

2001-08-21 Thread Martin Roob
..you have to deselect the hook on the NullPointerException on the tab Exceptions in the VA Debugger. Otherwise, VA will stop in the debugger on every NPE, even if the NPE is handled later (which is the case in StringPool.ensureCapacity). Otherwise you have to press the resume button for about

[DO NOT REPLY: Bug 3207] New: Does not keep fonts size in region-before area.

2001-08-21 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

Re: fop and VAJ 3.5.3

2001-08-21 Thread [EMAIL PROTECTED]
Martin, Thank you for you help, now it works. But i note that I got it only running in VAJ if I import the sources from build directory not from the src directory, and it seems that I need to run ant in advance of the import. The result is, that I actually do not debug (and possibly change)

[DO NOT REPLY: Bug 3208] New: Blocks aligned incorrectly in PDF

2001-08-21 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

RE: Calling FOP from xsql

2001-08-21 Thread COFFMAN Steven
FOP CVS requires all kinds of jars in the classpath you don't have like xalan, xerces, avalon-framework, logkit, (Are jimi, batik and the rest optional?), etc. For the rest, you may need to ask on an XSQL mailing list. If there is not a FOP serializer such as your example refers to, then you'll

Re: [Bug 3208] New: Blocks aligned incorrectly in PDF

2001-08-21 Thread Enrico Schnepel
Hello Steve, Hello Foppers I had the the same problem too and I have developed some test cases where I could test the problem mentioned here under 2). I have attached the diff (and the test cases) which should resolves the problem. I not a commiter so it would be grateful if someone merges

Re: [Bug 3208] New: Blocks aligned incorrectly in PDF

2001-08-21 Thread Ralph LaChance
At 10:35 PM 8/21/01 +0200, you wrote: regarding the first problem: are you printing under windows with acrobat reader 4.0 and up? Try printing on a different printer. I have similar problems with WinNT and Acrobat Reader 4 an 5 when I am printing to a HP LaserJet 4M+. fyi The tests I ran

RE: Borders not lining up

2001-08-21 Thread Art Welch
Hi, I just thought that I would mention that I had problems with Acrobat not printing PDFs in the size that I expected, until I discovered (and turned off) the fit to page option. Art -Original Message- From: Ralph LaChance [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001

table-and-caption problem?

2001-08-21 Thread Don Wellington
Hi- I think this is a bad precendent. In FOP 0.19 fo:table-and-caption produces a table. But, in FOP 0.20.1 fo:table-and-caption is reported as being unsupported in this version, and produces no output. Why? Is that really a good idea? Don

Re: Borders not lining up

2001-08-21 Thread Karen Lease
Hi Steve, There are at least 2 reasons I can see for your confusion about the dimensions. 1. The border.fo file defines an A4 page, which is slightly longer than a US. Letter size page. Acrobat may be scaling the whole image to fit on Letter size paper which can account for the table being

A better shell script for running FOP

2001-08-21 Thread Weiqi Gao
Hi, I have adapted the shell script that Ant uses to run itself into a shell script that can be used to run FOP. I have attached the 'fop' script. This can potentially be a nice replacement for the fop.sh script that FOP currently uses. Benefit of this script: 1. For users of FOP that uses

[DO NOT REPLY: Bug 3215] New: fo:leader with a percentage as leader-length does not display

2001-08-21 Thread bugzilla
PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.

RE: [GUMP] Build Failure - Fop

2001-08-21 Thread Sam Ruby
Steven Coffman wrote: Can you do a clean checkout? We now include (and use) the Avalon Framework and LogKit 1.0b4. In addition, we reorganized a few things. It should build fine if you do. This looks like the same problem that I tracked down on the 18th and reported here. Namely that

FOP PostScript renderer

2001-08-21 Thread Darren Munt
I discovered the other day that FOP has a PostScript renderer. This is very handy because I am using psutils to do booklet PDF printing and it only works on PostScript 3 files. I had been using Ghostscript (pdf2ps) to convert PDFs output from FOP to PostScript. I then use pstops to reduce,

PDFGraphics2D, SVGGraphics2D and fonts: Suggestions for new class methods

2001-08-21 Thread Randall Parker
The current way that fonts are handled is hobbled by the fact that the Graphics2D is the class that PDFGraphics2D and SVGGraphics2D inherit from. One problem is that java.awt.Font can only instantiate fonts that the JVM knows about. What is needed is a call to tell both PDFGraphics2D and