DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43570>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43570 Summary: field ATTRIB_ROW_PADDING not found Product: Fop Version: 0.94 Platform: All OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: rtf AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hi, I am trying to generate RTF from XSL: FO using FOP 0.94. but while transforming I am getting the following error. Can anyone help me in this regard to solve the issue? java.lang.NoSuchFieldError: org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow: field ATTRIB_ROW_PADDING not found at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow.writePaddingAttributes (RtfTableRow.java:352) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow.writeRowAndCellsDefintions (RtfTableRow.java:166) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTableRow.writeRtfContent (RtfTableRow.java:143) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement.writeRtf (RtfElement.java:86) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer.writeRtfContent (RtfContainer.java:135) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement.writeRtf (RtfElement.java:86) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer.writeRtfContent (RtfContainer.java:135) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement.writeRtf (RtfElement.java:86) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer.writeRtfContent (RtfContainer.java:135) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement.writeRtf (RtfElement.java:86) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer.writeRtfContent (RtfContainer.java:135) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement.writeRtf (RtfElement.java:86) at org.apache.fop.render.rtf.rtflib.rtfdoc.RtfFile.flush (RtfFile.java:219) at org.apache.fop.render.rtf.RTFHandler.endDocument (RTFHandler.java:181) at org.apache.fop.fo.FOTreeBuilder.endDocument (FOTreeBuilder.java:171) at org.apache.xalan.transformer.TransformerIdentityImpl.endDocument (TransformerIdentityImpl.java:962) at org.apache.xerces.parsers.AbstractSAXParser.endDocument(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source) at org.apache.xerces.impl.XMLEntityScanner.skipSpaces(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch (Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xalan.transformer.TransformerIdentityImpl.transform (TransformerIdentityImpl.java:484) at ExampleFO2RTF.convertFO2RTF2(ExampleFO2RTF.java:146) at ExampleFO2RTF.main(ExampleFO2RTF.java:170) Exception in thread "main" Thanks & Regards Anjuli -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
