[Javamatch-cvs] javamatch index.html,NONE,1.1
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-09-03 12:11:43
|
Update of /cvsroot/javamatch/javamatch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6911 Added Files: index.html Log Message: Initial version add description of distribution contents --- NEW FILE: index.html --- <html> <head> <title>JavaMatch distribution contents</title> </head> <body> <h2>JavaMatch distribution contents</h2> <p>The most important parts of this distribution are: <table border="1" cellpadding="5"> <tr> <th align="left" bgcolor="blue"><font color="white">Directory</font></th> <th align="left" bgcolor="blue"><font color="white">Contents</font></th> </tr> <tr> <td>docs</td> <td>The documentation generator and input files.<br/> To generate the documentation, run <i><b>ant docs</b></i> at top level. The documentation will be in directory generated/website</td> </tr> <tr> <td>examples</td> <td>Example source code</td> </tr> <tr> <td>src</td> <td>The source code</td> </tr> </table> <hr/> <h2>Installation</h2> To install JavaMatch, first download and instal <a href="http://ant.apache.org">ant</a>. After installation, you can call the following ant targets: <table border="1" cellpadding="5"> <tr> <th align="left" bgcolor="blue"><font color="white">Target</font></th> <th align="left" bgcolor="blue"><font color="white">Description</font></th> </tr> <tr> <td>clean</td> <td>Cleans up all generated stuff</td> </tr> <tr> <td>dist</td> <td>Creates a distribution version (file generated/javamatch.jar)</td> </tr> <tr> <td>docs</td> <td>Generates the documentation (directory generated/website)</td> </tr> <tr> <td>run</td> <td>Runs the sample application</td> </tr> <tr> <td>test</td> <td>Runs all automated tests</td> </tr> </table> <hr/> For more information, see the <a href="http://javamatch.sourceforge.net">JavaMatch web site</a>. </p> </body> </html> |