Update of /cvsroot/opensymphony/website/web/sitemesh
In directory sc8-pr-cvs1:/tmp/cvs-serv5618/web/sitemesh
Modified Files:
obtain.jsp
Log Message:
Updated for version 2.0.
Index: obtain.jsp
===================================================================
RCS file: /cvsroot/opensymphony/website/web/sitemesh/obtain.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- obtain.jsp 27 Jul 2003 14:33:44 -0000 1.1
+++ obtain.jsp 2 Sep 2003 08:17:32 -0000 1.2
@@ -1 +1 @@
-<html>
<head>
<title>Obtaining and Building SiteMesh</title>
</head>
<body>
<p>There are 2 ways to get SiteMesh, as a <a href="#latest">download</a> or via <a href="#cvs">CVS</a>.</p>
<h4><a name="Latest">Latest</a></h4>
<p>This is the most recent version of SiteMesh. Note: The current version is 1.3.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=9890&release_id=79090">Download page</a></p>
<h4><a name="cvs">CVS</a></h4>
<p>Alternatively, you can access the up-to-the-minute version directly in the CVS repository. If you are not familiar with CVS, refer to <a href="http://www.cvshome.org/">www.cvshome.org</a>.</p>
<table>
<tr>
<td align=right><b>Method :</b></td>
<td><code>pserver</code></td>
</tr>
<tr>
<td align=right><b>Server :</b></td>
<td><code>cvs.sourceforge.net</code></td>
</tr>
<tr>
<td align=right><b>Repository :</b></td>
<td><code>/cvsroot/opensymphony</code></td>
</tr>
<tr>
<td align=right><b>Module :</b></td>
<td><code>sitemesh</code></td>
</tr>
<tr>
<td align=right><b>Username :</b></td>
<td><code>anonymous</code></td>
</tr>
<tr>
<td align=right><b>Password :</b></td>
<td><i>(none)</i></td>
</tr>
</table>
<p>You can browse the CVS repository through the web <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=opensymphony">here</a>.
<h4><a name="building">Building</a></h4>
<p>If you have downloaded the binary distributions, you can jump directly to the <a href="install.jsp">Installation Guide</a>.</p>
<p>In order to build SiteMesh, you must have the JDK version 1.2 or above, and Jakarta Ant version 1.3 or above. To obtain and install Jakarta Ant, visit the <a href="http://jakarta.apache.org/ant/">Ant website</a>.</p>
<p>To build the SiteMesh binaries, change to the sitemesh directory, and type:</p>
<blockquote><code><b>ant</b></code></blockquote>
<p>If there are any errors, try clearing you classpath and retrying.</p>
<p>Upon completion, a directory called <code>dist</code> should have been created which contains <code>sitemesh.jar</code> (the actual library) and 2 <code>.tld</code> files (tag-library descriptors).</p>
<p>Other build targets include:</p>
<blockquote>
<code><b>ant example</b></code><br>
Build the sample web-app (filename: <code>dist/sitemesh-example.war</code>).
</blockquote>
<blockquote>
<code><b>ant doc</b></code><br>
Build the API JavaDoc (dir: <code>doc/</code>).
</blockquote>
<%@ include file="navpanel.jsp" %>
</body>
</html>
\ No newline at end of file
+<html>
<head>
<title>Obtaining and Building SiteMesh</title>
</head>
<body>
<p>There are 2 ways to get SiteMesh, as a <a href="#latest">download</a> or via <a href="#cvs">CVS</a>.</p>
<h4><a name="Latest">Latest</a></h4>
<p>This is the most recent version of SiteMesh. Note: The current version is 2.0.</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=9890&release_id=79090">Download page</a></p>
<h4><a name="cvs">CVS</a></h4>
<p>Alternatively, you can access the up-to-the-minute version directly in the CVS repository. If you are not familiar with CVS, refer to <a href="http://www.cvshome.org/">www.cvshome.org</a>.</p>
<table>
<tr>
<td align=right><b>Method :</b></td>
<td><code>pserver</code></td>
</tr>
<tr>
<td align=right><b>Server :</b></td>
<td><code>cvs.sourceforge.net</code></td>
</tr>
<tr>
<td align=right><b>Repository :</b></td>
<td><code>/cvsroot/opensymphony</code></td>
</tr>
<tr>
<td align=right><b>Module :</b></td>
<td><code>sitemesh</code></td>
</tr>
<tr>
<td align=right><b>Username :</b></td>
<td><code>anonymous</code></td>
</tr>
<tr>
<td align=right><b>Password :</b></td>
<td><i>(none)</i></td>
</tr>
</table>
<p>You can browse the CVS repository through the web <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi?cvsroot=opensymphony">here</a>.
<h4><a name="building">Building</a></h4>
<p>If you have downloaded the binary distributions, you can jump directly to the <a href="install.jsp">Installation Guide</a>.</p>
<p>In order to build SiteMesh, you must have the JDK version 1.4 or above, and Jakarta Ant version 1.4 or above. To obtain and install Jakarta Ant, visit the <a href="http://jakarta.apache.org/ant/">Ant website</a>.</p>
<p>To build the SiteMesh binaries, change to the sitemesh directory, and type:</p>
<blockquote><code><b>ant</b></code></blockquote>
<p>If there are any errors, try clearing you classpath and retrying.</p>
<p>Upon completion, a directory called <code>dist</code> should have been created which contains <code>sitemesh.jar</code> (the actual library) and 2 <code>.tld</code> files (tag-library descriptors).</p>
<p>Other build targets include:</p>
<blockquote>
<code><b>ant example</b></code><br>
Build the sample web-app (filename: <code>dist/sitemesh-example.war</code>).
</blockquote>
<blockquote>
<code><b>ant doc</b></code><br>
Build the API JavaDoc (dir: <code>doc/</code>).
</blockquote>
<%@ include file="navpanel.jsp" %>
</body>
</html>
\ No newline at end of file
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.