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-
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.
-