From e14256aed138b293dd7f594af49a06d40b0cb596 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Wed, 22 Oct 2003 23:16:34 +0000 Subject: [PATCH] Tidy up of a few things in the build. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353406 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index c70bcb4b7..156112246 100644 --- a/build.xml +++ b/build.xml @@ -22,7 +22,7 @@ build will fail. To build the documentation you will need to install forrest and set - the FORREST_HOME environment variable. + the FORREST_HOME environment variable. Forrest 0.5.1 required. TO BE COMPLETED: @@ -30,7 +30,7 @@ Convert book.xml files to a sitemap. --> - + The POI project Ant build. @@ -110,6 +110,31 @@ + + +Main targets: + + compile Compiles the POI classes + test Tests main, contrib and scratchpad + jar Creates jar files for distribution + docs Builds the POI website + fetch-jars Fetches needed JAR files from the Internet + generate-records Generates HSSF records + generate-types Generates word types + javadocs Generate javadocs + single-test Runs a single test case specified with + -Dtestcase=classname + debug-test Runs a single test case specified with + -Dtestcase=classname with remote debug + options turned on. + 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 + distribution + + + @@ -167,7 +192,8 @@ - + @@ -245,7 +271,7 @@ - + @@ -256,7 +282,7 @@ - + @@ -500,7 +526,7 @@ FORREST_HOME environment variable! - + + description="Generates HSSF records"> @@ -564,7 +590,7 @@ FORREST_HOME environment variable! + description="Generates word types">