From 241a378dc17534f612c7a4560a9a516f8326709e Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Fri, 31 Dec 2004 13:26:31 +0000 Subject: [PATCH] - Before running the "test" or "reports" target Ant now checks whether JUnit and JDepend are available, i.e. included in the classpath. - Started to modularize the "reports" target into independend subtargets in order to make it possible to run "ant jdepend", "ant javadocs" etc. individually. - Fixed the "jdepend" task so that it runs with JDepend 3.9. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353617 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 231 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 141 insertions(+), 90 deletions(-) diff --git a/build.xml b/build.xml index 95ac4b293..aa25c7a8b 100644 --- a/build.xml +++ b/build.xml @@ -7,10 +7,14 @@ Glen Stampoultzis glens at apache.org + Modified by: - This build was tested with ant 1.5.3 although it will probably work with - other versions. The following jar files should be installed - into the ant lib directory: + Rainer Klute klute@rainer-klute.de + + + This build was tested with ant 1.6.2 although it will probably work with + other versions. The following jar files should be available on the --> + classpath when running ant: LIBRARY LOCATION ======= ======== @@ -130,7 +134,7 @@ Main targets: debug-test Runs a single test case specified with -Dtestcase=classname with remote debug options turned on. - reports Creates junit,jdepend and javadoc reports + reports Creates junit, jdepend and javadoc reports site Generates the documentation and reports dist Creates the entire distribution into build/dist clean-dist Cleans the build directory then creates a @@ -213,9 +217,7 @@ Main targets: - - + description="Compiles the POI classes"/> @@ -275,7 +277,11 @@ Main targets: - + + @@ -430,14 +436,17 @@ FORREST_HOME environment variable! - + - - + @@ -474,88 +483,43 @@ FORREST_HOME environment variable! - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - + + + -