summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2015-05-17 12:46:32 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2015-05-17 12:46:32 +0000
commitaeecada2554da4dc2c363de7b57fca19a1e23e46 (patch)
treed0685a8df7e49abb6858af1c961dcb437178e191 /build.xml
parentd275b3c2bda6ed2a5735e5e79eca25912fd2a485 (diff)
downloadxmlgraphics-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index af773e588..5cee9c884 100644
--- a/build.xml
+++ b/build.xml
@@ -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>