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/03/10 13:57:30 UTC

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

Author: thorsten
Date: Mon Mar 10 05:57:28 2008
New Revision: 635547

URL: http://svn.apache.org/viewvc?rev=635547&view=rev
Log:
Minor typo fix

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=635547&r1=635546&r2=635547&view=diff
==============================================================================
--- labs/droids/trunk/src/documentation/content/xdocs/sample.xml (original)
+++ labs/droids/trunk/src/documentation/content/xdocs/sample.xml Mon Mar 10 05:57:28 2008
@@ -57,7 +57,7 @@
       <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>
+        everything is up to date do the following:</p>
       <source>cd $DROIDS_HOME; svn up; ant ivy.resolve droids.clean droids.jar</source>
     </section>
     <section>
@@ -68,10 +68,19 @@
         regex file "droids.filter.regex" to exclude/include follow up links, the default
         Droid will save the crawl to "droids.filter.regex" after you invoke:</p>
       <source>ant droids.crawl</source>
-      <p>To use this target in your ant based application you can add the following snippet to
-        your build file and do not forget to implemented the
-        <strong>PROPERTIES</strong> such as e.g. droids.name!</p>
-      <source><![CDATA[<target name="droids.crawl" description="--> Will invoke the crawling.">
+      <p>If you have not changed anything the result will be stored in $DROIDS_HOME/export like:</p>
+      <source>export/
+`-- target-x.de
+    |-- about.html
+    |-- index.html
+    |-- open.html
+    `-- search.html</source>
+      <section>
+        <title>Ant target</title>
+        <p>To use this target in your ant based application you can add the following snippet
+          to your build file and do not forget to implemented the
+          <strong>PROPERTIES</strong> such as e.g. droids.name!</p>
+        <source><![CDATA[<target name="droids.crawl" description="--> Will invoke the crawling.">
   <java classname="org.apache.droids.Cli" fork="true" dir="${build.dir}"
     maxmemory="${droids.maxmemory}" failonerror="true"
     resultproperty="buildResult">
@@ -81,7 +90,9 @@
       <path refid="droids.classpath"/>
     </classpath>
   </java>
-</target>]]></source>
+</target>]]>
+        </source>
+      </section>
     </section>
   </body>
 </document>



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