From cdfb3edaeecc171e912040fc9c68fe002bfa459d Mon Sep 17 00:00:00 2001 From: ehilsdal Date: Fri, 21 May 2004 06:19:07 +0000 Subject: Hopefully better bcel-builder build system, instigated by Andy actually trying to use this module the way it is supposed to be used --- bcel-builder/build.xml | 80 +++++++++++++++++++++++++++--------------------- bcel-builder/readme.html | 52 ++++++++++++++++++------------- 2 files changed, 76 insertions(+), 56 deletions(-) diff --git a/bcel-builder/build.xml b/bcel-builder/build.xml index 0310d4c3f..98aebeeb8 100644 --- a/bcel-builder/build.xml +++ b/bcel-builder/build.xml @@ -1,60 +1,70 @@ - + - + + - + + + - - + + - - - - - - - - - - - - - - - + + + + + + + + + + + - - - + + + + + + + + + - + - + + + + - - - - - - - - - - + + + + + + + + + + + + diff --git a/bcel-builder/readme.html b/bcel-builder/readme.html index b5a4c52c8..a0d20b60a 100644 --- a/bcel-builder/readme.html +++ b/bcel-builder/readme.html @@ -19,6 +19,9 @@ this directory? Well, the whole point is to generate bcel/bcel.jar in the lib package. To do so, first stick bcel-5.1-src.zip in this directory, then run ant. +(at one point, this was available at + +http://archive.apache.org/dist/jakarta/bcel/source/bcel-5.1-src.zip) After much unzipping, patching, and compiling, you should get an appropriate bcel.jar file. Now put it in the appropriate place.

@@ -28,28 +31,35 @@ to know some more ant targets. But before anything, get that bcel-5.1-src.zip and stick it in this directory.

+

There are five top-level ant targets apart from the usual "clean":

+ +

All of the tasks are destructive, so don't do "ant extract", for example, +if you have anything in the project source directory you care about. +

+ -- cgit v1.2.3