I'm coming back to AGEGI after a hiatus, and I followed the instructions for a CVS checkout via maven (from http://acegisecurity.org/building.html)
When I try to build via the instructions (cd core; maven jar:install), the build fails with 100 compile errors:
> java:compile:
> [echo] Compiling to /development/acegisecurity/core/target/classes
> [javac] Compiling 286 source files to /development/acegisecurity/core/target/classes
> /development/acegisecurity/core/src/main/java/org/acegisecurity/AcegiSecurityException.java:18: package
org.springframework.core does not exist
import org.springframework.core.NestedRuntimeException;
I had to use a snapshot last time (due to CVS problems), so:
1) Which snapshot will build?
2) Is there a plan for fixing the build problems?
Frustratedly,
...RIchard
- [Acegisecurity-developer] Build from CVS checkout broken Richard Clark
