Accepting request 68994 from 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 (forwarded request 68986 from thomas-schraitle) OBS-URL: https://build.opensuse.org/request/show/68994 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlgraphics-fop?expand=0&rev=6
This commit is contained in:
commit
82743155b8
@ -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
|
Tue Nov 16 15:11:29 UTC 2010 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
# Rest of the configuration
|
# Rest of the configuration
|
||||||
MAIN_CLASS=org.apache.fop.cli.Main
|
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 parameters
|
||||||
set_jvm
|
set_jvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user