svn commit: r14838 - trunk/documentation/cookbook/building.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: linus
Date: 2008-05-29 21:47:45-0700
New Revision: 14838
Modified:
trunk/documentation/cookbook/building.xml
Log:
Reverted the svn checkout commands to single line checkouts again.
Modified: trunk/documentation/cookbook/building.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/cookbook/building.xml?view=diff&rev=14838&p1=trunk/documentation/cookbook/building.xml&p2=trunk/documentation/cookbook/building.xml&r1=14837&r2=14838
==============================================================================
--- trunk/documentation/cookbook/building.xml (original)
+++ trunk/documentation/cookbook/building.xml 2008-05-29 21:47:45-0700
@@ -119,9 +119,7 @@
run it. If you are using Unix/Linux, the equivalent commands for
your particular shell should work.
<programlisting>
-C:\Work>svn checkout http://argouml.tigris.org/svn/argouml/trunk/src argouml/src --username guest
-Password: (give empty password if prompted)
-C:\Work>svn checkout http://argouml.tigris.org/svn/argouml/trunk/tools argouml/tools --username guest
+C:\Work>svn checkout http://argouml.tigris.org/svn/argouml/trunk/src http://argouml.tigris.org/svn/argouml/trunk/tools argouml --username guest
Password: (give empty password if prompted)
C:\Work>set JAVA_HOME=<replaceable>C:\Programs\jdkwhatever</replaceable>
C:\Work>cd argouml
@@ -1177,16 +1175,14 @@
If you only want to build argouml, and don't want anything else, you
could just download the source code and the tools:
<programlisting>
-svn checkout http://argouml.tigris.org/svn/argouml/trunk/src argouml/src --username guest
-svn checkout http://argouml.tigris.org/svn/argouml/trunk/tools argouml/tools --username guest
+svn checkout http://argouml.tigris.org/svn/argouml/trunk/src http://argouml.tigris.org/svn/argouml/trunk/tools argouml --username guest
</programlisting>
</para>
<para>
If you just want to build the documentation you can just check out the
documentation xml files and the tools:
<programlisting>
-svn checkout http://argouml.tigris.org/svn/argouml/trunk/documentation argouml/documentation --username guest
-svn checkout http://argouml.tigris.org/svn/argouml/trunk/tools argouml/tools --username guest
+svn checkout http://argouml.tigris.org/svn/argouml/trunk/documentation http://argouml.tigris.org/svn/argouml/trunk/tools argouml --username guest
</programlisting>
For the documentation you will also need the file
<filename>default.properties</filename>