Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 457b3097bf12cfbf6494a143aa66415b > files > 6

avalon-framework-4.1.4-6.fc12.i686.rpm


                      A  V  A  L  O  N - F R A M E W O R K

                                   4.1.4


  What is it?
  -----------

  It is a set of classes and patterns that support high level server development.

  Where is it?
  ------------

  http://avalon.apache.org/framework/

  Runtime Requirements
  --------------------
  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

  Buildtime Requirements
  ----------------------
  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.
  build.xml         The ANT build script.