http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Overview
FAQ
License
Download
Install
Demo

In the news

Tools and Apps
Browser
Rasterizer
Font Converter
Pretty-printer

Architecture
API (Javadoc)
Generator
DOM API
JSVGCanvas
Transcoder API

Scripting Intro
Scripting Features
Java Scripting
Security

Extensions

Testing

Contributors
Mail Lists

CVS Repository
Bug Database

Status

Glossary


Introduction

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


Copyright © 2000-2003 The Apache Software Foundation. All Rights Reserved.