Getting Rid of Jimi

2004-01-24 Thread Thomas DeWeese
Hi all, It is certainly true that javax.imageio is the direction to go in the future. However, It is probably worth pointing out that you already include a PNG encoder/decoder with the FOP distribution, from Batik! org.apache.batik.ext.awt.image.codec.PNGImageEncoder org.apache.bat

Re: Getting Rid of Jimi

2004-01-24 Thread Jeremias Maerki
Damn, you're right. I wonder why we haven't made use of this, yet. BTW, is this code from JAI (like the classes Oleg Tkachenko uses in his TIFF renderer) or is this separately developed code (ASF origin)? You know that there's a number of people who would actually be interested in creating/having

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

2004-01-24 Thread bckfnn
bckfnn 2004/01/24 08:09:48 Modified:src/java/org/apache/fop/fo BorderWidthPropertyMaker.java FOTreeHandler.java src/java/org/apache/fop/render/awt AWTRenderer.java src/java/org/apache/fop/render/mif MIFHandler.java

Suspicious override in RtfListStyleNumber.

2004-01-24 Thread Finn Bock
Hi, While I was trying to fix some warnings from 'javadoc' about missing @see method references I discovered a suspicious construct in org.apache.fop.render.rtf.rtflib.rtfdoc.RtfListStyleNumber where the signature of the writeListPrefix(RtfList) method is different from the signature of

Re: Unnesting properties and makers.

2004-01-24 Thread J.Pietschmann
Peter B. West wrote: > With my naive understanding of parsing as a two-stage process (lexemes > -> higher level constructs) I have been curious about earlier comments > of yours about multi-stage parsing. Can ANTLR do this sort of thing? I'm not quite sure whether you mean by "parsing as a two-sta

Re: Unnesting properties and makers.

2004-01-24 Thread J.Pietschmann
Finn Bock wrote: ...--I believe, we do (frequently?) have more than one datatype per property, correct? I remember two cases, but I can only find one at the moment: In Title.setup(): Formally, there are a few more, for example initial-page-number. The code treats them as Java String. This prevents

Re: Suspicious override in RtfListStyleNumber.

2004-01-24 Thread J.Pietschmann
Finn Bock wrote: I'm guessing that RtfListStyleNumber is incorrect and that it should at least override writeListPrefix(RtfListItem). I hope that someone familiar with the rtf code could take a look at this. This would (should?) be Peter Herweg. Send him a nag mail if he doesn't surface within a

cvs commit: xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfListStyleNumber.java

2004-01-24 Thread pherweg
pherweg 2004/01/24 14:24:14 Modified:src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfListStyleNumber.java Log: fixed wrong datatype in overriden method Revision ChangesPath 1.3 +10 -10 xml-fop/src/java/org/apache/fop/render/rtf/rtflib

AW: Suspicious override in RtfListStyleNumber.

2004-01-24 Thread Peter Herweg
I have fixed that issue. Indeed the datatype should have been RtfListItem. Thank you for the hint, Finn Bock! Kind regards Peter Herweg > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von J.Pietschmann > Gesendet: Saturday, January 24, 2004 9:5

RE: Unnesting properties and makers.

2004-01-24 Thread Andreas L. Delmelle
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Does anybody know what "" means for line-height??? Know? I guess not. But judging from the spec... "XSL adds the following value with the following meaning: Specifies the minimum, optimum, and maximum values, the

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:16:40 Modified:src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design Driver.java InputHandler.java Options.java Fop.java Log: Switch to java.util.logging Revision ChangesPath No revision No

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:17:22 Modified:src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design FOPException.java Log: Clean up disabled methods Revision ChangesPath No revision No revision 1.2.2.6 +0 -104

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:18:03 Removed: src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design ErrorHandler.java Log: Unused - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: xml-fop/src/java/org/apache/fop/configuration Configuration.java ConfigurationReader.java ConfigurationParser.java

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:19:02 Modified:src/java/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design Configuration.java ConfigurationReader.java ConfigurationParser.java Log: Switch to java.util.logging Revision ChangesPath

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:40:12 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Switch to java.util.logging Revision ChangesPath No revision No revision 1.2.2.10 +5 -4 xml-fo

cvs commit: xml-fop/src/java/org/apache/fop/fo/properties ColorCommon.java Border.java Font.java Property.java Background.java

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:49:41 Modified:src/java/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design ColorCommon.java Border.java Font.java Property.java Background.java Log: Switch to java.util.logging Revision ChangesPath

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoLeader.java FoBidiOverride.java FoMultiCase.java FoBlock.java FoMultiToggle.java FoInline.java FoTitle.java FoWrapper.java FoBasicLink.java

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:52:28 Modified:src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoLeader.java FoBidiOverride.java FoMultiCase.java FoBlock.java FoMultiToggle.java FoInline.java FoTitle.java FoWrapper.

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:53:21 Modified:src/java/org/apache/fop/pool Tag: FOP_0-20-0_Alt-Design FopPool.java Log: Switch to java.util.logging Revision ChangesPath No revision No revision 1.1.2.3 +7 -6 xml

cvs commit: xml-fop/src/java/org/apache/fop/messaging DefaultMessageListener.java MessageEvent.java MessageHandler.java MessageListener.java

2004-01-24 Thread pbwest
pbwest 2004/01/24 18:54:19 Removed: src/java/org/apache/fop/messaging Tag: FOP_0-20-0_Alt-Design DefaultMessageListener.java MessageEvent.java MessageHandler.java MessageListener.java Log: Switch to java.util.logging -

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 20:24:38 Modified:src/java/org/apache/fop/apps Tag: FOP_0-20-0_Alt-Design Fop.java Log: Added fopPackage public static final String Revision ChangesPath No revision No revision 1.1.2.5 +8

cvs commit: xml-fop/src/java/org/apache/fop/fo FObjects.java FOPropertySets.java FObjectNames.java FONode.java

2004-01-24 Thread pbwest
pbwest 2004/01/24 20:40:34 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjects.java FOPropertySets.java FObjectNames.java FONode.java Log: Used Fop.fopPackage Revision ChangesPath No re

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 20:44:05 Modified:src/java/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design Property.java Log: Used Fop.fopPackage Revision ChangesPath No revision No revision 1.1.2.6 +7 -7

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 20:45:43 Modified:src/java/org/apache/fop/pool Tag: FOP_0-20-0_Alt-Design FopPool.java Log: Used Fop.fopPackage Revision ChangesPath No revision No revision 1.1.2.4 +8 -6 xml-fop/src

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

2004-01-24 Thread pbwest
pbwest 2004/01/24 20:48:33 Modified:src/java/org/apache/fop/configuration Tag: FOP_0-20-0_Alt-Design Configuration.java Log: Used Fop.fopPackage Revision ChangesPath No revision No revision 1.1.2.5 +4 -3