cvs commit: xml-fop checkstyle3.1.1-head

2003-06-25 Thread pbwest
pbwest 2003/06/25 00:00:00 Added: .checkstyle3.1.1-head Log: Changed name from checkstyle1.3.0-head. Checkstyle Eclipse plugin now at version 3.1.1 Revision ChangesPath 1.1 xml-fop/checkstyle3.1.1-head Index: checkstyle3.1.1-head

Re: [VOTE] Move StructureHandler and LayoutHandler classes

2003-06-25 Thread Jeremias Maerki
+1 for moving them out, but as Keiron suggested I'd also prefer LayoutHandler in the layout package. On 25.06.2003 00:55:57 Glen Mazza wrote: While Victor and Jeremias are discussing an input API--I'd like to take advantage now of the relative freeze in the codebase to move the

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/interfaces - New directory

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 01:53:31 xml-fop/src/java/org/apache/fop/rtf/rtflib/interfaces - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools - New directory

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 01:53:39 xml-fop/src/java/org/apache/fop/rtf/rtflib/tools - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/testdocs CreateTestDocuments.java DummyTableColumnsInfo.java TestDocument.java

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 01:54:26 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc IRtfTableContainer.java RtfAfterBeforeBase.java RtfElement.java RtfExternalGraphic.java RtfExtraRowSet.java RtfFile.java

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools/jpeg - New directory

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 01:55:11 xml-fop/src/java/org/apache/fop/rtf/rtflib/tools/jpeg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools/jpeg DCT.java Encoder.java Huffman.java JPEGException.java JpegInfo.java

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 02:01:18 Added: src/java/org/apache/fop/rtf/rtflib/interfaces ITableColumnsInfo.java src/java/org/apache/fop/rtf/rtflib/tools DomToSaxAdapter.java ElementVisitor.java

Re: [RTF] Jfor integration

2003-06-25 Thread Bertrand Delacretaz
Le Mardi, 24 juin 2003, à 20:27 Europe/Zurich, Victor Mote a écrit : 1. org.jfor.jfor.interfaces (see rtf/rtflib/rtfdoc/IRtfTableContainer.java, line 56, for example) 2. org.jfor.jfor.tools (see rtf/rtflib/rtfdoc/RtfExternalGraphic.java, line 62, for example) obviously these are needed - sorry

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools ImageConstants.java ImageUtil.java

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 02:30:53 Modified:src/java/org/apache/fop/rtf/rtflib/interfaces ITableColumnsInfo.java src/java/org/apache/fop/rtf/rtflib/tools ImageConstants.java ImageUtil.java Log: Apache license added

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools DomToSaxAdapter.java ElementVisitor.java

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 02:31:39 Removed: src/java/org/apache/fop/rtf/rtflib/tools DomToSaxAdapter.java ElementVisitor.java Log: unneeded classes removed - To unsubscribe, e-mail: [EMAIL

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/tools/jpeg DCT.java Encoder.java Huffman.java JPEGException.java JpegInfo.java

2003-06-25 Thread bdelacretaz
bdelacretaz2003/06/25 02:32:39 Removed: src/java/org/apache/fop/rtf/rtflib/tools/jpeg DCT.java Encoder.java Huffman.java JPEGException.java JpegInfo.java Log: jpeg package removed

cvs commit: xml-fop checkstyle1.3.0-head

2003-06-25 Thread pbwest
pbwest 2003/06/25 10:01:01 Removed: .checkstyle1.3.0-head Log: Name changed to checkstyle3.1.1-head - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/codegen enumgen.xsl properties.xsl genconst.xsl

2003-06-25 Thread pbwest
pbwest 2003/06/25 10:11:05 Modified:src/codegen enumgen.xsl properties.xsl genconst.xsl Log: Cleaned up code generation to reduce Eclipse warnings. Revision ChangesPath 1.8 +116 -79 xml-fop/src/codegen/enumgen.xsl Index: enumgen.xsl

(Jeremias, Keiron) Re: [VOTE] Move StructureHandler and LayoutHandler classes

2003-06-25 Thread Glen Mazza
Should LayoutHandler go into the Layout (Jeremias) package or LayoutManager package (Keiron)? (Personally, I don't care--99% for me is getting them out of apps.) Glen --- Jeremias Maerki [EMAIL PROTECTED] wrote: +1 for moving them out, but as Keiron suggested I'd also prefer LayoutHandler

Spec drives me crazy: column-count and blocks with mixed spans

2003-06-25 Thread Arnd Beißner
Hi, I just decided that I can't figure out what - according to the standard - should exactly happen if you have multiple columns in your body region and mix top-level fo:blocks of span=all with others of span=1. Perhaps one of you already found something... I can see how the

Re: Spec drives me crazy: column-count and blocks with mixed spans

2003-06-25 Thread Peter B. West
Arnd Beißner wrote: Hi, I just decided that I can't figure out what - according to the standard - should exactly happen if you have multiple columns in your body region and mix top-level fo:blocks of span=all with others of span=1. Perhaps one of you already found something... I can see how

Re: Spec drives me crazy: column-count and blocks with mixed spans

2003-06-25 Thread Peter B. West
Peter B. West wrote: Arnd Beißner wrote: ... Scenarios: (always column-count=3) Scenario 1 (just blocks with span=all): ABC ABC ABC ok, no problems. Scenario 2 (block with span=all, then blocks with span=1) AAA BCD BCD clear so far. Scenario 3 (blocks with span=1, THEN 1 block with span=all