]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Made junit-layout-standard conditional
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 13 Nov 2005 22:46:32 +0000 (22:46 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 13 Nov 2005 22:46:32 +0000 (22:46 +0000)
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

build.xml

index c12c79375e153285e7908a7c8fb42aa8c5600c3c..8773b845b281b2fda9a077e4378f5f54c436901b 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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">