CVS
The entire project is hosted at sourceforge and we are using the provided CVS access. We always keep the code updated and you can find any recent change immediately in CVS.
Get the latest version
First you need to login as anonymous:
cvs -d:pserver:anonymous@jzonic.cvs.sourceforge.net:/cvsroot/jzonic login
When prompted for a password press Enter
Then you can get the current version using:
cvs -z3 -d:pserver:anonymous@jzonic.cvs.sourceforge.net:/cvsroot/jzonic co -P femto
The project contains a ANT build.xml file. In order to build the jZonic-web.jar file simply run:
ant jar
All required files and libraries and whatever are included.