]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update classpath of 'junit-transcoder' target to avoid NoClassDefFoundError - include...
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 17 May 2015 12:46:32 +0000 (12:46 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 17 May 2015 12:46:32 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679850 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index af773e5883f490124ab516205ba93c3462e89587..5cee9c88401bba3dc9ff7c6eab56536ab2221353 100644 (file)
--- 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>