











































|
This page provides information about how to access Batik's
source code. There are three main ways:
- The first and easiest is by downloading a source
distribution. These are the packages that start
with 'batik-src'.
- The second is through viewcvs. This provides the ability to traverse
the CVS repository over the web, and check differences
between versions.
- The third is through AnonCVS. Anyone can checkout
source code from our anonymous CVS server. To do so,
simply use the following commands (if you are using a
GUI CVS client, configure it appropriately):
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
login
password: anoncvs
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic
checkout xml-batik
|
|
|