Show download.xml syntax highlighted
<?xml version="1.0"?>
<document url="http://www.dom4j.org/download.xml">
<properties>
<title>Download dom4j</title>
<author email="jstrachan@apache.org">James Strachan</author>
</properties>
<body>
<section name="Download the current release">
<p>The current release can be downloaded at
<a href="http://sourceforge.net/project/showfiles.php?group_id=16035">SourceForge</a>
</p>
</section>
<section name="Download a snapshot build">
<p>
You can download an interim snapshot build from the
<a href="http://www.ibiblio.org/maven/dom4j/jars/">Maven repository</a>
</p>
</section>
<section name="Obtaining the latest CVS snapshot">
<p>
You can browse the current CVS repository
<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dom4j/">here</a>
</p>
<p>To learn more about CVS go <a href="http://www.cvshome.org/">here</a>.
</p>
<section name="Anonymous CVS Access">
<p>
This project's SourceForge CVS repository can be checked out through anonymous
(pserver) <a href="http://www.cvshome.org/">CVS</a> with the following instruction set.
When prompted for a password for anonymous, simply press the Enter key.
</p>
<pre>
cvs -d:pserver:anonymous@cvs.dom4j.org:/cvsroot/dom4j login
cvs -d:pserver:anonymous@cvs.dom4j.org:/cvsroot/dom4j co dom4j
</pre>
<p>Updates from within the module's directory do not need the -d parameter.
</p>
</section>
<section name="Developer CVS Access via SSH">
<p>
Only project developers can access the CVS tree via this method.
SSH1 must be installed on your client machine.
Substitute developername with the proper values.
Enter your site password when prompted.
</p>
<pre>
export CVS_RSH=ssh
cvs -d:ext:developername@cvs.dom4j.org:/cvsroot/dom4j co dom4j
</pre>
</section>
</section>
</body>
</document>
See more files for this project here