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">