From 318bd88968649b126bc1915712310d93b29708d7 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Mon, 29 May 2006 10:57:47 +0000 Subject: [PATCH] Various changes to support 1.0.0 release. --- doc/xdocs/building.html | 43 ------------------- doc/xdocs/index.html | 92 ++++++++++++++++++++++++++--------------- project.properties | 2 +- project.xml | 2 +- 4 files changed, 61 insertions(+), 78 deletions(-) diff --git a/doc/xdocs/building.html b/doc/xdocs/building.html index 7d37d99034..fe213c1aed 100644 --- a/doc/xdocs/building.html +++ b/doc/xdocs/building.html @@ -116,48 +116,5 @@
maven clover:html-report -Dmaven.jar.override=on -Dmaven.jar.clover-ant=1.3.3_01
-

CVS-over-SSH Workarounds

- -

Another possible problem is related to CVS-over-SSH ("ext" in CVSROOT) appearing to freeze. - The following instructions assume you're an Acegi Security developer who has CVS access - to the project, as if you're not then you shouldn't be trying to use CVS-over-SSH. - The instructions above all relate to goals which use the default, anonymous - pserver CVS repository.

- -

If you really need authenticated SSH-based access, first check your - $ACEGI_SECURITY/build.properties contains a - maven.username equal to your SourceForge username. If your Maven CVS - or SSH commands still don't work, test you have automatic CVS-over-SSH access operational - by executing the following command:

-
    -
    cvs -d :ext:YOUR_SOURCEFORGE_USERNAME@cvs.sourceforge.net:/cvsroot/acegisecurity
    -
- -

If this CVS command executes without requiring any interaction such as password - entry, you're ready to proceed. If it fails (or requires a password entry), you - probably need to review your CVS setup. This varies depending on your CVS client.

- -

One Windows-based command line CVS-over-SSH-with-auto-login setup that - works very well is to install - CVSNT (which has a CVS client console utility) - and - PuTTY (download - putty.zip) together, and use - PuTTY's Pageant to automatically authenticate. A resource that describes in detail - how to configure WinCVS (which internally uses CVSNT's command line client) with PuTTY - (including automatic SSH authentication) is - SourceForge's instructions. - One issue with the SourceForge instructions is they forget to mention how to - tell the CVS command-line client to use plink.exe, which is PuTTY's SSH command-line - version. The solution is to execute - set CVS_RSH=C:\Program Files\putty\plink.exe - (or whatever path is appropriate to plink) before running the CVS command line. - In fairness, the SourceForge instructions target the Windows front-end to CVS, whilst - we need the command-line version to work.

- -

It is worth noting that as the Maven project uses the anonymous pserver - repository for most operations, these setup instructions really only apply if - doing something like deploying the site over SSH etc.

- diff --git a/doc/xdocs/index.html b/doc/xdocs/index.html index c71b12945a..2d8d4009ba 100644 --- a/doc/xdocs/index.html +++ b/doc/xdocs/index.html @@ -9,10 +9,13 @@

-
Mission Statement
+
What is Acegi Security?

-
To provide comprehensive security services for The Spring Framework. +
Acegi Security is a powerful, flexible security solution for enterprise software, + with a particular emphasis on applications that use + Spring. Using Acegi Security provides your + applications with comprehensive authentication, authorization, instance-based access control, + channel security and human user detection capabilities.


@@ -20,16 +23,24 @@


+
  • Community: Well-known for its supportive community, Acegi Security + has an active group of developers and users. Visit our project resources (below) + to access these services.

    +
  • Apache license. You can confidently use Acegi Security in your project.



  • Project Resources


    -
    Support - Forums

    Downloads +
    + Support Forums

    + Developer Mailing List

    + Downloads
    diff --git a/project.properties b/project.properties index 706e72903c..af5fd31cae 100644 --- a/project.properties +++ b/project.properties @@ -16,7 +16,7 @@ maven.compile.source=1.3 #signature.storepass= #signature.keystore= -maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.springframework.org/docs/api/ +maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/,http://www.springframework.org/docs/api/,http://jakarta.apache.org/commons/lang/api/index.html,http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/index.html,http://jakarta.apache.org/commons/codec/apidocs/index.html,http://jakarta.apache.org/commons/collections/api/,http://jakarta.apache.org/commons/logging/apidocs/index.html,http://tomcat.apache.org/tomcat-5.0-doc/servletapi/index.html maven.repo.remote=http://www.ibiblio.org/maven,http://acegisecurity.sourceforge.net/maven,http://svn.apache.org/repository/ diff --git a/project.xml b/project.xml index a516b9e5e5..d012c7569b 100644 --- a/project.xml +++ b/project.xml @@ -479,7 +479,7 @@ - maven-checkstyle-plugin + maven-clover-plugin maven-javadoc-plugin maven-jdepend-plugin