You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Simon Pepping <sp...@leverkruid.nl> on 2005/10/14 20:35:17 UTC

junit-transcoder classpath in build.xml

  <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


Re: junit-transcoder classpath in build.xml

Posted by Simon Pepping <sp...@leverkruid.nl>.
Done.

On Fri, Oct 14, 2005 at 08:44:26PM +0200, Jeremias Maerki wrote:
> 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
> 

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


Re: junit-transcoder classpath in build.xml

Posted by Jeremias Maerki <de...@jeremias-maerki.ch>.
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