From 6aa5d578161fb917238b372f82eb25ae437da321 Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Thu, 18 Apr 2002 08:56:02 +0000 Subject: [PATCH] Removed antidote and xmldoclet as cents. Not use now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352435 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 169 ++++++++----------------------------------------- properties.xml | 5 +- 2 files changed, 28 insertions(+), 146 deletions(-) diff --git a/build.xml b/build.xml index d011e56647..bb0bf67838 100644 --- a/build.xml +++ b/build.xml @@ -13,86 +13,17 @@ - * ===================================== * | Krysalis Centipede Build System | - * ===================================== * + * ===================================== * by Nicola Ken Barozzi (nicolaken@apache.org) Marc Johnson (mjohnson@apache.org) - - started as an extension of the - the Apache Cocoon Build System - (http://xml.apache.org/cocoon/) - by - Stefano Mazzocchi (stefano@apache.org) - Carsten Ziegeler (cziegeler@apache.org) - -Installing the build tools -========================== - -The Krysalis Centipede build system is based on Apache Ant, -which is a Java building tool originally developed for the Tomcat -project but now used in many other Apache projects and extended -by many developers. - -Ant is a little but very handy tool that uses a build file written in XML -(this file) as building instructions. For more information refer to -"http://jakarta.apache.org/ant/". - -To make things easier for you, this distribution contains a precompiled -version of Ant and the build scripts take care of running it. - -The only thing that you have to make sure, is the "JAVA_HOME" environment -property should be set to match the JVM you want to use. - -That's all you have to do to be ready to go. - - -Building instructions -===================== - -First, make sure your current working directory is where this very file -is located. Then type - - ./build.sh (unix) - .\build.bat (win32) - -if everything is right and all the required packages are visible, this action -will start the build and prompt you with options. -Note, that if you do further development, compilation time is reduced since -Ant is able of detecting which files have changed and to recompile them at need. - -Also, you'll note that reusing a single JVM instance for each task, increases -tremendously the performance of the whole build system, compared to other -tools (i.e. make or shell scripts) where a new JVM is started for each task. - -Build targets -============= - -The build system is not only responsible of compiling the project into a jar -file, but is also responsible for creating the HTML documentation, javadocs, -distributions and web site. In fact, the file you have here is _exactly_ what -is used by project maintainers to take care of everything in the project, -no less and no more. - -To know more about the available targets take a look at this file, which is -pretty self-explanatory, or run the build with "-projecthelp". - -Build Dependencies -================== -Some components are optional and require special jar files to be compiled -and added to the application. Some of these jars are already included -in the distribution while others not. -For each optional package which is not available, a warning can be -printed. - - - Happy hacking :) - -============================================================================ + + For a simple interactive build, simply + run the build script (build.bar or build.sh) @@ -103,42 +34,21 @@ printed. - - -------------------------------------------------------------- - ${xgump.module.project.name} ${xgump.module.project.version.major}.${xgump.module.project.version.minor} [${YEAR}] - - -------------------------------------------------------------- - Using ${ant.version} - Build file ${ant.file} - -------------------------------------------------------------- - These are the most common build targets. - You can also invoke them directly; see build.xml for more info. - Builds will be in /build directory, distributions in /dist. - - 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) - clean ------------ cleans the build directory - dist ------------- creates src and bin distributions - scratchpad ------- build-run scratchpad code - contrib ---------- build-run contributed code - generate-records - generate excel records - generate-types --- generate word types - - - - Please select a target + + + + + + + + @@ -225,19 +135,6 @@ printed. - - - - - - - - - - - - @@ -260,21 +157,6 @@ printed. - ********************************************** - * - * Build all distributions: - * - source distribution for windows/unix. - * - binary distribution for windows/unix. - * - * Since *all* main targets are tested, - * first indipendently and then together to - * check that everything is ok, - * this may take a while... - * - *********************************************** - - - @@ -377,20 +259,6 @@ printed. - - - - - - - - - - - - - @@ -404,7 +272,20 @@ printed. + + + + + + + + + + + + + diff --git a/properties.xml b/properties.xml index 1d89130c96..e7d75bc836 100644 --- a/properties.xml +++ b/properties.xml @@ -34,12 +34,13 @@ - + -