You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/02/22 08:44:37 UTC

svn commit: r630111 - /labs/droids/trunk/src/documentation/content/xdocs/sample.xml

Author: thorsten
Date: Thu Feb 21 23:44:36 2008
New Revision: 630111

URL: http://svn.apache.org/viewvc?rev=630111&view=rev
Log:
Addding more inforamtion about build clean

Modified:
    labs/droids/trunk/src/documentation/content/xdocs/sample.xml

Modified: labs/droids/trunk/src/documentation/content/xdocs/sample.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/src/documentation/content/xdocs/sample.xml?rev=630111&r1=630110&r2=630111&view=diff
==============================================================================
--- labs/droids/trunk/src/documentation/content/xdocs/sample.xml (original)
+++ labs/droids/trunk/src/documentation/content/xdocs/sample.xml Thu Feb 21 23:44:36 2008
@@ -53,6 +53,13 @@
 BUILD SUCCESSFUL
 Total time: 22 seconds</source>
     </section>
+    <section id="BuildClean">
+      <title>Build afer an update</title>
+      <p>If you are doing an update of the svn repository you need to build droids again. You
+        normally can drop the resolving of the dependencies but if you want to make sure that
+        everything is update do the following:</p>
+      <source>cd $DROIDS_HOME; svn up; ant ivy.resolve droids.clean droids.jar</source>
+    </section>
     <section>
       <title>Crawling</title>
       <note>Please note that we do not crawl yet images, css and scripts linked in the pages,



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org