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.

Compiling OSCache

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

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

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