Skip to: Site menu | Main content

Jettison

A JSON StAX Implementation

Source Repository Print

Web Access

Web access for the SVN repository can be found at http://svn.jettison.codehaus.org/

Anonymous SVN

Jettison's SVN repository can be checked out with the following instruction set:

svn checkout http://svn.codehaus.org/jettison/trunk

Building Jettison

  1. Download and install Maven 2.x if you don't have it already.
  2. Grab the Jettison code from SVN
  3. "cd jettison; mvn install"

A jar will then be put in jettison/target.

Developer SVN

Jettison's SVN repository can be checked out like so with HTTPS:

svn --username=jane --password=foo checkout https://svn.codehaus.org/jettison/trunk

Or from SVN+SSH like so:

svn checkout svn+ssh://username@svn.codehaus.org/jettison

You will probably need to use ssh-agent or pagent running for this to work.