From 1ed4d655e0f35da861e3190c6f45176f1534e86a2d764f554395f59b147d77ea Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Mon, 2 May 2011 08:04:38 +0000 Subject: [PATCH] Accepting request 68986 from home:thomas-schraitle:branches:Java:packages - Fixed xmlgraphic-fop script: * Added excalibur/avalon-framework-impl in BASE_JAR variable to avoid exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/framework/configuration/DefaultConfigurationBuilder Caused by: java.lang.ClassNotFoundException: org.apache.avalon.framework.configuration.DefaultConfigurationBuilder * Replaced xmlgraphics-batik/util in BASE_JAR variable to avoid ClassNotFoundException: org.apache.batik.bridge.UserAgent OBS-URL: https://build.opensuse.org/request/show/68986 OBS-URL: https://build.opensuse.org/package/show/Java:packages/xmlgraphics-fop?expand=0&rev=11 --- xmlgraphics-fop.changes | 12 ++++++++++++ xmlgraphics-fop.script | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/xmlgraphics-fop.changes b/xmlgraphics-fop.changes index 53db359..32975d5 100644 --- a/xmlgraphics-fop.changes +++ b/xmlgraphics-fop.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon May 2 06:37:50 UTC 2011 - toms@suse.de + +- Fixed xmlgraphic-fop script: + * Added excalibur/avalon-framework-impl in BASE_JAR variable to + avoid exception in thread "main" java.lang.NoClassDefFoundError: + org/apache/avalon/framework/configuration/DefaultConfigurationBuilder + Caused by: java.lang.ClassNotFoundException: + org.apache.avalon.framework.configuration.DefaultConfigurationBuilder + * Replaced xmlgraphics-batik/util in BASE_JAR variable to + avoid ClassNotFoundException: org.apache.batik.bridge.UserAgent + ------------------------------------------------------------------- Tue Nov 16 15:11:29 UTC 2010 - mvyskocil@suse.cz diff --git a/xmlgraphics-fop.script b/xmlgraphics-fop.script index 570af76..b03dbbd 100644 --- a/xmlgraphics-fop.script +++ b/xmlgraphics-fop.script @@ -24,7 +24,7 @@ fi # Rest of the configuration MAIN_CLASS=org.apache.fop.cli.Main -BASE_JARS="xmlgraphics-fop xmlgraphics-commons xmlgraphics-batik/util xml-commons-jaxp-1.3-apis excalibur/avalon-framework-api xerces-j2 xalan-j2 xalan-j2-serializer" +BASE_JARS="xmlgraphics-fop xmlgraphics-commons batik-all xml-commons-jaxp-1.3-apis excalibur/avalon-framework-impl excalibur/avalon-framework-api xerces-j2 xalan-j2 xalan-j2-serializer" # Set parameters set_jvm