DO NOT REPLY [Bug 25997] - [PATCH] Basic OpenType CFF Support for maintenance branch: 3 Patches

2004-01-09 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=25997. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Using Just the Font Metrics Stuff From FOP

2004-01-09 Thread Chris Bowditch
Glen Mazza wrote: Yes, an explanation in Bugzilla on what the patches are for (I haven't been following the thread, and if it takes some weeks to be applied, no one will remember what they're for.) You're welcome to provide a link to the FOP archives to cut down on re-typing. Ok - Ive added

cvs commit: xml-fop/examples/embedding/java/embedding ExampleDOM2PDF.java

2004-01-09 Thread jeremias
jeremias2004/01/09 00:56:43 Modified:examples/embedding/java/embedding ExampleDOM2PDF.java Log: Style, javadoc and tab character fixes Revision ChangesPath 1.3 +21 -15xml-fop/examples/embedding/java/embedding/ExampleDOM2PDF.java Index: ExampleDOM2PDF.java

Remember to update the copyright year

2004-01-09 Thread Jeremias Maerki
Fellow committers We've got a new year. Please remember to update the copyright year on every file you change. Jeremias Maerki

DO NOT REPLY [Bug 25999] - [PATCH] Basic OpenType CFF Support for development branch: 3 Patches

2004-01-09 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=25999. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Chris and Andreas: New committers, send your CLAs

2004-01-09 Thread Jeremias Maerki
Enough time has passed since I cast the three votes for new committers. I'm a bit disappointed that Clay's vote didn't pass but I guess we need to give it some time. Chris passed with 6 +1s, Andreas with 5. No -1s anymore. So, Chris and Andreas, we need your preferred unix usernames and the

Re: Chris and Andreas: New committers, send your CLAs

2004-01-09 Thread Chris Bowditch
Jeremias Maerki wrote: So, Chris and Andreas, we need your preferred unix usernames and the email address you would like to have uid@apache.org forwarded to. Preferred User Name: cbowditch email forwarding address: [EMAIL PROTECTED] At least as important is to immedidately sign the Contributors

Re: Chris and Andreas: New committers, send your CLAs

2004-01-09 Thread Clay Leeds
On Jan 9, 2004, at 1:33 AM, Jeremias Maerki wrote: Enough time has passed since I cast the three votes for new committers. I'm a bit disappointed that Clay's vote didn't pass but I guess we need to give it some time. I'm a bit disappointed too, although I'm ecstatic I don't have to wonder any

multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Clóvis Wichoski
Hi FOP DevTeam, I developed a way to generate multiple page-sequence on XSL without to change my XML, but the XML-XSL-PDF don't work, to make this work, first I need to generate the .fo file, then transform this to PDF. if run: fop.sh -xml sample.xml -xsl multiplePageSequence.xsl -pdf

Re: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Jeremias Maerki
On 09.01.2004 18:29:14 Clóvis Wichoski wrote: snip/ xsl:template name=ctrlPage xsl:if test=(position() mod 3) = 0 xsl:text disable-output-escaping=yes![CDATA[/fo:flow/fo:page-sequencefo:page-sequence master-reference=A4 language=pt country=br]]/xsl:text

Justification in HEAD

2004-01-09 Thread Chris Bowditch
Fellow FOP Devs, I've been thnking about how to implement Justified text in HEAD, and would appreciate some suggestions/comments on my thought process. I know Joerg posted something on this back in November in which he said the missing piece was the renderer not resizing the spaces, but the

Re: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Clóvis Wichoski
Hi Jeremias, The CDATA is only to maintain the XSL well-formed, since I close fo:flow on another template, the tech is good, maybe dev team implement a SAX over the stream from XML+XSL transformation option, this is the feature that I mean. Note that this is to reduce memory consuption. Best

Problems with new Driver()

2004-01-09 Thread Luca Lorenzon
I receive this error FopJsp_jsp - java.lang.IllegalArgumentException: org.apache.fop.svg.SVGElementMapping is not an ElementMapping when I inizialize the Driver of FOP with the costructor Driver driver = new Driver() What's the problems? I use Oc4j as stand alone application

Re: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Chris Bowditch
Clóvis Wichoski wrote: The CDATA is only to maintain the XSL well-formed, since I close fo:flow on another template, Opening and closing XML tags within different XSL templates is bad practice. You'll need to redesign your XSL stylesheet or run the XSL Transform as a separate process,

Re: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Clóvis Wichoski
Chris Bowditch wrote: Opening and closing XML tags within different XSL templates is bad practice. You'll need to redesign your XSL stylesheet or run the XSL Transform as a separate process, serialize the resulting FO and then present the FO to FOP. But with multiple pages like 500 pages the

Re: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Clay Leeds
This is just a guess, but perhaps you could do a pre-pass using XSL to generate multiple output pages, and then use something like iText[1] to concatenate your output files together. FOP Resources: http://xml.apache.org/fop/resources.html I hope this helps! Web Maestro Clay On Jan 9, 2004, at

Re: Problems with new Driver()

