aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2009-02-05 15:01:36 +0000
committerJeremias Maerki <jeremias@apache.org>2009-02-05 15:01:36 +0000
commit7fbf442044c42fce773c36cd9aea80694abf007d (patch)
tree323b2991e93ecddce9dad5b58a2dc1a183172722 /build.xml
parent46334ec875bcbbd0fba0370a62c8446c2a038f12 (diff)
parent879e33c0429f91fd9d6734b7d00410b71afbfa1d (diff)
downloadxmlgraphics-fop-7fbf442044c42fce773c36cd9aea80694abf007d.tar.gz
xmlgraphics-fop-7fbf442044c42fce773c36cd9aea80694abf007d.zip
Merge from Trunk revisions 740276 - 741103.
Hooked in the new AFP resource level defaults into the IF-size of the image handlers. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign@741120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 220437eea..5fff5d903 100644
--- a/build.xml
+++ b/build.xml
@@ -714,7 +714,7 @@ list of possible build targets.
<src path="${basedir}/test/java"/>
<patternset refid="test-sources"/>
<classpath>
- <path refid="libs-build-classpath"/>
+ <path refid="libs-build-tools-classpath"/>
<fileset dir="${build.dir}">
<include name="fop.jar"/>
</fileset>
@@ -952,7 +952,9 @@ list of possible build targets.
<test name="org.apache.fop.text.linebreak.LineBreakStatusTest" todir="${junit.reports.dir}"/>
</junit>
</target>
- <target name="junit" depends="junit-userconfig, junit-basic, junit-transcoder, junit-text-linebreak, junit-layout, junit-fotree, junit-area-tree-xml-format, junit-intermediate-format" description="Runs all of FOP's JUnit tests" if="junit.present">
+ <target name="junit-reduced" depends="junit-userconfig, junit-basic, junit-transcoder, junit-text-linebreak, junit-fotree"/>
+ <target name="junit-full" depends="junit-reduced, junit-layout, junit-area-tree-xml-format, junit-intermediate-format"/>
+ <target name="junit" depends="junit-full" description="Runs all of FOP's JUnit tests" if="junit.present">
<fail><condition><or><isset property="fop.junit.error"/><isset property="fop.junit.failure"/><not><isset property="hyphenation.present"/></not></or></condition>
NOTE:
**************************************************************************
@@ -1298,7 +1300,7 @@ NOTE:
<!-- =================================================================== -->
<!-- Special target for Gump -->
<!-- =================================================================== -->
- <target name="gump" depends="all, javadocs"/>
+ <target name="gump" depends="junit-reduced"/>
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->