Просмотр исходного кода

Update classpath of 'junit-transcoder' target to avoid NoClassDefFoundError - include the lib/build path

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679850 13f79535-47bb-0310-9956-ffa450edef68
pull/2/head
Andreas L. Delmelle 9 лет назад
Родитель
Сommit
ac6c0b9881
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      build.xml

+ 1
- 1
build.xml Просмотреть файл

@@ -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>

Загрузка…
Отмена
Сохранить