Browse Source

Include xmlapis*.jar when creating fop.war

This prevents
```
<4>Batik not in class path
<4>java.lang.NoClassDefFoundError: org/w3c/dom/svg/SVGDocument
<4>    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
<4>    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
<4>    at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:174)
```
pull/67/head
Frederik Bosch 3 years ago
parent
commit
49b8bc873b
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      fop/build.xml

+ 1
- 0
fop/build.xml View File

@@ -600,6 +600,7 @@ list of possible build targets.
<include name="batik*.jar"/>
<include name="commons-io*.jar"/>
<include name="xmlgraphics*.jar"/>
<include name="xml-apis*jar" />
</lib>
<lib dir="${build.dir}">
<include name="fop.jar"/>

Loading…
Cancel
Save