From 6e5c586edc63c7e58f09bbc965d044928f19f5ca Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Mon, 8 Apr 2002 13:45:07 +0000 Subject: [PATCH] Added testtargets task that checks all targets indipendently (cleans in between). It builds succesfully here. Also changed gump target to run testtargets and then testmodule. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352361 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 82 +++++++++++++++++++++++++------------------------------ 1 file changed, 37 insertions(+), 45 deletions(-) diff --git a/build.xml b/build.xml index 68b9d2c862..b09bbf108e 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,5 @@ - + @@ -278,7 +278,7 @@ printed. - @@ -297,7 +297,7 @@ printed. - @@ -362,41 +362,7 @@ printed. sourcepath="${xlayout.build.java.dir}" destdir="${xlayout.build.documentation.metrics.dir}" failonerror="true"> - - + @@ -429,29 +395,55 @@ printed. - + + + + + + + - + + + + + + + + + + + + + + + + depends="testmodule" + description="Target used by Gump"> - + + + + + + -- 2.39.5