From 4a0bc173626551d49918ffa0c40a13e235772939 Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Mon, 15 Apr 2002 06:44:21 +0000 Subject: Last update of Centipede. Fixed dist build, now it checks only functional tests before creating dist. Changed path of cents' properties in properties.xml. Centipede developement will now be decoupled from Poi, and continue on krysalis.org. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352415 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 79 ++++++++++--------------- properties.xml | 124 +++++++++++++++++++++++----------------- tools/cents/centipede.cent.jar | Bin 36036 -> 36037 bytes tools/cents/checkstyle.cent.jar | Bin 197378 -> 197381 bytes tools/cents/forrest.cent.jar | Bin 1626052 -> 1630000 bytes tools/cents/jdepend.cent.jar | Bin 49581 -> 49583 bytes tools/cents/umldoclet.cent.jar | Bin 21802 -> 21837 bytes 7 files changed, 102 insertions(+), 101 deletions(-) diff --git a/build.xml b/build.xml index a87d2f8554..24939f5cf9 100644 --- a/build.xml +++ b/build.xml @@ -118,13 +118,13 @@ printed. all -------------- creates the jars and the site compile ---------- compiles the source code + test ------------- performs the jUnit tests jar -------------- create the jar files docs ------------- generates the html docs - clean not needed + javadocs --------- generates the API documentation site ------------- generates the html site (docs+reports) - javadocs --------- generates the API documentation - test ------------- performs the jUnit tests clean ------------ cleans the build directory - quickdist -------- creates src and bin distributions + dist ------------- creates src and bin distributions scratchpad ------- build-run scratchpad code contrib ---------- build-run contributed code generate-records - generate excel records @@ -253,13 +253,13 @@ printed. - - - + + + + + - - ********************************************** * * Build all distributions: @@ -273,25 +273,8 @@ printed. * *********************************************** - - - - - - - - - - - - - - - - @@ -299,6 +282,7 @@ printed. + @@ -317,14 +301,10 @@ printed. - - - - - - + @@ -341,14 +321,9 @@ printed. - - - - - - @@ -376,15 +351,12 @@ printed. + description="Makes all the site doco" + depends="docs, + test, + javadocs, + metrics"/> - - - - - - - @@ -497,6 +469,18 @@ printed. + + + + + + + + + + + @@ -506,11 +490,8 @@ printed. depends="testmodule" description="Target used by Gump"> - - - diff --git a/properties.xml b/properties.xml index 91421dc138..96db912e82 100644 --- a/properties.xml +++ b/properties.xml @@ -1,55 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - apache.org - jakarta.apache.org - jakarta.apache.org/poi - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + apache.org + + jakarta.apache.org + + jakarta.apache.org/poi + + + + + + + + + + + + + + diff --git a/tools/cents/centipede.cent.jar b/tools/cents/centipede.cent.jar index de3b849b5c..1388fdcdbb 100644 Binary files a/tools/cents/centipede.cent.jar and b/tools/cents/centipede.cent.jar differ diff --git a/tools/cents/checkstyle.cent.jar b/tools/cents/checkstyle.cent.jar index eb8466d977..5915495935 100644 Binary files a/tools/cents/checkstyle.cent.jar and b/tools/cents/checkstyle.cent.jar differ diff --git a/tools/cents/forrest.cent.jar b/tools/cents/forrest.cent.jar index ea19531e36..6d565d5d8a 100644 Binary files a/tools/cents/forrest.cent.jar and b/tools/cents/forrest.cent.jar differ diff --git a/tools/cents/jdepend.cent.jar b/tools/cents/jdepend.cent.jar index 92f9177ab2..5cfe1498d8 100644 Binary files a/tools/cents/jdepend.cent.jar and b/tools/cents/jdepend.cent.jar differ diff --git a/tools/cents/umldoclet.cent.jar b/tools/cents/umldoclet.cent.jar index fdcd196ae1..1edd7a3777 100644 Binary files a/tools/cents/umldoclet.cent.jar and b/tools/cents/umldoclet.cent.jar differ -- cgit v1.2.3