Can't reproduce the samples
Hello everyone. I'm a new user of Spring.
The task I've given myself is to develop my own application based on the Contacts sample in the Spring Security samples folder.
Unfortunately, the samples provided seem to be written exclusively for the latest version of Spring (3.1.0.RC2 at the time of this writing).
I've tried setting up Maven to get this version, but it's unable to find the files for it. All I can get is 3.1.0.M1 which is still giving me errors.
Specifically the errors are that it can't find certain classes (such as "org.springframework.security.core.authority.Simpl eGrantedAuthority" and "org.springframework.security.acls.AclPermissionCa cheOptimizer"). liquibase is also on the fritz, giving an "invalid loc header" for some reason (ZipException).
Is there anyone who may be able to help me out here? I've spent the last few hours trying to figure this one out and I haven't come far.
Thanks,
-D