2004-01-09 Thread J.Pietschmann
Luca Lorenzon wrote: I receive this error FopJsp_jsp - java.lang.IllegalArgumentException: org.apache.fop.svg.SVGElementMapping is not an ElementMapping This means the code loading the element mappings does not recognize the SVGElementMapping as an ElementMapping, as it expects. The most likely

Re: Justification in HEAD

2004-01-09 Thread Simon Pepping
Chris, On Fri, Jan 09, 2004 at 05:20:42PM +, Chris Bowditch wrote: Chris Bowditch wrote: The problem isnt that TextLM.getNextBreakPoss isnt finding BPs, problem is with addAreas, which, just skips over all the BPs and creates a single TextArea. This is evident from the following at

DO NOT REPLY [Bug 25810] - [PATCH] support for property=inherit

2004-01-09 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=25810. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Remember to update the copyright year

2004-01-09 Thread Peter B. West
Jeremias Maerki wrote: Fellow committers We've got a new year. Please remember to update the copyright year on every file you change. Thanks for the reminder, Jeremias. Peter -- Peter B. West http://www.powerup.com.au/~pbwest/resume.html

RE: Chris and Andreas: New committers, send your CLAs

2004-01-09 Thread Andreas L. Delmelle
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Enough time has passed since I cast the three votes for new committers. I'm a bit disappointed that Clay's vote didn't pass but I guess we need to give it some time. Yeah, as I already mentioned off-list to others,

RE: Problems with new Driver()

2004-01-09 Thread Andreas L. Delmelle
-Original Message- From: Luca Lorenzon [mailto:[EMAIL PROTECTED] snip / I use Oc4j as stand alone application Server Doesn't OC4J ship with its own JDK? If I remember correctly, the problem here is that the XML parsers supplied by Oracle are incompatible with FOP. As Joerg already

Re: Remember to update the copyright year

2004-01-09 Thread Glen Mazza
Yes, thanks--I just forgot to a few minutes ago though :( I'll leave a message on my monitor to reduce the chances of me forgetting. Glen --- Peter B. West [EMAIL PROTECTED] wrote: Jeremias Maerki wrote: Fellow committers We've got a new year. Please remember to update the copyright

RE: multi page-sequence don't work for (XML+XSL) to PDF on the fly

2004-01-09 Thread Andreas L. Delmelle
-Original Message- From: Clovis Wichoski [mailto:[EMAIL PROTECTED] snip / But with multiple pages like 500 pages the redesign must be in XML source, that need redesign in all XSL too (HTML, PDF, TXT and many others), this cause a rework that I attempted to avoid, and only needed

DO NOT REPLY [Bug 25933] - [PATCH] Fix for handling column-spanning ( and a few column props )

2004-01-09 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=25933. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Remember to update the copyright year

2004-01-09 Thread Andreas L. Delmelle
-Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] We've got a new year. Please remember to update the copyright year on every file you change. If nobody objects, this seems like an ideal pesky task for a freshman... I mean: would it help if I (or Chris, or Clay ;P

[Bug 25480] - [PATCH] Experimental performance improvements.

2004-01-09 Thread Andreas L. Delmelle
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] --- Additional Comments From [EMAIL PROTECTED] 2004-01-10 Glen / Finn, Hope you don't mind my interrupting here: Particularly this point I found interesting: 3.) PropertySets.java defines those properties

Re: Fix for handling column-spanning ( and a few column props )

2004-01-09 Thread Peter B. West
--- Additional Comments From [EMAIL PROTECTED] 2004-01-10 00:25 --- OK, I think I found the solution to the first case (as already mentioned to Finn off-list): Re: off-list discussions. My own view is that off-list discussion should be restricted to personal or inter-personal matters.

Re: Fix for handling column-spanning ( and a few column props )

2004-01-09 Thread Peter B. West
Peter B. West wrote: --- Additional Comments From [EMAIL PROTECTED] 2004-01-10 00:25 --- OK, I think I found the solution to the first case (as already mentioned to Finn off-list): Re: off-list discussions. My own view is that off-list discussion should be restricted to personal or

Re: Remember to update the copyright year

2004-01-09 Thread Peter B. West
Andreas L. Delmelle wrote: If nobody objects, this seems like an ideal pesky task for a freshman... I mean: would it help if I (or Chris, or Clay ;P ) just checked out all of HEAD (to begin with), run a S R script on all the java and generator sources to update the year and enter it as a patch

Re: Fix for handling column-spanning ( and a few column props )

2004-01-09 Thread Peter B. West
Andreas L. Delmelle wrote: Morning Peter! ('t is morning over there not? :) ) Completely agree with you on this. Was a mere exception, not being subscribed to fop-dev at work. Just having a bit of spare time over there, decided to have a look at Finn's test cases and in all my excitement I just

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

2004-01-09 Thread pbwest
pbwest 2004/01/09 22:29:50 Modified:src/java/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoSimplePageMaster.java FoPageSequenceMaster.java FoLayoutMasterSet.java src/java/org/apache/fop/fo/flow Tag:

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

2004-01-09 Thread pbwest
pbwest 2004/01/09 22:35:15 Removed: src/java/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design FoXMLEventPool.java Log: No longer required. XMLEventPool and event definitions made general enough to deal with any types.