Uhm, the classpath was quite ok like it was. If you look into the
fop-transcoder-allinone.jar, it contains all classes (or at least should
contain all classes) that are needed to run the transcoder tests. That
JAR is for people who don't like all the little dependency JARs.

Why did you do the change in the first place? What was the problem?


On 12.01.2005 20:50:37 spepping wrote:
> spepping    2005/01/12 11:50:36
> 
>   Modified:    .        build.xml
>   Log:
>   Fixed an error in the classpath of one of the junit tests
>   
>   Revision  Changes    Path
>   1.113     +1 -0      xml-fop/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/xml-fop/build.xml,v
>   retrieving revision 1.112
>   retrieving revision 1.113
>   diff -u -r1.112 -r1.113
>   --- build.xml       6 Jan 2005 19:20:37 -0000       1.112
>   +++ build.xml       12 Jan 2005 19:50:36 -0000      1.113
>   @@ -696,6 +696,7 @@
>          <formatter type="brief" usefile="false"/>
>          <classpath>
>            <pathelement location="${build.dir}/test-classes"/>
>   +        <path refid="libs-basic-run-classpath"/>
>            <fileset dir="build">
>              <include name="fop-transcoder-allinone.jar"/>
>            </fileset>
>   
>   
>   



Jeremias Maerki

Reply via email to