diff --git a/build.xml b/build.xml index 6fc425e35..f924e966d 100644 --- a/build.xml +++ b/build.xml @@ -7,7 +7,7 @@ + (and without typing -D each time it compiles it) --> diff --git a/buildAnt b/buildAnt deleted file mode 100755 index 28967d37f..000000000 --- a/buildAnt +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -# ----------------------------------------------------------------------------- -# buildAnt -- Build Nightly Distribution Files for ANT -# -# Goals: -# - Create nightly distribution files of Ant, including the JAXP reference -# implementation JAR files (so no extra downloads are needed), in the usual -# formats -# - Optionally, install these distribution files on the Jakarta web server -# -# Prerequisites: -# - The user under which this script runs must have done a CVS "login" -# for anonymous access to the Jakarta repositories -# - Java Development Kit, version 1.2.2, installed and configured -# (avoids compiler problems in 1.1 and 1.3 related to XML classes) -# - Ant 3.1 binary distribution installed -# - ANT_HOME points at this distribution directory (you can set it -# in ~/.antrc) -# - The "ant" script in $ANT_HOME/bin is accessible on your PATH -# - Java API for XML Parsing (JAXP) 1.0 reference implementation installed -# - JAXP_HOME points at this distribution directory (you can set it -# in ~/.antrc) -# - The "buildAnt.xml" script (from the Ant source repository) is -# in the same directory that this script is. -# - To execute the "install" target, you must be running on the Jakarta -# server, as part of group "jakarta". -# -# Author: Craig R. McClanahan -# Version: $Revision$ $Date$ -# ----------------------------------------------------------------------------- - -. ~/.antrc -ant -buildfile buildAnt.xml -Djaxp.home=$JAXP_HOME "$@" diff --git a/buildAnt.xml b/buildAnt.xml deleted file mode 100644 index f85ec6cda..000000000 --- a/buildAnt.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/index.html b/docs/index.html index bdefd00ce..22fe0476c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4842,6 +4842,9 @@ Mail List (ant-user-subsc

If you want to contribute to Ant or stay current with the latest development, join the Ant Development Mail List (ant-dev-subscribe@jakarta.apache.org)

+

Archives of both lists can be found at http://archive.covalent.net/. Many +thanks to Covalent Technologies.


Copyright © 2000 Apache Software Foundation. All rights Reserved.