72 lines
3.5 KiB
HTML
72 lines
3.5 KiB
HTML
<!--
|
|
* ========================================================================
|
|
*
|
|
* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*
|
|
* ========================================================================
|
|
-->
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
<title>Acegi Security Downloads</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Acegi Security Downloads</h1>
|
|
<p>If you wish to try out this project, you are probably looking for the
|
|
<strong>acegi-security-xx.zip</strong> file, which contains all of the officially
|
|
released JARs, a copy of all documentation, and two WAR artifacts. The two WAR artifacts
|
|
are from the Contacts Sample and the Tutorial Sample application. The Tutorial Sample
|
|
consists of a "bare bones" configuration that will get you up and running quickly, whereas
|
|
the Contacts Sample illustrates more advanced features.</p>
|
|
|
|
<p>Please note that in order to reduce download size, we only include in the
|
|
release ZIP one of the WAR artifacts produced by the Contacts Sample application.
|
|
The WAR artifact we include is suitable for standalone deployment (specifically, it
|
|
does not require a CAS server, container adapter, X509 or LDAP setup). The official release ZIP
|
|
therefore probably contains what you need, especially if you're initially
|
|
evaluating the project. If you wish to deploy the other WAR artifacts produced by
|
|
the Contacts Sample application (ie those that target CAS, container adapters, X509 or LDAP usage),
|
|
you will need to build Acegi Security from source.
|
|
|
|
<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>
|
|
|
|
<h2>Official Releases</h2>
|
|
<p>The official release ZIP files are available from the
|
|
<a href="http://sourceforge.net/project/showfiles.php?group_id=104215">Sourceforge File Release System</a>.</p>
|
|
<h2>Maven Dependencies</h2>
|
|
<p>The Acegi Security JARs are also available via the
|
|
<a href="http://www.ibiblio.org/maven/acegisecurity">iBiblio Maven Repository</a>.</p>
|
|
<h2>Building From Source</h2>
|
|
<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>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.
|
|
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>
|