Good catch!
On 14.10.2005 20:35:17 Simon Pepping wrote:
> <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?
Jeremias Maerki