I was just porting the JCAPTCHA code to Spring Security 2 tonight, but haven't finished. Essentially the steps to use the existing AppFuse/JCaptcha integration are:
1) checkout Spring Security 2.0.2 tag from their SVN 2) in the spring security 2.0.2 checkout dir, try: "mvn install".... wait for it to fail finding JetS3t 3) find, and install JetS3t with the recommended maven command (from previous failure) 4) now, "mvn install" Spring Security 2.0.2, then cd to sandbox/captcha, and do the same "mvn install" 5) now that you've installed spring-security-captcha, you can update the .java sources for AppFuse JCaptcha with the appropriate classpaths. the rest should work from there. best, -Jason -- View this message in context: http://www.nabble.com/Captcha---Spring-Security-2.0-tp17811948s2369p17817210.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]