Files
samskivert/lib
mdb 652e013f6f Out vile ignore files.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2083 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2007-04-06 23:14:43 +00:00
..
2006-12-21 21:58:33 +00:00
2006-10-13 21:26:23 +00:00
2007-01-16 05:14:02 +00:00

Required external libraries
---------------------------

The samskivert code requires the following external Java libraries (JAR
files) to be placed here in the lib/ directory or in the shared library
directory specified in the build.xml file (${java.libraries}).

* Library: Jakarta Regular Expression package (org.apache.regexp)
           http://jakarta.apache.org/regexp/
  Depends: Used by various services.

* Library: JDBC driver
           MM MySQL driver: http://mmmysql.sourceforge.net/
  Depends: Required by com.samskivert.jdbc.*

* Library: WebMacro web template system
           http://www.webmacro.org/
  Depends: Required by com.samskivert.webmacro.*

* Library: Jakarta Commons Collections (org.apache.commons.collections)
           http://jakarta.apache.org/commons
  Depends: Required by com.samskivert.velocity.*

* Library: Velocity web template system
           http://jakarta.apache.org/velocity
  Depends: Required by com.samskivert.velocity.*

* Library: Java API for XML Processing (JAXP) 1.1
           http://java.sun.com/xml/download.html
           (Only crimson.jar and jaxp.jar are required. xalan.jar may
            safely be excluded.)
  Depends: Required by com.samskivert.xml.*

Once the jar files are in place (regardless of what they are named), the
build system will automatically include them in the compile-time
classpath.

--
$Id$