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

2003-07-04 Thread vmote
vmote 2003/07/03 23:28:34 Modified:src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfTableRow.java Log: extract method adjustBorderProperties from writeRtfContent, primarily to satisfy checkstyle requirements for method size. Revision ChangesPath 1.7 +25 -20

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

2003-07-04 Thread vmote
vmote 2003/07/04 00:04:50 Modified:src/java/org/apache/fop/rtf/rtflib/interfaces ITableColumnsInfo.java src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfTemplate.java RtfText.java

Re: Build environment for alt.design

2003-07-04 Thread Glen Mazza
[Happy Independence Day, fellow Americans!] --- Peter B. West [EMAIL PROTECTED] wrote: The basic build principles that I will implement include: * No code generation or modification for normal builds. * All generated code and data maintained in CVS. I don't think you have to bother with

Re: JPEG images in Postscript

2003-07-04 Thread Jeremias Maerki
Moving to fop-dev because it gets technical... After a lot of searching I think I know what's wrong. It's not the ASCII-85 filter behaving wrong. Chris' JPEG images contain trailing zero's after the FFD9 (EOI, end of image marker) which fill the images up to 16384 bytes. Now, I guess the error

error compiling HEAD (need GraphicsConfiguration.java)

2003-07-04 Thread Glen Mazza
I can't compile the CVS - HEAD of FOP. Unless I've gotten something wrong, this file: http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/svg/PDFGraphicsConfiguration.java?rev=1.1content-type=text/vnd.viewcvs-markup is extending a GraphicsConfiguration.java that apparently needs

Re: Build environment for alt.design

2003-07-04 Thread Ralph LaChance
At 12:20 PM 7/4/2003, you wrote: [Happy Independence Day, fellow Americans!] and I always like to remind fellow Americans that the British call this Thanksgiving Day... ' Best, -Ralph LaChance In theory, there is no difference between theory and practice, but in

Re: error compiling HEAD (need GraphicsConfiguration.java)

2003-07-04 Thread Glen Mazza
Never mind. xml-fop/src/java-1.4 directory needed updating. Had to do a cvs update w/ -d option first. Glen --- Glen Mazza [EMAIL PROTECTED] wrote: I can't compile the CVS - HEAD of FOP. Unless I've gotten something wrong, this file:

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

2003-07-04 Thread gmazza
gmazza 2003/07/04 11:45:48 Modified:src/java/org/apache/fop/apps Driver.java src/java/org/apache/fop/fo FOTreeBuilder.java Log: FOTreeBuilder's ElementMapping initialization moved from Driver to FOTreeBuilder class. For embedded coding, AddElementMapping()

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

