From c9fbe08ba5f5675aa23e164cb83e62ec3cfa8f9b Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 18 Dec 2002 20:10:46 +0000 Subject: [PATCH] doc props --- build/readme-build-module.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/build/readme-build-module.html b/build/readme-build-module.html index e9e9faf43..e056ba6f6 100644 --- a/build/readme-build-module.html +++ b/build/readme-build-module.html @@ -11,7 +11,19 @@ from this directory. To run Ant, use ../lib/ant scripts and libraries. In particular, when running Ant from eclipse, do not use the default Eclipse Ant classpath; remove those jars and add all the libraries in ../lib/ant/lib -as well as in ../lib/junit. +as well as in ../lib/junit. +Consider defining the following flag properties: +

+ + + + + +
PropertyEffect of setting it to any value
check.build.jar + fail if build.jar is out of date +
release.build + regenerate org/aspectj/bridge/Version.java +

The -- 2.39.5