mcconnell 2003/11/04 13:45:17
Modified: xdocs cvs.xml
Log:
Apply patch from J�rg Schaible re. cvs instructions.
Revision Changes Path
1.2 +12 -9 avalon-site/xdocs/cvs.xml
Index: cvs.xml
===================================================================
RCS file: /home/cvs/avalon-site/xdocs/cvs.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cvs.xml 2 Nov 2003 11:10:47 -0000 1.1
+++ cvs.xml 4 Nov 2003 21:45:17 -0000 1.2
@@ -25,13 +25,12 @@
<source>
anonymous CVSROOT: :pserver:[EMAIL PROTECTED]:/home/cvspublic
modules:
- avalon-sandbox # alpha & pre-alpha code
- avalon # framework and documentation
- avalon-apps # avalon applications
- avalon-excalibur # component/utility/container repository
- avalon-cornerstone # component repository
+ avalon # framework, containers and documentation
+ avalon-components # component repository
+ avalon-excalibur # utility repository
avalon-logkit # cool logging toolkit
avalon-phoenix # the phoenix container and related libraries
+ avalon-sandbox # alpha & pre-alpha code
avalon-site # this website
</source>
</section>
@@ -63,16 +62,20 @@
rem the below command should be on one line
$CVSUTILS\cvs.exe -z3 -d ^
:pserver:[EMAIL PROTECTED]:/home/cvspublic checkout ^
- avalon-excalibur avalon-cornerstone ^
+ avalon avalon-excalibur avalon-components ^
avalon-phoenix avalon-logkit avalon-site ^
- avalon-sandbox jakarta-site xml-forrest ^
+ avalon-sandbox xml-forrest ^
</source>
<p>This will take a while, depending on your connection. Go ahead and
grab
yourself a coffee or ten. When done, you should have checked out all
Avalon
sources and the most important utility libraries you need to build it
(save
- for <a href="http://ant.apache.org/">Apache Ant</a>, which you should
- go install right now if you haven't already).</p>
+ for <a href="http://maven.apache.org/">Apache Maven</a>, which you
should
+ go install right now if you haven't already). For further building
instructions
+ run:</p>
+<source>
+maven avalon:info
+</source>
</subsection>
<subsection name="Use TortoiseCVS">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]