How do I build the JBossCache myself from cvs?
You will need to get jboss-head source first from www.sourceforge.net using anonymous cvs. After doing a full build of JBoss (execute build under build directory), if you want to build the library under JBoss, do sh build.sh in the cache directory. This will produce jboss-cache.jar in the lib directory. Or if you want to build the standalone package, do sh build.sh dist this will produce jboss-cache-dist.zip.
Related Questions
- If you are running CVS on another platform then you should download the source code and build CVSNT using the procedure specified in the INSTALL file. What are the minimum system requirements to run CVSNT?
- Why do I get «java.io.IOException: CreateProcess: ... error=2» for CVS commands in Ant build script?
- How do I build from OpenWBEM from CVS?