Bug fix for non ASCII environments

2001-07-22 Thread Markus Bernhardt
Hi ! Finally we have the actual FOP running under OS/390. We simply replaced all occurencies of string.getBytes() with: try { string.getBytes("ISO-8859-1"); } catch (UnsupportedEncodingException) {} Is there any chance this fix could go into the official FOP package. It will took only ab

Re: back

2001-07-22 Thread Jeremias Maerki
> 5) there has been some discussion on Apache's general list to > switch from stylebook to docbook or something else. afaik there > has been a lot of voting for docbook but nobody has a working > solution to replace stylebook. We should monitor this discussion > and change as soon as possible.

Re: stopping stdout messages

2001-07-22 Thread Jeremias Maerki
> We are using FOP in our software, and I was wondering if there is an > easy way of stopping the "non-error" standard out messages like : Have a look at the org.apache.fop.messaging package. You will have to implement a class that implements MessageListener (See DefaultMessageListener for exampl

Problem with line-feed

2001-07-22 Thread madhav pulipaka
I have a problem using fop0.17.0. My XML tag is as follows: PRODUCTION METHOD OF 1320JULY2000 IN ENGLISH PRODUCTION METHOD OF 1320JULY2000 IN ENGLISH PRODUCTION METHOD OF 1320JULY2000 IN ENGLISH PRODUCTION METHOD OF 1320JULY2000 IN ENGLISH PRODUCTION METHOD OF 1320JULY2000 IN ENGLISH PRO

Re: Rendering order of rergions?

2001-07-22 Thread Ilkka Hartikainen
Hi Yes, Karen, the background-image properties would solve my problems. I'm not so comfortable with the idea of placing an image file (such as tif) behind the document's content, altough with reasonable resolution the end-result would do fine. But implementing an SVG image in body's background

Re: back

2001-07-22 Thread Arved Sandstrom
On Sunday 22 July 2001 21:30, Karen Lease wrote: > Welcome back Fotis! > Oder soll ich sagen: Herr Doktor Jannidis? ;-) > > It looks like we need to update the "implemented" list too, at least > when/before we do the next release, since lots of stuff has been > happening lately. We are on track f

cvs commit: xml-fop/src/org/apache/fop/layout Page.java

2001-07-22 Thread arved
arved 01/07/22 19:00:37 Modified:src/org/apache/fop/layout Page.java Log: AHS: continued work on fo:marker support Revision ChangesPath 1.14 +16 -1 xml-fop/src/org/apache/fop/layout/Page.java Index: Page.java

cvs commit: xml-fop/src/org/apache/fop/layout AreaTree.java

2001-07-22 Thread arved
arved 01/07/22 19:00:03 Modified:src/org/apache/fop/layout AreaTree.java Log: AHS: continued work on fo:marker support Revision ChangesPath 1.9 +41 -2 xml-fop/src/org/apache/fop/layout/AreaTree.java Index: AreaTree.java

cvs commit: xml-fop/src/org/apache/fop/fo/pagination PageSequence.java

2001-07-22 Thread arved
arved 01/07/22 18:59:38 Modified:src/org/apache/fop/fo/pagination PageSequence.java Log: AHS: continued work on fo:marker support Revision ChangesPath 1.33 +5 -2 xml-fop/src/org/apache/fop/fo/pagination/PageSequence.java Index: PageSequence.java ==

cvs commit: xml-fop/src/org/apache/fop/fo/flow RetrieveMarker.java

2001-07-22 Thread arved
arved 01/07/22 18:58:56 Modified:src/org/apache/fop/fo/flow RetrieveMarker.java Log: AHS: continued work on fo:marker support Revision ChangesPath 1.3 +54 -19xml-fop/src/org/apache/fop/fo/flow/RetrieveMarker.java Index: RetrieveMarker.java

stopping stdout messages

2001-07-22 Thread Etienne Deleflie
Hello, We are using FOP in our software, and I was wondering if there is an easy way of stopping the "non-error" standard out messages like : using renderer org.apache.fop.render.pdf.PDFRenderer using element mapping org.apache.fop.fo.StandardElementMapping using element mapping org.apache.fop.s

