https://bugzilla.novell.com/show_bug.cgi?id=817145 https://bugzilla.novell.com/show_bug.cgi?id=817145#c0 Summary: Typo in "/usr/bin/fop" breaks fop. Fix included Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: johanp@aditus.nu QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 In the "/usr/bin/fop" start script there is a list of needed jars. Among them it is listed so: xml-commons-jaxp-1.3.apis There is s typo in this since the installed jar is actually named xml-commons-jaxp-1.3-apis The error is that there should be a hyphen (-) instead of a period after the version number. This error (of course) completely breaks fop in SuSE 12.3 which is kind of a showstopper for all persons working with DcoBook and producing PDFs. Reproducible: Always Steps to Reproduce: Try run "fop" and it will fail with an error indicating that it cannot load xml-commons-jaxp-1.3.apis Actual Results: Fail Expected Results: Should work and produce a an output. The fix is obvious (below fop.OLD is the existing fop with error) --- /usr/bin/fop.OLD 2013-04-25 13:31:30.614395317 +0200 +++ /usr/bin/fop 2013-04-25 13:31:56.952600172 +0200 @@ -33,7 +33,7 @@ # Rest of the configuration MAIN_CLASS=org.apache.fop.cli.Main -BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io avalon-framework batik-all xml-commons-jaxp-1.3.apis xml-commons-jaxp-1.3-apis-ext" +BASE_JARS="xmlgraphics-fop xmlgraphics-commons commons-logging commons-io avalon-framework batik-all xml-commons-jaxp-1.3-apis xml-commons-jaxp-1.3-apis-ext" # Set parameters set_jvm -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.