Skip to: Site menu | Main content

SXC

Simple XML Compiler

Source Repository Print

Web Access

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

Anonymous SVN

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

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

Building SXC

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

Developer SVN

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

Or from SVN+SSH like so:

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