Add info on binary builds.

This commit is contained in:
Luke Taylor 2006-05-20 16:36:22 +00:00
parent 2a24e4faf8
commit aa0d7c5380
1 changed files with 7 additions and 3 deletions

View File

@ -42,7 +42,7 @@
the Contacts Sample application (ie those that target CAS, container adapters and X509 usage),
you will need to build Acegi Security from source.
<p>The acegi-security-xx-src.zip is intended to use with IDEs. It does not contain the
<p>The acegi-security-xx-src.zip is intended for use with IDEs. It does not contain the
files needed to compile Acegi Security. It also does not contain the sources to the
sample applications. If you need any of these files, please download from SVN.</p>
@ -56,10 +56,14 @@
<p>Detailed instructions on downloading from CVS and building from source
are provided on the <a href="building.html">Building with Maven</a>
page.</p>
<h2>CVS Snapshots</h2>
<h2>SVN Snapshots and Daily Builds</h2>
<p>
If you don't wish to access SVN directly, we provide
<a href="http://acegisecurity.sourceforge.net/nightly/">nightly SVN exports</a> for your convenience.
<a href="http://acegisecurity.sourceforge.net/nightly/">nightly SVN exports</a> for your convenience.
There is also an automated build which uploads bundle of Acegi Security jar files to the same location.
Both binary and source archives have the date of the build and the SVN revision number appended to the filename,
so you can match them up easily.
</p>
</body>
</html>