Re: Output from NIST test suite

2004-01-03 Thread Bernd Brandstetter
Hi, in your GhostScript installation there should also exist a gswin32c.exe which runs in console mode and therefore doesn't open a GUI window every time. Bye, Bernd On Saturday 03 January 2004 00:35, Finn Bock wrote: [Jeremias Maerki] I drive ghostscript with a bash script like this:

Re: Output from NIST test suite

2004-01-03 Thread Finn Bock
[Bernd Brandstetter] in your GhostScript installation there should also exist a gswin32c.exe which runs in console mode and therefore doesn't open a GUI window every time. And indeed there is. Boy, I feel stupid now. Thank you for the pointer. regards, finn

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

2004-01-03 Thread pbwest
pbwest 2004/01/03 03:14:46 Modified:src/java/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design Property.java Log: Added getters for initialValueTypes, inherited, dataTypes and traitMapping, so that these methods can be overridden in subclasses of

Re: Output from NIST test suite

2004-01-03 Thread Finn Bock
[Carmelo Montanez] Hi Folks: Somehow the final copy of the test suite was not uploaded to either our server at NIST or W3C. I uploaded a copy of the latest suite version to the following link: http://xw2k.sdct.itl.nist.gov/carmelo/formattingObjectsSuite123103.zip I will make sure it is at the

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

2004-01-03 Thread pbwest
pbwest 2004/01/03 05:00:50 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Adjusted HashMap initial size. Revision ChangesPath No revision No revision 1.1.2.2 +9

cvs commit: xml-fop build.xml

2004-01-03 Thread pbwest
pbwest 2004/01/03 05:09:35 Modified:.Tag: FOP_0-20-0_Alt-Design build.xml Log: Cosmetic changes. Revision ChangesPath No revision No revision 1.37.2.8 +2 -2 xml-fop/build.xml Index: build.xml

cvs commit: xml-fop .project

2004-01-03 Thread pbwest
pbwest 2004/01/03 05:10:41 Modified:.Tag: FOP_0-20-0_Alt-Design .project Log: Project modifications. Revision ChangesPath No revision No revision 1.1.2.4 +11 -0 xml-fop/Attic/.project Index: .project

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

2004-01-03 Thread pbwest
pbwest 2004/01/03 05:11:15 Removed: src/java/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design Dummy.java Log: No longer requuired. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

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

2004-01-03 Thread pherweg
pherweg 2004/01/03 05:43:12 Modified:src/java/org/apache/fop/render/rtf/rtflib/rtfdoc RtfColorTable.java Log: bug fixed: The first occurence of a custom color was displayed with wrong color Revision ChangesPath 1.3 +12 -3

RE: More on row and column span (was: RE: (Changing Vote) etc.)

2004-01-03 Thread Andreas L. Delmelle
-Original Message- From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] I guess the riddle I'm still trying to solve is: How do I access the LM's for the subsequent rows at this point? AFAICT, I have overlooked (at least) the following note in the spec (6.7.1 Table Formatting Objects

DO NOT REPLY [Bug 25880] New: - [PATCH] avoid expotential notation for small transformation numbers.

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

DO NOT REPLY [Bug 25880] - [PATCH] avoid expotential notation for small transformation numbers.

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

DO NOT REPLY [Bug 25881] New: - [PATCH] relative font-size gets calculated twice.

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

DO NOT REPLY [Bug 25881] - [PATCH] relative font-size gets calculated twice.

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

DO NOT REPLY [Bug 25881] - [PATCH] relative font-size gets calculated twice.

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

DO NOT REPLY [Bug 25882] New: - PS-Renderer doesn't generate pages in landscape orientation

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

Immediate plans for alt.design

2004-01-03 Thread Peter B. West
Fopsters, Having woken from my torpor, I am planning to re-activate alt-design development. My immediate plans include: Standardizing the name of alt.design. Marker processing . Generalise SyncedFoXmlEventsBuffer to handle events from any supported namespace . Generalise buffer definitions

Changes to Property sub-classes

2004-01-03 Thread Peter B. West
I have just made a series of changes to property processing in alt.design, intended to 1) make the process look more familiar to Java familiars, and 2) speed things up a bit. property = (Property)(pclass.newInstance()); properties[propindex] = property; // Set inheritance value if

Unnecessary import of Constants

2004-01-03 Thread Peter B. West
Eclipse is still complaining to me 271 times of the unnecessary import of fo.Constants in the files of build/gensrc/org/apache/fop/fo/properties. It also whinges about an unnecessary semi-colon in TextAlignLastMaker.java from the same directory. It's actually an empty else condition. Is

Re: cvs commit: xml-fop/src/java/org/apache/fop/svg AbstractFOPTranscoder.java

2004-01-03 Thread Peter B. West
This one had a suspiciously large number of unused imports. I couldn't see where they might be required, but someone else may have a more accurate idea of why they must be reinstated. Peter [EMAIL PROTECTED] wrote: pbwest 2004/01/02 19:23:51 Modified:src/java/org/apache/fop/svg

Recent tidying of alt.design

2004-01-03 Thread Peter B. West
Recent minor changes to alt.design triggered by comments from John Austin. In particular, John drew my attention to HashMap initialization. I naively assumed that providing an initial size to a HashMap would take account of the default load factor. Re-reading the documentation, I came to

Re: AW: help with upload the ssh key

2004-01-03 Thread Peter B. West
Glen Mazza wrote: Thanks, Peter, that helped a lot--I downloaded puttygen and am working with it now. Three more questions if anyone can help: 1) I guess we're to use SSH2 and not SSH1, but does it matter whether we use DSA or RSA? Is one much slower than the other? I'll use DSA--it apparently

DO NOT REPLY [Bug 25881] - [PATCH] relative font-size gets calculated twice.

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

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

2004-01-03 Thread gmazza
gmazza 2004/01/03 21:42:04 Modified:src/codegen properties.xsl Log: Fix to remove unnecessary imports of Constants interface. Revision ChangesPath 1.25 +6 -2 xml-fop/src/codegen/properties.xsl Index: properties.xsl

Re: Unnecessary import of Constants

2004-01-03 Thread Glen Mazza
Sorry about that; I don't use Eclipse. I just fixed the Constants problem--but the TextAlignLastMaker will be more difficult--it appears to have been there for a long time, well before my recent changes. Glen --- Peter B. West [EMAIL PROTECTED] wrote: Eclipse is still complaining to me 271

Re: Recent tidying of alt.design

2004-01-03 Thread Glen Mazza
I checked the API, what you describe below is just as it states: http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html Its guidance on proper initial value and load factor sizing may be of help for you. Glen --- Peter B. West [EMAIL PROTECTED] wrote: Recent minor changes to