RE: font state and associates

2002-10-24 Thread Keiron Liddle
On Wed, 2002-10-23 at 21:41, Victor Mote wrote: Keiron Liddle wrote (a long time ago, July 18 to be exact): Has anyone looked at the font state stuff. It appears we could make some changes to improve the way fonts are handled. - handle font information easily - handle font lists,

Re: awt viewer issues

2002-10-24 Thread Keiron Liddle
On Wed, 2002-10-23 at 16:35, Oleg Tkachenko wrote: If you could submit a patch that would be great. Ahem, against HEAD or maintenance branch? I say HEAD. For one thing it is possible to do the caching. - To unsubscribe,

DO NOT REPLY [Bug 13919] New: - Font Refactor, phase 1, maintenance branch

2002-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13919. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13919] - Font Refactor, phase 1, maintenance branch

2002-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13919. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13919] - Font Refactor, phase 1, maintenance branch

2002-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13919. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13919] - [Patch] Font Refactor, phase 1, maintenance branch

2002-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13919. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Substitute or implementation of linefeed-treatment

2002-10-24 Thread Raimund Kammering
Hello, sorry if I missed some discussions in case that this topic has already been addressed - but I haven't been listening to FOP list for some months. So to come to the point: I need to format a document and conserve the line breaks as they are delivered by the parser. So I added a

AW: storing metadata

2002-10-24 Thread J.U. Anderegg
Hi Paul, Do you want to embed the XSL:FO input in the PDF document? If this is so: o embedding files in PDF is the thing to do, but quite a challenge to build into the PDF renderer. o out of pure curiosity: why? Hansuli Anderegg

Re: External Image error

2002-10-24 Thread Oleg Tkachenko
Venkata Rao Nadella wrote: Exception in thread main java.lang.NoClassDefFoundError at sun.net.www.http.HttpClient.init(Unknown Source) at sun.net.www.http.HttpClient.init(Unknown Source) H, looks too bizarre, NoClassDefFoundError in the constructor of

DO NOT REPLY [Bug 13927] New: - Problem on WebSphere 4.0

2002-10-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13927. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: External Image error

2002-10-24 Thread Venkata Rao Nadella
Hi, I am able to fix this problem. My Java installation was not proper. Thanks, Venkat -Original Message- From: Oleg Tkachenko [mailto:olegt;multiconn.com] Sent: Thursday, October 24, 2002 7:52 AM To: [EMAIL PROTECTED] Subject: Re: External Image error Venkata Rao Nadella wrote:

cvs commit: xml-fop/src/org/apache/fop/datastructs Tree.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:16:53 Modified:src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design Tree.java Log: Tabs detected! Untabified. Revision ChangesPath No revision No revision 1.1.2.2

cvs commit: xml-fop/src/org/apache/fop/datastructs SyncedCircularBuffer.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:22:15 Modified:src/org/apache/fop/datastructs Tag: FOP_0-20-0_Alt-Design SyncedCircularBuffer.java Log: Added producerExhausted() and support. Revision ChangesPath No revision No

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

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:34:31 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLEvent.java Log: Added XMLEvent(int,String,XMLNamespaces) constructor. Revision ChangesPath No revision No

cvs commit: xml-fop/src/org/apache/fop/xml FoXMLEvent.java FoXMLSerialHandler.java SyncedFoXmlEventsBuffer.java SyncedXmlEventsBuffer.java XMLSerialHandler.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:39:11 Added: src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design FoXMLEvent.java FoXMLSerialHandler.java SyncedFoXmlEventsBuffer.java Removed: src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java FOTree.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:51:53 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java FOTree.java Log: Changed XMLEvent to FoXMLEvent throughout. Revision ChangesPath No revision No revision

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

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:53:46 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java Log: Changed XMLEvent to FoXMLEvent throughout. Account for the fact that 'expect' methods returning FoXMLEvents return null on failure. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo/pagination FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 07:58:14 Modified:src/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java Log: Changed XMLEvent to FoXMLEvent throughout. Account for the

cvs commit: xml-fop/src/org/apache/fop/apps Driver.java

2002-10-24 Thread pbwest
pbwest 2002/10/24 08:00:29 Modified:src/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design Driver.java Log: Used SyncedXmlEventsBuffer and FoXMLSerialHandler. Revision ChangesPath No revision No revision

RE: [PATCH QUEUE] Was: Performance tuning.

2002-10-24 Thread Victor Mote
Venu Reddy wrote: What is the current status of this performance tuning. By mimicking the URL on the Cocoon web site, I have created a URL to show the [PATCH] Queue for FOP, and it is in the attached one-line text file. I'll try to get it into the doc web site stuff after the, er, patch queue

Re: Performance tuning.

2002-10-24 Thread Christian Wolfgang Hujer
Hello dear Venu, Am Donnerstag, 24. Oktober 2002 20:28 schrieb Venu Reddy: Hi, What is the current status of this performance tuning. Have the code changes been submitted and performance benefits verified. I really could use some speed improvements with fop, I have some very large reports

RE: Performance tuning.

2002-10-24 Thread Venu Reddy
Hi, What is the current status of this performance tuning. Have the code changes been submitted and performance benefits verified. I really could use some speed improvements with fop, I have some very large reports 400/500 pages that are taking 5+ minutes to run. Thanks, Venu Reddy P.S: I am

Re: Latest FO schema

2002-10-24 Thread Peter B. West
Chuck, I have stripped the tabs from all of the files in docs/foschema and committed them. I committed a stripped version of fop4f.xsd as fop4.xsd, then updated fop4.xsd with the changes in fop4g.xsd. So the current version of fop4.xsd is the stripped version of fop4g.xsd. The intention of

RE: Fix for bug #8778

2002-10-24 Thread Rhett Aultman
My mistake on the source, however I believe what I said about the TLM is correct. I created tests with constant logging of the object references involved and had the TLM also report how far into its text placement it was getting. The cases for bug #8778 indicated to me that the TLM, under

cvs commit: xml-fop/docs/foschema fop4.xsd

2002-10-24 Thread pbwest
pbwest 2002/10/24 08:23:57 Modified:docs/foschema fop4.xsd Log: Updated with fop4g.xsd, with TABs replaced by spaces at tabstops of 2. Revision ChangesPath 1.2 +14 -10xml-fop/docs/foschema/fop4.xsd Index: fop4.xsd

cvs commit: xml-fop/docs/foschema schema2dtd.xsl schema2completion.xsl

2002-10-24 Thread pbwest
pbwest 2002/10/24 08:19:35 Modified:docs/foschema schema2dtd.xsl schema2completion.xsl Log: Stripped TABs using tabstops of 2. Revision ChangesPath 1.2 +239 -239 xml-fop/docs/foschema/schema2dtd.xsl Index: schema2dtd.xsl

Re: Substitute or implementation of linefeed-treatment

2002-10-24 Thread J.Pietschmann
Raimund Kammering wrote: So to come to the point: I need to format a document and conserve the line breaks as they are delivered by the parser. So I added a linefeed-treatment=preserve to the fo:block but FOP complained that the linefeed-treatment is not supported up till now (I am running FOP

Re: mirroring, web pages, and disk space

2002-10-24 Thread Nicola Ken Barozzi
Greg Stein wrote: I believe Brian also asked the XML folks to lighten up their web pages, since the combination size of pages/images are expensive compared to the other Apache sites. In Forrest we already have made a Forrest version of the XML website