<target name="junit-transcoder" depends="junit-compile" description="Runs 
FOP's JUnit transcoder tests" if="junit.present">
...
      <classpath>
        <pathelement location="${build.dir}/test-classes"/>
        <path refid="libs-run-classpath"/>
        <fileset dir="${build.dir}">
          <include name="fop-transcoder.jar"/>
        </fileset>
      </classpath>

Should the classpath not contain libs-build-classpath instead of
libs-run-classpath, so that fop.jar (and fop-hyph.jar) are not in it?

Simon

-- 
Simon Pepping
home page: http://www.leverkruid.nl

Reply via email to