Author: adelmelle
Date: Sun May 17 12:46:32 2015
New Revision: 1679850

URL: http://svn.apache.org/r1679850
Log:
Update classpath of 'junit-transcoder' target to avoid NoClassDefFoundError - 
include the lib/build path

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1679850&r1=1679849&r2=1679850&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Sun May 17 12:46:32 2015
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to