diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-17 12:46:32 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-17 12:46:32 +0000 |
commit | aeecada2554da4dc2c363de7b57fca19a1e23e46 (patch) | |
tree | d0685a8df7e49abb6858af1c961dcb437178e191 /build.xml | |
parent | d275b3c2bda6ed2a5735e5e79eca25912fd2a485 (diff) | |
download | xmlgraphics-fop-aeecada2554da4dc2c363de7b57fca19a1e23e46.tar.gz xmlgraphics-fop-aeecada2554da4dc2c363de7b57fca19a1e23e46.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |