cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.java FopServlet.java

2002-04-11 Thread keiron
keiron 02/04/12 00:01:57 Modified:contrib/plan build.sh contrib/servlet build.xml contrib/servlet/src FopPrintServlet.java FopServlet.java Log: fixed compile errors Revision ChangesPath 1.3 +1 -1 xml-fop/contrib/plan/build.sh

Re: Unix and FOP ?

2002-04-11 Thread John Austin
On Thursday 11 April 2002 09:37, you wrote: > Hi, > > I need information the file xsl:fo transformation in UNIX. > What's I need by uses XSL:FO in UNIX? > Can I do? You can use xsl:fo in ANY system that has an implementation of the Java VM. This includes any reasonable implementation of Unix (AF

Re: AW: Multithreading FOP ?

2002-04-11 Thread Peter B. West
Please excuse my ignorance of these issues, but what mechanisms would folks expect to use to set per-invocation configurations for FOP? Peter Chaumette, Patrick wrote: >Thanks for the infos, > >also got this from Arnd > > >-- >One problem you may run across is that configuratio

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Peter B. West
Keiron, I await the result of the vote, but I am grateful for the nomination, and would be happy to accept. Let me say that anyone who has monitored the Mulberry XSL list over the last 18 months will be aware of just how prolific, knowledgeable and innovative Joerg is in this area. Peter Ke

fo:leader issue

