leosimons 2003/02/05 04:47:01
Modified: . README.txt
Log:
update dated readme file.
Revision Changes Path
1.2 +25 -10 jakarta-avalon/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.txt 11 Dec 2001 09:00:43 -0000 1.1
+++ README.txt 5 Feb 2003 12:47:01 -0000 1.2
@@ -1,9 +1,9 @@
- A V A L O N
-
+ A V A L O N - F R A M E W O R K
+
@version@
-
-
+
+
What is it?
-----------
@@ -12,19 +12,34 @@
Where is it?
------------
- http://jakarta.apache.org/avalon
+ http://avalon.apache.org/framework/
Requirements
------------
-
- -JDK1.2 or above
- -To build form CVS you must set JAVA_HOME to the jdk dir (eg:/usr/bin/jdk1.2 or
- c:\jdk1.3)
+ Avalon-Framework requires a Java Runtime Environment, version 1.2 or above.
+
+ Additional functionality is available if the following packages are available:
+ - JRE 1.4 or higher
+ - Avalon-Logkit 1.0 or higher
+ - Log4J 1.2 or higher
+ - Xerces-J 2.0 or higher
+
+ Building
+ --------
+ For building from source, there are some additional requirments:
+ - Ant 1.5 or above
+ - Forrest 0.2 or above
+ - JAVA_HOME to the jdk dir (eg:/usr/bin/jdk1.2 or c:\jdk1.3)
+ - ANT_HOME set to the ant dir (eg: /opt/ant or c:\ant)
+ - FORREST_HOME set to the forrest dir (eg: /opt/forrest or c:\forrest)
+ - ant scripts in the path
+ - forrest scripts in the path
+ If the above requirments are all satisfied, you can build Avalon-Framework by
+ running ant, normally done by typing `ant dist`.
What are the files?
-------------------
README.txt This file. It is a general overview.
LICENSE.txt The Apache Software License 1.1 that covers Avalon.
KEYS The list of public keys used for releasing Avalon.
- BUILDING.txt The build instructions that are distributed with the release.
build.xml The ANT build script.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]