Mailing Lists (was: Out of Memory Error)

2001-06-25 Thread Keiron Liddle
Speaking of sending things to mailing lists. I think we should make the move of getting a fop-user mailing list and keeping the fop-dev list of development (and someone else suggested it to me too). So here's my vote: +1 for fop-user list. Keiron. On Fri, 22 Jun 2001 19:04:17 [EMAIL PROTECTED

build fails with jdk1.2 (jdk1.3 needed !?)

2001-06-25 Thread Christian Geisert
Hi, I just did a cvs update and got the following errors (with jdk1.2.2): [javac] D:\tmp\oss\xml-fop\build\src\org\apache\fop\image\FopImageFactory.java:52: Method getPath() not found in class java.net.URL. [javac] absoluteURL = new URL(Configuration.getStringValue("baseD

RE: Mailing Lists (was: Out of Memory Error)

2001-06-25 Thread Michiel Verhoef
I second that so +2 for fop-user list. Michiel $ -Original Message- $ From: Keiron Liddle [mailto:[EMAIL PROTECTED]] $ Sent: maandag 25 juni 2001 10:28 $ To: [EMAIL PROTECTED] $ Subject: Mailing Lists (was: Out of Memory Error) $ $ $ Speaking of sending things to mailing lists. $ $

RE: Mailing Lists (was: Out of Memory Error)

2001-06-25 Thread Ricardo Coutinho
Count me in. I think it is a good idea. +3 Ricardo -Original Message- From: Michiel Verhoef [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 10:39 AM To: '[EMAIL PROTECTED]' Subject: RE: Mailing Lists (was: Out of Memory Error) I second that so +2 for fop-user list. Michiel

Re: build fails with jdk1.2 (jdk1.3 needed !?)

2001-06-25 Thread Keiron Liddle
I'll fix this, teach me for reading the latest api. I think we probably should think of moving to 1.2 considering the growing dependancies but not require 1.3. On Mon, 25 Jun 2001 10:47:12 Christian Geisert wrote: > Hi, > > I just did a cvs update and got the following errors (with jdk1.2.2):

RE: Mailing Lists (was: Out of Memory Error)

2001-06-25 Thread Ricardo Coutinho
Regarding the out of memory error. Some people had posted a replies to my inquiries regarding FOP and fonts. Are those messages lost? If so then can the relevant persons please repost??? Thanks Ricardo -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]]On Behalf Of Keiron

cvs commit: xml-fop/src/org/apache/fop/image FopImageFactory.java

2001-06-25 Thread keiron
keiron 01/06/25 02:00:43 Modified:src/org/apache/fop/image FopImageFactory.java Log: compiles on jdk1.1 fixes possible npe when no proptocal specified Revision ChangesPath 1.19 +10 -3 xml-fop/src/org/apache/fop/image/FopImageFactory.java Index: FopImageF

cvs commit: xml-fop/src/org/apache/fop/image FopImage.java

2001-06-25 Thread keiron
keiron 01/06/25 02:01:07 Modified:src/org/apache/fop/image FopImage.java Log: changed license Revision ChangesPath 1.7 +5 -49 xml-fop/src/org/apache/fop/image/FopImage.java Index: FopImage.java ===

RE: inline padding

2001-06-25 Thread Williamson, James
Title: RE: inline padding Thanks Arved, Solved my problem, didn't think of looking at the leader element's space property. Regards, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 June 2001 06:43 To: [EMAIL PROTECTED] Subject: Re: inline p

Multithreading

2001-06-25 Thread Heiko Barthel
The embedding sample servlet does not implement the SingleThreadModel, so I guess, FOP is threadsafe. But I remember with FOP 0.18.1 I got some mysterious IndexOutOfBoundExceptions. How about multithreading with FOP in general ? Thanks in advance for your information. Heiko -- GMX - Die Kommuni

RE: Mailing Lists

2001-06-25 Thread Alain Fagot
Keiron wrote: > I think we should make the move of getting a fop-user mailing list > and keeping the fop-dev list of development (and someone else > suggested it to me too). +1 for fop-user list. - To unsubscribe, e-mail: [EMAIL

RE: Mailing Lists

2001-06-25 Thread Fotis Jannidis
> Keiron wrote: > > I think we should make the move of getting a fop-user mailing list > > and keeping the fop-dev list of development (and someone else > > suggested it to me too). > +1 for fop-user list. Fotis - To unsubscrib

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

2001-06-25 Thread keiron
keiron 01/06/25 07:15:54 Modified:src/org/apache/fop/render/pdf PDFRenderer.java Log: workaround for a bug in Acrobat Reader where text may disappear or be placed in the wrong position Revision ChangesPath 1.70 +16 -6 xml-fop/src/org/apache/fop/render/pdf/PDF

keep-together-property

2001-06-25 Thread Andreas Kroop
Hi there, Is there a chance, that the "keep-together"-property will be realised in a (nearly)future release ??? When I use this property, it causes no error, but it also will not work properly... Is there another way to the same functionality about other properties ? thx ANDREAS... ---

Problem with breaks

2001-06-25 Thread GALLO Jean-Claude
I wrote a page with a block element and surprisingly, the block is broken over 2 pages. But the block contains a title displayed on the first page, and the body displayed on the second one. If I run Fop version .18, the title and the contain remains togeter on the second page, with .19, they are

Re: page-position="last"

2001-06-25 Thread Alessandro Marcellini
Hi All, OK, if this can move up the priority of this argument ... I say that I need it very mutch!! I'm building a invoice on the basis of data stored in a Database. So, the grand total have to be written on the region-after of the last page ONLY!! Thank's Alessandro

problems with rowspans

2001-06-25 Thread Petr Andrs
Hi all, in my project I am using tables with rowspans, something like this : good bad ugly ugly nice dice vice literature art java music perl python

Table height

2001-06-25 Thread Alessandro Marcellini
Hi All, I hope someone can help! I'm using fop 0.17 on Linux. My question is: can I have a table of fixed height? My problem is: I've a table splitted on few pages, in the firsts pages the table is full of rows so it doesn't respect the height Property and fill the region-body. Only in the last pa

Adding fonts to... the AWTRenderer

2001-06-25 Thread Martin Batty
Hi, Is there any way I can add Arial to the AWTRenderer with 0.18.1? I've added it to the org.apache.fop.layout.FontInfo and no error occurs when I specify font-family="Arial" in the fo document. However, the text still appears in SansSerif. I this possible? Any help is appreciated, Martin --

Embeded Fop

2001-06-25 Thread Emmanuel Dupouy
Hi, I'm using fop to generate pdf files and it works well. But in my xsl:fo document produced I use fonts that are not contained by default. So I produced an xml which contains the font metrics as fop manual says. After I made an xml configuration file to complete the font declaration of Fop. I

RE: page-position="last"

2001-06-25 Thread Kahn, Gary
I'll second that one. We use a different page layout for the last page on many of our reports. It is also important that I include various legal info on the last page. page-position="last" will go a long way in proving that FOP is viable for production quality work here. Thanks, Gary -Orig

RE: build fails with jdk1.2 (jdk1.3 needed !?)

2001-06-25 Thread Art Welch
Since it was mentioned... Here is a brief update on my JDK 1.1 travails: A few weeks ago I made an official and very vocal proposal that EastPoint move to JDK 1.3. I called a meeting with all the relevant people, and basically the consensus was that we should go to JDK 1.3. So far so good. Unfort

RE: build fails with jdk1.2 (jdk1.3 needed !?)

2001-06-25 Thread Kelly Campbell
As a workaround, you can probably fork out a new 1.2 JVM from 1.1 in order to run stuff like FOP+Batik that requires the 1.2 API. Integration that way isn't exactly clean, but it is a valid workaround that's been used many times elsewhere :-) Upgrading from 1.1 to 1.2 is probably a much much bigg

RE: Multithreading

2001-06-25 Thread Kelly Campbell
I don't know if anyone has done any extensive testing of concurrency with FOP, so please let us know what problems you run into (the IndexOutOfBounds for example), either via this list, or better yet, via Bugzilla so we can track and fix the issues. I've fixed a few places where I found concurrenc

a problem wit PDF generation

2001-06-25 Thread Martin Roob
Hello, we have a problem with the PDF generated by FOP. We are using FOP 0.18.1 (or better, we start using it) on OS/390. Now, the text contained in the PDF documents seem to be generated in EBCDIC, then it is enconded to AsciiHex and put into the PDF document enclosed by stream...endstream. Now,

Re: Mailing Lists (was: Out of Memory Error)

2001-06-25 Thread Martin Stricker
Keiron Liddle wrote: > +1 > for fop-user list. > > Keiron. +1 for [EMAIL PROTECTED] Martin Stricker (no committer) -- Homepage: http://www.martin-stricker.de/ Registered Linux user #210635: http://counter.li.org/ - To unsubscr

PDF-generation with FOP-18.1-DEV

2001-06-25 Thread Ralf Scholle
Hello, PDF-Documents generated by FOP 18 do no longer contain any plain text. Instead, everything is encoded as a stream. Since we run FOP in a host-enbironment, but want to use the generated documents under MS-/Windows, this causes severe problems: FOP uses platform encodiung (EBCDIC), then e

What is changed fop-0.19 from fop-0.18?

2001-06-25 Thread Se-yong, Um
  Hi..   I read CHANGES file in Fop-0.19.0-CVS-src.tar.gz, but lastest changes log is "Done since 0.17 release".     What is changed in fop-0.19 from fop-0.18? Or where can I find that?   --   Se-yong, Um Republic of Korea