瀏覽代碼

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 年之前
父節點
當前提交
49b8bc873b
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      fop/build.xml

+ 1
- 0
fop/build.xml 查看文件

@@ -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…
取消
儲存