2003-07-04 Thread jeremias
jeremias2003/07/04 11:53:41 Modified:src/org/apache/fop/render/ps Tag: fop-0_20_2-maintain PSRenderer.java Log: Bugfix for certain JPEG images that contain garbage after the EOI marker. Adds error handling in case rendering an image fails in PS interpreter.

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:07:43 Modified:src/org/apache/fop/render/ps Tag: fop-0_20_2-maintain PSRenderer.java Log: Make Distiller complain less. Revision ChangesPath No revision No revision

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread J.Pietschmann
Bertrand Delacretaz wrote: Sure - it is by accident that comments in the jfor source code contains non-ASCII chars (in people's names IIRC). OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:25:51 Modified:src/java/org/apache/fop/render/pdf FontSetup.java Log: Use code from the new FontUtil class. Revision ChangesPath 1.4 +2 -21 xml-fop/src/java/org/apache/fop/render/pdf/FontSetup.java Index: FontSetup.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:45:06 Modified:src/java/org/apache/fop/pdf PDFFactory.java Log: Use Commons IO methods Revision ChangesPath 1.4 +6 -2 xml-fop/src/java/org/apache/fop/pdf/PDFFactory.java Index: PDFFactory.java

cvs commit: xml-fop/lib commons-io-dev-20030703.jar commons-io-1.0-dev.jar

2003-07-04 Thread jeremias
jeremias2003/07/04 12:49:34 Added: lib commons-io-dev-20030703.jar Removed: lib commons-io-1.0-dev.jar Log: Commons IO: Upgrade to a recent snapshot Revision ChangesPath 1.1 xml-fop/lib/commons-io-dev-20030703.jar Binary file

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Bertrand Delacretaz
Le Vendredi, 4 juil 2003, à 21:12 Europe/Zurich, J.Pietschmann a écrit : Bertrand Delacretaz wrote: Sure - it is by accident that comments in the jfor source code contains non-ASCII chars (in people's names IIRC). OOps, I didn't think about that. We could What I meant is that I think (or

cvs commit: xml-fop fop.bat

2003-07-04 Thread jeremias
jeremias2003/07/04 12:51:04 Modified:.fop.bat Log: Adjust to version change of Commons IO Revision ChangesPath 1.13 +1 -1 xml-fop/fop.bat Index: fop.bat === RCS file:

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:55:43 Modified:src/java/org/apache/fop/util CharUtilities.java Log: Some touch-up for style Revision ChangesPath 1.2 +18 -12xml-fop/src/java/org/apache/fop/util/CharUtilities.java Index: CharUtilities.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:56:18 Modified:src/java/org/apache/fop/util CharUtilities.java Log: *** keyword substitution change *** Revision ChangesPath 1.3 +0 -0 xml-fop/src/java/org/apache/fop/util/CharUtilities.java Index: CharUtilities.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:59:16 Modified:src/java/org/apache/fop/fo FOUserAgent.java Log: Make resolution configurable Revision ChangesPath 1.4 +10 -1 xml-fop/src/java/org/apache/fop/fo/FOUserAgent.java Index: FOUserAgent.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 12:59:40 Modified:src/java/org/apache/fop/fo PropertyListBuilder.java Log: Style only Revision ChangesPath 1.12 +4 -6 xml-fop/src/java/org/apache/fop/fo/PropertyListBuilder.java Index: PropertyListBuilder.java

cvs commit: xml-fop/src/java/org/apache/fop/util ASCII85OutputStream.java RunLengthEncodeOutputStream.java Finalizable.java FlateEncodeOutputStream.java ASCIIHexOutputStream.java ASCII85Constants.java ASCII85InputStream.java

2003-07-04 Thread jeremias
jeremias2003/07/04 13:01:08 Added: src/java/org/apache/fop/util ASCII85OutputStream.java RunLengthEncodeOutputStream.java Finalizable.java FlateEncodeOutputStream.java ASCIIHexOutputStream.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 13:09:25 Modified:src/java/org/apache/fop/pdf PDFWArray.java Log: Use PDFDocument to encode from String to bytes. Revision ChangesPath 1.2 +1 -1 xml-fop/src/java/org/apache/fop/pdf/PDFWArray.java Index: PDFWArray.java

cvs commit: xml-fop/src/java/org/apache/fop/pdf TempFileStreamCache.java InMemoryStreamCache.java

2003-07-04 Thread jeremias
jeremias2003/07/04 13:12:59 Modified:src/java/org/apache/fop/pdf TempFileStreamCache.java InMemoryStreamCache.java Log: Remove unused code Use IO methods from Commons IO Revision ChangesPath 1.3 +7 -41

cvs commit: xml-fop/src/java/org/apache/fop/pdf FlateFilter.java PDFFilter.java ASCIIHexFilter.java ASCII85Filter.java NullFilter.java

2003-07-04 Thread jeremias
jeremias2003/07/04 13:14:22 Modified:src/java/org/apache/fop/pdf FlateFilter.java PDFFilter.java ASCIIHexFilter.java ASCII85Filter.java NullFilter.java Log: Remove obsolete code Revision ChangesPath 1.3 +1 -31

cvs commit: xml-fop build.bat

2003-07-04 Thread jeremias
jeremias2003/07/04 13:22:25 Modified:.build.bat Log: Restore ANT_HOME afterwards. Revision ChangesPath 1.20 +2 -0 xml-fop/build.bat Index: build.bat === RCS file:

cvs commit: xml-fop/test/java - New directory

2003-07-04 Thread jeremias
jeremias2003/07/04 13:49:49 xml-fop/test/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/test/java/org - New directory

2003-07-04 Thread jeremias
jeremias2003/07/04 13:49:50 xml-fop/test/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/test/java/org/apache/fop - New directory

2003-07-04 Thread jeremias
jeremias2003/07/04 13:49:50 xml-fop/test/java/org/apache/fop - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/test/java/org/apache - New directory

2003-07-04 Thread jeremias
jeremias2003/07/04 13:49:50 xml-fop/test/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/test/java/org/apache/fop/util - New directory

2003-07-04 Thread jeremias
jeremias2003/07/04 13:49:50 xml-fop/test/java/org/apache/fop/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/test/java/org/apache/fop BasicPDFTranscoderTestCase.java AbstractFOPTestCase.java BasicDriverTestSuite.java AbstractBasicTranscoderTestCase.java UtilityCodeTestSuite.java BasicPSTranscoderTestCase.java BasicTranscoderTestSuite.java BasicDriverTestCase.java

2003-07-04 Thread jeremias
jeremias2003/07/04 13:50:29 Added: test/java/org/apache/fop/util ASCII85InputStreamTestCase.java ASCII85OutputStreamTestCase.java test/java/org/apache/fop BasicPDFTranscoderTestCase.java

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

2003-07-04 Thread jeremias
jeremias2003/07/04 13:58:54 Modified:src/java/org/apache/fop/render/ps PSRenderer.java Log: Save PS interpreter memory by starting the procs only once. Revision ChangesPath 1.5 +1 -1 xml-fop/src/java/org/apache/fop/render/ps/PSRenderer.java Index:

Status update: hyphenation (no, not the pattern file licenses)

2003-07-04 Thread J.Pietschmann
Hi, as I wrote quite some weeks ago I took an extended look at hyphenation, with the possible target of creating APL licensed patterns from our own dictionaries. I also looked at the current hyphenator. I finally seem to have grasped how hyphenation and hyphenation pattern generation from a marked

cvs commit: xml-fop/src/java/org/apache/fop/render/ps FlateEncodeOutputStream.java RunLengthEncodeOutputStream.java ASCIIHexOutputStream.java ASCII85OutputStream.java Finalizable.java

2003-07-04 Thread jeremias
jeremias2003/07/04 14:01:36 Removed: src/java/org/apache/fop/render/ps FlateEncodeOutputStream.java RunLengthEncodeOutputStream.java ASCIIHexOutputStream.java ASCII85OutputStream.java

Re: Status update: hyphenation (no, not the pattern file licenses)

2003-07-04 Thread Jeremias Maerki
On 04.07.2003 22:59:27 J.Pietschmann wrote: Interestingly, nobody seems to care all that much. Do people proof read their output? LOL snip what=a lot of interesting-sounding stuff/ RT: I believe the lexicon(s), pattern generator, the hyphenator and perhaps other tools could be useful for

First JUnit tests in

2003-07-04 Thread Jeremias Maerki
As you will have seen I've checked in the first batch of unit tests. They don't all seem to work right now. Some problem with DOM and another with Batik. The Batik one will probably go away by upgrading to 1.5b5. I haven't looked closely at the other. At any rate, Gump shouldn't break because of

cvs commit: xml-fop/src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfColorTable.java RtfParagraph.java

2003-07-04 Thread vmote
vmote 2003/07/04 20:23:24 Modified:src/java/org/apache/fop/datatypes ColorType.java src/java/org/apache/fop/rtf/renderer RTFHandler.java src/java/org/apache/fop/rtf/rtflib/rtfdoc RtfColorTable.java RtfParagraph.java Log:

RE: Build environment for alt.design

2003-07-04 Thread Victor Mote
Ralph LaChance wrote: At 12:20 PM 7/4/2003, you wrote: [Happy Independence Day, fellow Americans!] and I always like to remind fellow Americans that the British call this Thanksgiving Day... Yep, and we're thankful for Washington et al who made them thankful :-) Victor Mote

RE: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Victor Mote
J.Pietschmann wrote: OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western contributors who might want to have their names in their native script in the files? b) Keep a list of

Re: Build environment for alt.design

2003-07-04 Thread Peter B. West
Glen, Comments below, but to preface, let me say that alt.design has not had an Ant build system to date, so there is no penalty in my doing things differently, because I have to hack the build.xml anyway. What I do does not impact on HEAD, and provides a testbed for examining a different

Re: Java source encoding (was Re: [RTF] Jfor integration)

2003-07-04 Thread Peter B. West
Victor Mote wrote: J.Pietschmann wrote: OOps, I didn't think about that. We could a) Force ISO-8859-1 for all Java source files in the build file. Is this a discrimination of, ummm, non-western contributors who might want to have their names in their native script in the files? b) Keep