Add nightly build notes.
This commit is contained in:
parent
3e9cd13fef
commit
9a35091a86
|
@ -42,6 +42,8 @@
|
||||||
-Dmaven.scm.checkout.dir=acegisecurity</pre>
|
-Dmaven.scm.checkout.dir=acegisecurity</pre>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<p>See our <a href="cvs-usage.html">CVS Usage</a> page for other CVS access options.</p>
|
||||||
|
|
||||||
<h2>Quick Build</h2>
|
<h2>Quick Build</h2>
|
||||||
<p>Often people reading this document just want to see if Acegi Security will work
|
<p>Often people reading this document just want to see if Acegi Security will work
|
||||||
for their projects. They want to deploy a sample application, and that's about it
|
for their projects. They want to deploy a sample application, and that's about it
|
||||||
|
|
|
@ -50,8 +50,10 @@
|
||||||
<br>
|
<br>
|
||||||
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity co <em>modulename</em> </p>
|
cvs -z3 -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/acegisecurity co <em>modulename</em> </p>
|
||||||
<p>
|
<p>
|
||||||
Updates from within the module's directory do not need the -d parameter.
|
Updates from within the module's directory do not need the -d parameter.</p>
|
||||||
</p><h2>Developer Access with Maven</h2>
|
</p><h2>Nightly Snapshots</h2>
|
||||||
|
<p>If you'd prefer not to use CVS directly (eg you're stuck behind a corporate firewall), please see our <a href="downloads.html">downloads page</a> for nightly snapshots.</p>
|
||||||
|
<h2>Developer Access with Maven</h2>
|
||||||
<p> Only project developers can access the CVS tree via this method. Substitute <b>username</b> with the proper value. </p>
|
<p> Only project developers can access the CVS tree via this method. Substitute <b>username</b> with the proper value. </p>
|
||||||
<pre>maven scm:checkout-project
|
<pre>maven scm:checkout-project
|
||||||
-Dmaven.scm.method=cvs
|
-Dmaven.scm.method=cvs
|
||||||
|
|
|
@ -53,8 +53,17 @@
|
||||||
<p>The Acegi Security JARs are also available via the
|
<p>The Acegi Security JARs are also available via the
|
||||||
<a href="http://www.ibiblio.org/maven/acegisecurity">iBiblio Maven Repository</a>.</p>
|
<a href="http://www.ibiblio.org/maven/acegisecurity">iBiblio Maven Repository</a>.</p>
|
||||||
<h2>Building From Source</h2>
|
<h2>Building From Source</h2>
|
||||||
<p>Detailed instructions on building from source
|
<p>Detailed instructions on downloading from CVS and building from source
|
||||||
are provided on the <a href="building.html">Building with Maven</a>
|
are provided on the <a href="building.html">Building with Maven</a>
|
||||||
page.</p>
|
page.</p>
|
||||||
|
<h2>CVS Snapshots</h2>
|
||||||
|
<p>
|
||||||
|
If you don't wish to access CVS directly, we provide
|
||||||
|
<a href="http://acegisecurity.sourceforge.net/nightly/">nightly CVS exports</a> for your convenience.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
If you'd like a full CVS tarball (including all past revisions; not recommended), you can
|
||||||
|
find it <a href="http://cvs.sourceforge.net/cvstarballs/acegisecurity-cvsroot.tar.bz2">here</a>.
|
||||||
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue