Re: cvs commit: xml-fop/src/java/org/apache/fop/fo FObj.java IntrinsicSizeAccess.java

2005-01-03 Thread Glen Mazza
+1! Ausgezeichnet! Danke... Glen --- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Sorry, I'm so used to using A-F Enums that I didn't > think about that. > I've fixed this and hope that you can agree with my > change now. >

Re: cvs commit: xml-fop/src/java/org/apache/fop/fo FObj.java IntrinsicSizeAccess.java

2005-01-03 Thread Jeremias Maerki
Sorry, I'm so used to using A-F Enums that I didn't think about that. I've fixed this and hope that you can agree with my change now. On 03.01.2005 14:51:00 Glen Mazza wrote: > Jeremias, > > Would you please elaborate on the need for this? I > want to make sure that adding an additional dependen

Re: cvs commit: xml-fop/src/java/org/apache/fop/fo FObj.java IntrinsicSizeAccess.java

2005-01-03 Thread Glen Mazza
Jeremias, Would you please elaborate on the need for this? I want to make sure that adding an additional dependency on the Avalon project is passing a cost-benefit analysis here. We're not a fluffy hi-level word processing system --we are a very low-level application (like a compiler), that is i

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

2003-12-28 Thread gmazza
gmazza 2003/12/28 08:13:10 Modified:src/java/org/apache/fop/fo FObj.java Log: Minor patch for fixing NPE error when Locator not available--submitted by Finn Bock. Revision ChangesPath 1.30 +5 -3 xml-fop/src/java/org/apache/fop/fo/FObj.java Index: FObj.ja

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

2003-12-23 Thread gmazza
gmazza 2003/12/23 16:06:14 Modified:src/codegen fo-property-mapping.xsl src/java/org/apache/fop/fo FObj.java PropertyList.java Log: Removed the elementStringTable HashMap references (never used; was meant to define element-specific makers for a particular property,

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

2003-12-21 Thread gmazza
gmazza 2003/12/21 17:03:31 Modified:src/codegen fo-property-mapping.xsl src/java/org/apache/fop/fo FObj.java PropertyList.java Log: Removal of some of the temporary code elements (FO Element lists still pending.) Revision ChangesPath 1.2 +4 -10 x

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

2003-12-20 Thread gmazza
gmazza 2003/12/20 09:40:01 Modified:.build.xml src/java/org/apache/fop/fo FObj.java PropertyList.java Added: src/codegen fo-property-mapping.xsl Removed: src/codegen propmap.xsl Log: Property Makers now being activated via int constants. (Maker

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

2003-12-13 Thread gmazza
gmazza 2003/12/13 17:40:50 Modified:src/java/org/apache/fop/fo FObj.java PropertyList.java Removed: src/java/org/apache/fop/fo PropertyListBuilder.java Log: Consolidated PropertyListBuilder and PropertyList. Revision ChangesPath 1.21 +10 -28xml-fop/src/jav

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

2003-10-06 Thread vmote
vmote 2003/10/06 17:36:14 Modified:src/java/org/apache/fop/fo FObj.java Log: port from maintenance branch the variables that are used to track an object's location in the input file Revision ChangesPath 1.20 +7 -0 xml-fop/src/java/org/apache/fop/fo/FObj.java

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

2003-08-21 Thread vmote
vmote 2003/08/21 22:43:46 Modified:src/java/org/apache/fop/fo FObj.java Log: style/javadoc changes only Revision ChangesPath 1.14 +6 -0 xml-fop/src/java/org/apache/fop/fo/FObj.java Index: FObj.java ===