Browse Source

Update classpath of 'junit-transcoder' target to avoid NoClassDefFoundError - include the lib/build path

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679850 13f79535-47bb-0310-9956-ffa450edef68
pull/2/head
Andreas L. Delmelle 9 years ago
parent
commit
ac6c0b9881
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.xml

+ 1
- 1
build.xml View File

@@ -743,7 +743,7 @@ list of possible build targets.
<target name="junit-transcoder" depends="junit-compile" description="Runs FOP's JUnit transcoder tests" if="junit.present">
<path id="transcoder-classpath">
<pathelement location="${build.unit.tests.dir}"/>
<path refid="libs-build-classpath"/>
<path refid="libs-tools-build-classpath"/>
<fileset dir="${build.dir}">
<include name="fop-transcoder.jar"/>
</fileset>

Loading…
Cancel
Save