[GUMP@lsd]: xml-fop-maintenance/xml-fop-maintenance failed

2004-03-16 Thread Sam Ruby
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project xml-fop-maintenance has an issue affecting its community integration. The cur

[GUMP@lsd]: xml-fop/xml-fop failed

2004-03-16 Thread Sam Ruby
To whom it may engage... This is an automated request, but not an unsolicited one. For help understanding the request please visit http://gump.apache.org/nagged.html, and/or contact [EMAIL PROTECTED] Project xml-fop has an issue affecting its community integration. The current state is

DO NOT REPLY [Bug 27727] New: - problem displaying Japanese fonts in PDF.

2004-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

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

2004-03-16 Thread gmazza
gmazza 2004/03/16 19:54:53 Modified:src/java/org/apache/fop/layoutmgr AddLMVisitor.java Log: Unneeded line of code removed. Revision ChangesPath 1.33 +1 -2 xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java Index: AddLMVisitor.java =

Re: Fonts and Document

2004-03-16 Thread Peter B. West
Jeremias, See below... Jeremias Maerki wrote: The font subsystem is still far from finished. It's still quite complex to understand, unnecessarily so IMO. My font source idea still need to be implemented... Let's see if I can pull together some connectors. I agree that it is complex to understand

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

2004-03-16 Thread gmazza
gmazza 2004/03/16 19:37:32 Modified:src/java/org/apache/fop/layoutmgr TextLayoutManager.java Log: minor simplifications; removed redundant variables. Revision ChangesPath 1.12 +37 -41xml-fop/src/java/org/apache/fop/layoutmgr/TextLayoutManager.java Index: Te

RE: Fonts and Document

2004-03-16 Thread Manuel Mall
Simon, tried the URL you gave (http://www.leverkruid.nl/FOP/documentation.xml) and got the error (IE 6): "The system cannot locate the object specified. Error processing resource 'http://www.leverkruid.nl/FOP/docbookx.dtd'. " Mozilla Firefox fails as well. Manuel

Re: InputHandler - re baseURL commits

2004-03-16 Thread Peter B. West
Glen Mazza wrote: (Hmmm...I'm supposed to be learning Cocoon right now, but am already suffering FOP-withdrawal. Apache's got me good... ;) [just removed the namespace-prefixes issue you were mentioning earlier, btw.] I noticed that. FOFileHandler.createParser() is just a simple static function

Re: InputHandler - re baseURL commits

2004-03-16 Thread Glen Mazza
(Hmmm...I'm supposed to be learning Cocoon right now, but am already suffering FOP-withdrawal. Apache's got me good... ;) [just removed the namespace-prefixes issue you were mentioning earlier, btw.] FOFileHandler.createParser() is just a simple static function that generates a parser. It can

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

2004-03-16 Thread gmazza
gmazza 2004/03/16 14:17:09 Modified:src/java/org/apache/fop/apps FOFileHandler.java Log: Removed obsolete request for namespace-prefixes (supported by all SAX2 parsers by definition, questionable whether needed by FOP anyway.) Revision ChangesPath 1.4 +1 -7

Re: baseline-shift property

2004-03-16 Thread Simon Pepping
You are looking at the code that initialized the property subsystem at startup. BaselineShiftMaker and all other makers play a role in this part of the process. All properties are stored in the FO tree. This happens during parsing of the FO document; you do not have to do anything here. During lay

Re: Fonts and Document

2004-03-16 Thread Simon Pepping
On Mon, Mar 15, 2004 at 01:40:59PM -0800, Clay Leeds wrote: > > On Mar 15, 2004, at 1:15 PM, Simon Pepping wrote: > Looks good, Simon... I don't suppose you could create a PDF version? (I > know a great XML => PDF conversion tool. :-)) Seriously though, this > looks like a great potential additi

Re: baseline-shift property

2004-03-16 Thread J.Pietschmann
Søren Christiansen wrote: Therefore I want to add this to the PDF render, but I after ive been studying the source and the development articles in 2 days I still cant figure out how to do it. Don't bother. It is already implemented in the new code. If you want to work at HEAD, you are welcome. I

Hyphenation

2004-03-16 Thread Luca Furini
Hi all! I am an italian student of the University of Bologna. I have tried to solve a few problems concerning hyphenation, in particular: - show the '-' at the end of the hyphenated lines - use the fo:hyphenate property to enable hyphenation, instead of the alignment - specify the hyphenat

baseline-shift property

2004-03-16 Thread Søren Christiansen
Title: baseline-shift property Hi, Im currently planing to use FOP as a PDF render for our XML documents (transformed (XSLT) to the FO syntax). Everything seems to work fine but I need the render to support the baseline-shift property  -which currently isnt supported by the release version of

InputHandler - re baseURL commits

2004-03-16 Thread Peter B. West
Glen at al. One of the things I noticed when I was looking for ways to bring the apps classes of alt-design and HEAD closer together was that the createParser method seemed to belong in InputHandler, because it is required by both subclasses. Any reason why it isn't there? Peter -- Peter B.

cvs commit: xml-fop/src/java/org/apache/fop/render AbstractRenderer.java Renderer.java

2004-03-16 Thread pbwest
pbwest 2004/03/16 04:17:54 Modified:src/java/org/apache/fop/render Tag: FOP_0-20-0_Alt-Design AbstractRenderer.java Renderer.java Log: startRenderer and stopRenderer methods removed. Many fields and their setter removed - use general options setter. Comme

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

2004-03-16 Thread pbwest
pbwest 2004/03/16 04:07:09 Modified:src/java/org/apache/fop/render/awt Tag: FOP_0-20-0_Alt-Design AWTRenderer.java AWTPrintRenderer.java Log: startRenderer and stopRenderer methods commented out Revision ChangesPath No

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

2004-03-16 Thread pbwest
pbwest 2004/03/16 04:02:37 Modified:src/java/org/apache/fop/render/awt Tag: FOP_0-20-0_Alt-Design AWTFontMetrics.java Log: Assume getAscent bug is now fixed Revision ChangesPath No revision No revision 1.2.2