[Clirr-devel] CVS: clirr/xdocs download.xml,NONE,1.1 navigation.xml,1.4,1.5
Status: Alpha
Brought to you by:
lkuehne
From: Lars K?h. <lk...@us...> - 2003-09-27 16:46:40
|
Update of /cvsroot/clirr/clirr/xdocs In directory sc8-pr-cvs1:/tmp/cvs-serv23131 Modified Files: navigation.xml Added Files: download.xml Log Message: added download page that also explains how to build from anon cvs --- NEW FILE --- <?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Download Clirr</title> <author>Lars Kühne</author> </properties> <body> <section name="Download Clirr"> <p> The latest release of Clirr is available from the <a href="http://sourceforge.net/project/showfiles.php?group_id=89627">Sourceforge download page</a>. Currently no files have been released, but stay tuned! </p> <p> Development snapshots are occasionally made available between releases <a href="builds/clirr/distributions/">here</a>. </p> <p> <strong>Sourceforge.net provides their infrastructure for free. Please use the Sourceforge download pages above whenever possible to save bandwith on the sourceforge servers.</strong> </p> </section> <section name="Compile Maven yourself"> <p> To compile Clirr yourself you need to have the following tools installed on your machine and available in the command line search path: </p> <ul> <li> the latest release of <a href="maven.apache.org">Maven</a>, at the time of writing that's beta-10. </li> <li> A CVS client. If you are on Linux you probably already have that. If you are on Windows, you use the binary that is included in the WinCVS distribution. For other platforms, please search Google for a precompiled client or build one yourself using the sources available from the <a href="http://www.cvshome.org">CVS homepage</a>. </li> </ul> <p> To build Clirr, open a command line shell, cd to an empty directory and enter the following commands (when prompted for a password for anonymous, simply press the Enter key): </p> <source><![CDATA[ cvs -d :pserver:ano...@cv...:/cvsroot/clirr login cvs -z3 -d :pserver:ano...@cv...:/cvsroot/clirr checkout clirr cd clirr maven dist site ]]></source> <p> Note that the anonymous CVS server on Sourceforge is under heavy load, and you might experience difficulties when checking out the sources. This is temporary, please try again a few minutes later. Sourceforge is currently in the process of installing more capable hardware. </p> </section> </body> </document> Index: navigation.xml =================================================================== RCS file: /cvsroot/clirr/clirr/xdocs/navigation.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- navigation.xml 20 Sep 2003 12:59:49 -0000 1.4 +++ navigation.xml 27 Sep 2003 11:50:09 -0000 1.5 @@ -14,7 +14,7 @@ <item name="Running Clirr" href="/anttask.html"/> <item name="Download" - href="http://sourceforge.net/project/showfiles.php?group_id=89627"/> + href="/download.html"/> <item name="Contributing" href="/contributing.html"/> <item name="Related tools" @@ -29,4 +29,4 @@ </a> </footer> </body> -</project> \ No newline at end of file +</project> |