DO NOT REPLY [Bug 13325] - [PATCH] build pdfdoc changes

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13325] New: - [PATCH] build pdfdoc changes

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 19:44:24 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java FONode.java Log: Completed removal of propertyStacks from FOTree, and shift of associated functionality into FONode. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect InheritedValue.java

2002-10-04 Thread pbwest
pbwest 2002/10/04 19:42:21 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design InheritedValue.java Log: Throw PropertyException in constructor if property in not inherited. Revision ChangesPath No revision

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect IndirectValue.java

2002-10-04 Thread pbwest
pbwest 2002/10/04 19:40:31 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design IndirectValue.java Log: Added adjustedPropertyValue() to generate Inherit object if property value is unresolved. Prevent cloning when resolve() returns

awt viewer issues

2002-10-04 Thread Oleg Tkachenko
Hello there! Please review my humble thoughts about awt viewer redesign. 1. First of all some classes seems to be completely unused. Among them UserMessage, MessagesDialog and MessageException. Unfortunately I cannot read german, but afaiu they probably supposed to provide localizable option dial

Re: Extended Unicode Characters

2002-10-04 Thread J.Pietschmann
Oleg Tkachenko wrote: > Your said you got ð in pdf, that looks like some problem with > escaping in xslt, chances are you are using disable-output-escaping, > aren't you? I guess it comes as a string from a DB. D-o-e wouldn't work unless the transformation result was serialized. J.Pietschmann

DO NOT REPLY [Bug 13310] - [PATCH] javadoc build errors & warnings

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13310] - [PATCH] javadoc build errors & warnings

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13310] New: - [PATCH] javadoc build errors & warnings

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 09:28:58 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Changed stackedProps to specifiedProps. Set inherited and non-inherited properties which had not been specified. Removed getParentPropertyValue(). Added getCurrentFontSize()

Re: Extended Unicode Characters

2002-10-04 Thread Oleg Tkachenko
Al-Dhahir, Haitham wrote: > Does FOP provide support for extended Latin Uncode characters like the > Icelandic ð (#00F0) or Í (#00CD)? My initial testing suggests that it does > not, for example I have inserted ð into my XML, and in the PDF > output, instead of ð I just get ð. Any ideas on this?

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 09:18:09 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOPropertySets.java Log: Added page-sequence-master subtree property bitsets. Revision ChangesPath No revision No rev

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 09:16:23 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FOTree.java Log: Added initialValues[]. Changed getInitialValue() to use the array. Revision ChangesPath No revision No revision 1.1

Vale property stacks

2002-10-04 Thread Peter B. West
Karen, Arved, It is with great sadness that I announce the demise of my much-loved property stacks. Their functionality gradually dwindled away until all they had left was the initial values of all of the properties and the latest specified value. Initial values can be maintained more cheapl

[ANN] FOA new release: 0.4.0

2002-10-04 Thread Giannetti, Fabio
Hi, there is a new FOA release 0.4.0. Here there is a short list of new features/bug fixes: - Absolute Positioning Brick - Page Number Formats and Counting - Added US Page Formats - Fixed bugs for JDK 1.4 - Fixed page/content sequence bugs There is also a list of the currentlu supported

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 09:08:26 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design PropertyConsts.java Log: Added inheritedProps ROBitSet. Revision ChangesPath No revision No revision 1.1.2.14

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

2002-10-04 Thread pbwest
pbwest 2002/10/04 08:57:57 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design Properties.java Log: Added support for NoType PropertyValue. Revision ChangesPath No revision No revision 1.1

cvs commit: xml-fop/src/org/apache/fop/datatypes Compound.java InheritCompound.java Keep.java

2002-10-04 Thread pbwest
pbwest 2002/10/04 08:53:38 Removed: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design Compound.java InheritCompound.java Keep.java Log: Compounds not required. - To unsubscribe, e-mai

cvs commit: xml-fop/src/org/apache/fop/datatypes NoType.java AbstractPropertyValue.java

2002-10-04 Thread pbwest
pbwest 2002/10/04 08:49:33 Modified:src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design AbstractPropertyValue.java Added: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design NoType.java Log: Added support for NoType Pr

Bug handling survey - 80:20 rule

2002-10-04 Thread Gunes Koru
Hi all contributors of FOP, As you might have heard, I am conducting a bug handling survey on: http://www.seas.smu.edu/~gkoru/surveys/dhsurvey.html So far, we have received answers from the developers, testers, defects fixers, and project managers in KDE, GNOME, Apache, OpenOffice, Mozilla, an

RE: AW: large tables loop problem

2002-10-04 Thread Rhett Aultman
Title: Nachricht Easiest way I can think of- cut out the first half of the table content.  See if rendering breaks.  If it doesn't, then the problem is in the second half of the table content, so focus on that.  Keep paring out half of your table content until you've either found the content

DO NOT REPLY [Bug 13295] New: - different results using xml or fo (from the same xml-file)

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 13289] New: - Lines in wrapped blocks are not wrapped correctly

2002-10-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

AW: AW: large tables loop problem

2002-10-04 Thread Tobias Kuhn
Title: Nachricht Now i have got out the "file.fo" it is about 11400 lines long!!! and the size is 1.8mb how can i find the place producing the endless loop? or can i find out what is wrong with this file?   Tobias Kuhn

AW: AW: AW: large tables loop problem

2002-10-04 Thread Tobias Kuhn
Title: Nachricht Now i have got out the "file.fo" it is about 11400 lines long!!! and the size is 1.8mb how can i find the place producing the endless loop? or can i find out what is wrong with this file?   Tobias Kuhn

Extended Unicode Characters

2002-10-04 Thread Al-Dhahir, Haitham
Hi all, Does FOP provide support for extended Latin Uncode characters like the Icelandic ð (#00F0) or Í (#00CD)? My initial testing suggests that it does not, for example I have inserted ð into my XML, and in the PDF output, instead of ð I just get ð. Any ideas on this? Thanks, Haitham. --