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
This commit is contained in:
parent
5666282ad5
commit
1ed4d655e0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user