diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 22:46:32 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-11-13 22:46:32 +0000 |
commit | 780bb00f88512926170bb15a313d339b38f1514d (patch) | |
tree | 7ee2a75acc868dc28c26e59665bfddcf8a25fc77 /build.xml | |
parent | 999f7ccfefeaa9a1dcc9015b5550c53709fde1ca (diff) | |
download | xmlgraphics-fop-780bb00f88512926170bb15a313d339b38f1514d.tar.gz xmlgraphics-fop-780bb00f88512926170bb15a313d339b38f1514d.zip |
Made junit-layout-standard conditional
Submitted by: Nils Meier <nmeier.at.users.sourceforge.net>
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@343994 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -732,7 +732,7 @@ list of possible build targets. <echo message="${hyphenation.message}"/> </target> - <target name="junit-layout-standard" depends="junit-compile" description="Runs FOP's standard JUnit layout tests"> + <target name="junit-layout-standard" depends="junit-compile" if="junit.present" description="Runs FOP's standard JUnit layout tests"> <echo message="Running standard layout engine tests"/> <mkdir dir="${build.dir}/test-reports/fop"/> <junit haltonerror="no" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure"> |