Re: Attribute processing order

2004-01-07 Thread Peter B. West
Simon Pepping wrote: On Thu, Jan 01, 2004 at 12:20:09AM -, [EMAIL PROTECTED] wrote: --- Additional Comments From [EMAIL PROTECTED] 2004-01-01 00:20 --- Alt-Design addresses this problem by the simple expedient of processing properties in integer property number order. In main that i

Re: Dropping support for 1.3 (was Re: PropertySets)

2004-01-07 Thread Peter B. West
J.Pietschmann wrote: Chris Bowditch wrote: The main thing to bear in mind is that a few platforms dont support the later versions of Java. This will mean excluding those users from deploying FOP on their production servers and mainframes. Well. Java 1.4 has some added goodies, in particular ne

Re: Using Just the Font Metrics Stuff From FOP

2004-01-07 Thread Eliot Kimber
Eliot Kimber wrote: Jeremias Maerki wrote: The OpenType reader code is in TTFReader. OpenType is an evolution of TrueType. OK, I had to hack the TTFReader, TTFFile, and FontFileReader classes to handle the case of OpenType fonts that use CFF rather than TrueType for glyph information. There ar

Re: Dropping support for 1.3 (was Re: PropertySets)

2004-01-07 Thread Christian Geisert
J.Pietschmann wrote: [..] Acutually I doubt FOP 0.20.5 will run completely in an 1.2 environment. The binary is compiled with 1.4.1, and I vaguely remember compiling No, with 1.3 problems already for 0.20.4 on 1.2. See http://marc.theaimsgroup.com/?l=fop-dev&m=102372166019810&w=2 Christian

Re: [VOTE] Andreas L. Delmelle for committer

2004-01-07 Thread Christian Geisert
Jeremias Maerki wrote: In recognition for his contributions to this project I'd like to propose Andreas L. Delmelle as a FOP committer. He's active on both dev and user mailing lists for over 6 months now. He's actively helping out on the user mailing list and shows interest in FOP development. Pro

Re: [VOTE] Clay Leeds for committer

2004-01-07 Thread Christian Geisert
Jeremias Maerki wrote: In recognition for his contributions to this project I'd like to propose "Web Maestro" Clay Leeds as a FOP committer. He's active on both dev and user mailing lists for at least 1 year now. He's actively helping out on the user mailing list and as our favourite nit-picker :-)

Re: [VOTE] Chris Bowditch for Committer

2004-01-07 Thread Christian Geisert
Jeremias Maerki wrote: In recognition for his contributions to this project I'd like to propose Chris Bowditch as a FOP committer. He's active on both dev and user mailing lists for at least 18 months now. He's actively helping out on the user mailing list and shows interest in FOP development. Pro

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

2004-01-07 Thread gmazza
gmazza 2004/01/07 14:50:51 Modified:src/java/org/apache/fop/fo Property.java PropertyList.java Log: More String->int conversion. Revision ChangesPath 1.13 +7 -5 xml-fop/src/java/org/apache/fop/fo/Property.java Index: Property.java ===

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

2004-01-07 Thread gmazza
gmazza 2004/01/07 14:25:43 Modified:src/codegen properties.xsl src/java/org/apache/fop/fo Property.java Log: More String->int conversions. Revision ChangesPath 1.29 +19 -13xml-fop/src/codegen/properties.xsl Index: properties.xsl ===

cvs commit: xml-fop/src/java/org/apache/fop/datatypes LengthRange.java Space.java

2004-01-07 Thread gmazza
gmazza 2004/01/07 13:28:42 Modified:src/java/org/apache/fop/datatypes LengthRange.java Space.java Log: Constants simplifications in LengthRange and Space.java. Revision ChangesPath 1.6 +6 -7 xml-fop/src/java/org/apache/fop/datatypes/Len

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

2004-01-07 Thread gmazza
gmazza 2004/01/07 13:10:39 Modified:src/codegen properties.xsl src/java/org/apache/fop/datatypes CompoundDatatype.java CondLength.java Keep.java LengthPair.java src/java/org/apache/fop/fo Property.java PropertyList.java Log: Last

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Clay Leeds
On Jan 7, 2004, at 12:07 PM, J.Pietschmann wrote: It works for me for generating PDF for quite some time. I get NPE when reloading a FO source in the AWT appilcation, but this maz have other reasons, I didn't try to track it down. As long as I can remember I got NPE when clicking the [Reload] butto