2002-04-11 Thread Eduardos
Hi All, I am building the table-of-contents for a pdf document using fop-0.20.3, XSL, and XML. Each row of the TOC has to be in the following format: ^[--- column 1 ][-- col 2 --]$ ^[title]:[subtitle].[author][page number]$ ^ - start of line $ - end of line

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Christian Geisert
Keiron Liddle wrote: > > I propose that we offer Peter West and Joerg Pietschmann to become > committers. +1 and while we are at it in addition I would like to propose Jeremias Märki as committer (I'll send an extra mail) Christian

RE: FOP Status

2002-04-11 Thread Arved Sandstrom
This is still accurate as far as I am concerned, although I have not done much yet. However I have to look at images anyway with respect to my other project so it will definitely happen and happen soon. I am also transitioning my FOP development setup from Linux over to Win2K so I can get more pr

RE: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Arved Sandstrom
Absolutely and wholeheartedly +1. -Original Message- From: Keiron Liddle [mailto:[EMAIL PROTECTED]] Sent: April 11, 2002 7:16 AM To: [EMAIL PROTECTED] Subject: [Vote] New committers: Peter West, Joerg Pietschmann? I propose that we offer Peter West and Joerg Pietschmann to become commi

Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
> The change from LogKit to Avalon Logger has happened after the 0.20.3 > release. The documentation on the website already reflects the changes > in CVS. There's no release yet with the new logging. You could download > the CVS-version, though. Ok ,thx for this information, but our intranet solu

Re: Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Jeremias Maerki
The change from LogKit to Avalon Logger has happened after the 0.20.3 release. The documentation on the website already reflects the changes in CVS. There's no release yet with the new logging. You could download the CVS-version, though. > I downloaded the current source code(fop-0.20.3-src.tar.

Re: No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick
I finally succeeded building FOP with JDK 1.2.2 by using the versions 1.3 (cvs tag: fop-0_20_3) of the files: AWTFontMetrics FontMetricsMapper FontSetup Greetings, Patrick --- Dipl. Inform. Patrick Chaumette T-Systems ITS GmbH Service Prozesse Retail Hausansc

UNIX AND FOP?

2002-04-11 Thread Carlos Daniel Schafer
Hi, I need information the file xsl:fo transformation in UNIX. What's I need by uses XSL:FO in UNIX? Can I do? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Logging Issuae AVALON vs LOGKIT

2002-04-11 Thread Holger Prause
Hello, i have some questions about the status of the development of the logging class First of all some information about the jars i have in classpath 1 fop.jar from version fop-0.20.3 2 avalon-framework-4.1.2.jar from version Avalon-4.1.2 3 logkit.jar from version LogKit-1.0.1 I am a little b

AW: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick
Thanks for the infos, also got this from Arnd -- One problem you may run across is that configuration in FOP is help in global objects. Besides not being thread-safe you will not be able to run multiple FOP threads with different configuration settings. If you want to investig

No FOP build with JDK 1.2.2

2002-04-11 Thread Chaumette, Patrick
Hello, i just wanted to build fop 0.20.3 from the fop-0.20.3-src file using JDK 1.2.2. Can't build it since the class org.apache.fop.render.awt.AWTFontMetrics uses Font.TRUETYPE_FONT. This is not part of JDK 1.2.2 but only comes in JDK 1.3.1 and above. Is this already known or not a problem ?

StyledDocument export to FOP

2002-04-11 Thread Cory_Berg
Hi all, Sorry if this has been asked before - I was just wondering if there was any existing implementation out there for exporting javax.swing.text-style element trees (i.e. Default Styled Document etc) into FOP-style XML. Thanks in advance for any thoughts! Cory Berg [EMAIL PROTECTED]

Unix and FOP ?

2002-04-11 Thread Carlos Daniel Schafer
Hi, I need information the file xsl:fo transformation in UNIX. What's I need by uses XSL:FO in UNIX? Can I do? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Multithreading FOP ?

2002-04-11 Thread Jean-François Selber
yes there is a problem. I have used fop in a servlet and i should synchronized fop running. jf - Original Message - From: "Chaumette, Patrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 1:34 PM Subject: Re: Multithreading FOP ? > Hello, > > could you pre

Re: Multithreading FOP ?

2002-04-11 Thread David B. Bitton
I had an issue with multithreading but it was as a result of my code and not FOP. I have the Driver object as a global in my SOAP class, so it was getting detroyed because I had the class set to Application for its lifetime setting. Once I made Driver a local, created a new instance for each cal

Nested Tables & column-widths

2002-04-11 Thread dbrahmandam
Hi, I have been trying to convert html code to xsl:fo with a converter program. In html there are statements like - Customer : [~Customer~] xyz : [~abc~] I know I need to explicitely specify column widths in fo , like- before the fo:table-body. I have some tho

Re: Multithreading FOP ?

2002-04-11 Thread Jeremias Maerki
> could you precise the degree of threadsafeness ? > I read about the problems with the image package, are there other areas ? I think that's the worst bug right now. There is another one, but I can't find it anymore. > The possible use of FOP in WebSphere without any servlet is currently my > i

Re: [Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Bertrand Delacretaz
On Thursday 11 April 2002 12:16, you wrote: > I propose that we offer Peter West and Joerg Pietschmann to become > committers. +1 for both! (Although officially a committer I have done nothing concrete yet, so I hope my vote counts ;-) -Bertrand ---

Re: Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick
Hello, could you precise the degree of threadsafeness ? I read about the problems with the image package, are there other areas ? The possible use of FOP in WebSphere without any servlet is currently my interest. Sure, one could use some pessimistic concurrency implementation like monitor object

FOP Status

2002-04-11 Thread Keiron Liddle
Fop Status - April 10 The layout process remains the critical path to the further development of properties and elements. Many other areas are getting attention, such as configuration and documentation. Development --- done: understanding docs - Cyril, Peter, Keiron, Karen added port

Re: Hyphenation patterns for portuguese (with the patterns, this time )

2002-04-11 Thread Keiron Liddle
Thanks for the hyph file. I have committed this to cvs. Is it possible for you to supply an example fo file containing some portuguese text that works with the hyphenation. On 2002.04.09 11:48 Paulo Soares wrote: > This hyphenation patterns for portuguese may be of interest for inclusion > in

Bug handling (was: Re: fo:marker broken)

2002-04-11 Thread Keiron Liddle
Bug reporting, fixing and handling is of course important to the process. The main problem is that many of the bugs are being fixed in the development but are not easy or appropriate to fix in the maintanence branch. Having said that we could still do with some better tracking and feedback to

Re: Logging work: patch for the trunk

2002-04-11 Thread Keiron Liddle
Hi Mike, I have committed this patch. Thanks a lot. I think there might be a few classpaths that need updating but they can be fixed when needed. Thanks, Keiron On 2002.04.11 10:55 Michael Gratton wrote: > > Guys, > > Attached is a patch for the trunk to convert it over to using Avalon > L

[Vote] New committers: Peter West, Joerg Pietschmann?

2002-04-11 Thread Keiron Liddle
I propose that we offer Peter West and Joerg Pietschmann to become committers. Peter has of course shown lots of commitment of the last year+. Joerg is helping a lot with user questions FAQ etc. If they accept then I am sure it will help with the valuable work they are contributing to FOP. Ne

Re: Multithreading FOP ?

2002-04-11 Thread Jeremias Maerki
To a certain degree, yes. Not all issues have been dealt with, yet. > I read in an older posting that FOP is not thread safe. > Is this still the case ? Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41 41

Multithreading FOP ?

2002-04-11 Thread Chaumette, Patrick
Hello, I read in an older posting that FOP is not thread safe. Is this still the case ? Greetings, Patrick -- Patrick Chaumette T-Systems ITS GmbH Service Prozesse Retail Hausanschrift: Fasanenweg 9, 70771

cvs commit: xml-fop/src/org/apache/fop/tools/anttasks Fop.java

2002-04-11 Thread keiron
keiron 02/04/11 02:33:31 Modified:.build.bat build.sh build.xml fop.bat docs/xml-docs/fop embedding.xml src/org/apache/fop/apps CommandLineOptions.java CommandLineStarter.java Driver.java Starter.java

Re[2]: infinity character and PDF

2002-04-11 Thread Jens v. Pilgrim
Hello J.Pietschmann, Wednesday, April 10, 2002, 10:09:36 PM, J.Pietschmann wrote: JP> Jens v. Pilgrim wrote: >>The infinity character (Unicode: ∞ , HTML: ∞ ) is >> rendered correctly by the AWT and Print renderers, but incorrectly by >> the PDF renderer...(I've got a '#' there). JP> Try ∞ [

Logging work: patch for the trunk

2002-04-11 Thread Michael Gratton
Guys, Attached is a patch for the trunk to convert it over to using Avalon Loggers, instead of the Logkit. This is AFAIK the last of the conversion work required. In addition to applying the patch, lib/avalon-framework-cvs-20020315.jar and it's license file will need to be added (a copy exis

AW: page-number

2002-04-11 Thread Henrik Holle
i tried it this way: but one of my page-sequences has "initial-page-number="1"". FOP only count x pages, but my document has x+1 pages. without "initial-page-number="1"" everything works fine? -Ursprungliche Nachricht- Von: J.Pietschmann [mailto:[EMAIL P