diff options
author | Jeremias Maerki <jeremias@apache.org> | 2009-02-05 15:01:36 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2009-02-05 15:01:36 +0000 |
commit | 7fbf442044c42fce773c36cd9aea80694abf007d (patch) | |
tree | 323b2991e93ecddce9dad5b58a2dc1a183172722 /build.xml | |
parent | 46334ec875bcbbd0fba0370a62c8446c2a038f12 (diff) | |
parent | 879e33c0429f91fd9d6734b7d00410b71afbfa1d (diff) | |
download | xmlgraphics-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.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 --> <!-- =================================================================== --> |