Attribute processing order (was: Re: [Bug 25803] - [PATCH] PropertyList: Fixes to convertAttributeToProperty and findBaseProperty)

2004-01-07 Thread Simon Pepping
On Thu, Jan 01, 2004 at 12:20:09AM -, [EMAIL PROTECTED] wrote: > --- Additional Comments From [EMAIL PROTECTED] 2004-01-01 00:20 --- > Alt-Design addresses this problem by the simple expedient of processing > properties in integer property number order. In main that is not possible. W

RE: Help with the sample FopServlet

2004-01-07 Thread Andreas L. Delmelle
> -Original Message- > From: John Austin [mailto:[EMAIL PROTECTED] > > I forget some of the servlet details too. I was a bit surprised by the > assertion that placing readme.fo in $TOMCAT_ROOT/bin worked. Yeah, puzzled me a bit as well in the OP. So there was my calculated guess. > >

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread J.Pietschmann
Chris Bowditch wrote: Okay, but you said yourself that the adjustments you made to tables has probably broken some other things, so we would need to go through a RC, and bug fix cycle. It works for me for generating PDF for quite some time. I get NPE when reloading a FO source in the AWT appilcat

RE: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Bowditch [mailto:[EMAIL PROTECTED] > > > I understand the desire to add new features like the Tif generator into > the maintenance code. However, doing so would mean effort is distracted > away from HEAD development. The sooner we can do a release from HE

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Clay Leeds
On Jan 7, 2004, at 7:46 AM, Chris Bowditch wrote: Clay Leeds wrote: I don't want to start a war here, but if (& that's a big "if") we're going to go through the hassle of doing an RC, does it make sense to "insert" any "new" functionality into FOP, like TIF output? I understand Oleg Tkachenko's

Re: Using Just the Font Metrics Stuff From FOP

2004-01-07 Thread Chris Bowditch
Eliot Kimber wrote: Cool--what tag do I use to checkout the 0.20.5? I'm not sure I completely understood what the FOP CVS information was telling me. The tag you need is: fop-0_20_2-maintain Chris

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Chris Bowditch
Clay Leeds wrote: I don't want to start a war here, but if (& that's a big "if") we're going to go through the hassle of doing an RC, does it make sense to "insert" any "new" functionality into FOP, like TIF output? I understand Oleg Tkachenko's work for TIF is complete (or nearly complete), bu

Re: Using Just the Font Metrics Stuff From FOP

2004-01-07 Thread Eliot Kimber
Jeremias Maerki wrote: The OpenType reader code is in TTFReader. OpenType is an evolution of TrueType. Maybe you could try to use the TTFReader from 0.20.5. The HEAD TTFReader should be at least equal in functionality but I can't be sure we got all fixes for 0.20.5 into HEAD already. Cool--what ta

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Clay Leeds
I don't want to start a war here, but if (& that's a big "if") we're going to go through the hassle of doing an RC, does it make sense to "insert" any "new" functionality into FOP, like TIF output? I understand Oleg Tkachenko's work for TIF is complete (or nearly complete), but (like many PATCH

Re: Is there going to be another release of the 0.20 branch?

2004-01-07 Thread Chris Bowditch
J.Pietschmann wrote: Well, we could release the current CVS as 0.20.5.1. The table memory fix is probably important to many users. THere is a slo a minor fix concerning leader expansion there. Okay, but you said yourself that the adjustments you made to tables has probably broken some other thing

Re: Using Just the Font Metrics Stuff From FOP

2004-01-07 Thread Jeremias Maerki
The OpenType reader code is in TTFReader. OpenType is an evolution of TrueType. Maybe you could try to use the TTFReader from 0.20.5. The HEAD TTFReader should be at least equal in functionality but I can't be sure we got all fixes for 0.20.5 into HEAD already. Good luck! On 07.01.2004 02:12:38 E