CVS

The OSCache CVS repository is hosted by java.net.

How to log in anonymously and to checkout the current CVS HEAD is described in CVS client setup. The repository is also browsable online.

You you want to build OSCache from CVS, you have to checkout the project OpenSymphony also.

Compiling OSCache

Run build.xml with Ant 1.6.5 (or higher) under Java 1.4 or later. From the OSCache directory, type

  • ant - to build the oscache.jar
  • ant dist - to build the distribution (only for full CVS checkout)
  • ant clean - to clean up

You may need to add the Ivy jar to your $ANT_HOME/lib directory if it is not there already.