The following versions of OSCore are currently available.
Please see OSCore Installation for installation instructions.
The OSCore project is hosted at http://oscore.dev.java.net. You can browse the CVS tree here. Instructions for checking the code out of CVS are available here.
To build OSCore from the sources, you must have the Java SDK version 1.3 or above, and Jakarta Ant version 1.5 or above.
To build the OSCore binaries, change to the oscore directory, and type:
ant
If there are any errors, try clearing your classpath and retry.
Upon completion, a directory called dist
should have been
created which contains oscore-{version}.jar
.
Other build targets include:
ant test
Executes all unit tests.
ant docs
Builds the API JavaDoc and copies the documentation (dist/docs/
).