diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-04-15 19:18:46 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-04-15 19:18:46 +0000 |
commit | 01a9c273a28516c5850b5d3044e801603158b76b (patch) | |
tree | 2be12c77e61d02e3053372ad321c914f5f31db68 /build.xml | |
parent | f993b978c0dfc1ed4c336c97b29eef9b80caf187 (diff) | |
download | xmlgraphics-fop-01a9c273a28516c5850b5d3044e801603158b76b.tar.gz xmlgraphics-fop-01a9c273a28516c5850b5d3044e801603158b76b.zip |
First part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-together.within-column for all block-level FOs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@648381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -924,7 +924,7 @@ list of possible build targets. <echo message="${hyphenation.message}"/> </target> - <target name="junit-layout-standard" depends="junit-compile" if="junit.present" description="Runs FOP's standard JUnit layout tests"> + <target name="junit-layout-standard" depends="junit-compile, junit-fotree" if="junit.present" description="Runs FOP's standard JUnit layout tests"> <echo message="Running standard layout engine tests"/> <junit dir="${basedir}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure"> <sysproperty key="basedir" value="${basedir}"/> @@ -982,7 +982,7 @@ list of possible build targets. </junit> </target> - <target name="junit-intermediate-format" depends="junit-compile" description="Runs FOP's intermediate format JUnit tests" if="xmlunit.present"> + <target name="junit-intermediate-format" depends="junit-compile, junit-layout" description="Runs FOP's intermediate format JUnit tests" if="xmlunit.present"> <echo message="Running intermediate format tests"/> <junit dir="${basedir}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" errorproperty="fop.junit.error" failureproperty="fop.junit.failure"> <sysproperty key="basedir" value="${basedir}"/> |