Re: Can't build fop: Hangs after "Starting Ant..."

2001-07-22 Thread Peter B. West
Oops! Ok, I'll read the subject line next time. Well, we've established that your ant environment is broken. Sorry I can't be much help from here. Peter Gregor N. Purdy wrote: > It was hung, so the time is the time I let it stay hung until > Ctrl+C. > > > On 22 Jul 2001 09:39:54 +1000,

RE: Starting off

2001-07-22 Thread Darren Munt
>There should be (I hope) one in the binary download. I grabbed Fop-0.19.0-CVS-bin.tar.gz the other day. I couldn't find the .bat or .sh files mentioned in Running FOP. The only scripts in the archive are the .bat and .sh versions of runtests and makedoc. For a Java Dummy like me (and a PC user

cvs commit: xml-fop/src/org/apache/fop/render/awt AWTRenderer.java

2001-07-22 Thread arved
arved 01/07/22 15:12:44 Modified:src/org/apache/fop/render/awt AWTRenderer.java Log: Ralph LaChance/Andy Langowitz: improvements to AWTRenderer (borders,backgrounds...) Revision ChangesPath 1.26 +154 -36 xml-fop/src/org/apache/fop/render/awt/AWTRenderer.java

Re: Can't build fop: Hangs after "Starting Ant..."

2001-07-22 Thread Karen Lease
Hi Gregor, If you are still stuck, I have a few more ideas of things to try. ./build.sh -version Ant should print out its version number (I get: Ant version 1.3 compiled on March 2 2001) If you still get nothing, try running ant from the command line directly (from the same directory where you

Re: Starting off

2001-07-22 Thread Karen Lease
Hi Mary, Yes, to both questions. If you have created an .fo you can use a command like "fop test.fo test.pdf", assuming you have some script or .bat file called fop which will call java with the right arguments. There should be (I hope) one in the binary download. YOu can also use fop to directly

Re: Rendering order of rergions?

2001-07-22 Thread Karen Lease
Hi Ilkka, Assuming that FOP implemented the background properties: background-image, background-position-vertical, background-position-horizontal, could you do what you needed to? These can be specified on all the regions. As far as I can see, there is no explicit limitation on the position being

Re: back

2001-07-22 Thread Karen Lease
Welcome back Fotis! Oder soll ich sagen: Herr Doktor Jannidis? ;-) It looks like we need to update the "implemented" list too, at least when/before we do the next release, since lots of stuff has been happening lately. Redesign: personally, I haven't forgotten about it at all, but I've put it do

Re: Can't build fop: Hangs after "Starting Ant..."

2001-07-22 Thread Gregor N. Purdy
It was hung, so the time is the time I let it stay hung until Ctrl+C. On 22 Jul 2001 09:39:54 +1000, Peter B. West wrote: > Gregor, > > I don't know ant all that well, but here is what happens when I do it: > > /tmp 9:35$ ant > Buildfile: build.xml > > testCRLF: > > BUILD SUCCESSFUL > > To

back

2001-07-22 Thread Fotis Jannidis
Hi, I have finished my work and can put some time into Fop again. I will concentrate on updating the documentation (the status file indicates that nobody is working on this at the moment). To do: 1) update the history file 2) update "running Fop" to include new switches etc. 3) update t

Big picture bug (infinite loop) in 0.19 release

2001-07-22 Thread Sacha Labourey
Hello, While building a pdf with FOP, I have a large picture to integrate in my document. As its size is bigger than 1 page, FOP 0.19 enters an infinite loop. As the PDF output is not the only output format I am using, I do not want to reduce the size of this image as it would "break" other outp

New patch for FOP

2001-07-22 Thread Mark
Hi foptometrists, I have put a new batch of files onto my fop site at http://www.inomial.com/fop. The new patch (fop-010722.patch) includes a couple of fixes to the PDF output - namely, external images and internal links should now both work in PDF. (Thanks to Darren Munt for giving me some ex