(no commit message)
[utils] / crawler / kiss / docs / content / xdocs / index.xml
index b61d4874013d1fa51c6d4e2d19aa568ae317dd84..96a8c011959f7c24b3d8eac875b57df7978cbdf1 100644 (file)
       <p> The latest source can be obtained from subversion with the URL
           <code>https://wamblee.org/svn/public/utils</code>. The subversion repository allows
         read-only access to anyone. </p>
-      <p> The application was developed and tested on SuSE linux 9.1 with JBoss 4.0.2 application
+      <p> The application was developed and tested on SuSE linux 10.1 with 
+        JBoss 4.0.4 application
         server (only required for the web application). It requires at least a Java Virtual Machine
         1.5 or greater to run. </p>
     </section>
         <table>
           <tr>
             <th>Pattern</th>
-            <th>Example of matching field values</th>
+            <th>Examples of matching field values</th>
           </tr>
           <tr>
             <td>the.*x.*files</td>
 
       <section>
         <title>Source distribution</title>
-        <p> With the source code, build everything with <code>ant dist-lite</code>, then locate the
-          binary distribution in <code>lib/wamblee/crawler/kiss/kiss-crawler-bin.zip</code>. Then
-          proceed as for the binary distribution. </p>
+        <p> With the source code, build everything with maven2 as follows:</p>
+        <source>
+           mvn -Dmaven.test.skip=true install
+           cd crawler
+           mvn package assembly:assembly
+        </source> 
+        <p>
+          After this, locate the
+          binary distribution in the <code>target</code> subdirectory of the <code>crawler</code>
+          directory. Then
+          proceed as for the binary distribution.</p>
+         
       </section>
 
       <section>