I follow Building Spring Security . environment:
D:\studyspringspringsecurityGITsource\samples\cas> gradle -v
------------------------------------------------------------
Gradle 0.9.1
------------------------------------------------------------
Gradle build time: Sunday, 2 January 2011 11:40:57 AM EST
Groovy: 1.7.6
Ant: Apache Ant version 1.8.1 compiled on April 30 2010
Ivy: 2.2.0
JVM: 1.5.0_12 (Sun Microsystems Inc. 1.5.0_12-b04)
OS: Windows Vista 6.1 x86
when I gradle cas,an error occurred,how can i do? thanks
FAILURE: Build failed with an exception.
* Where:
Build file 'D:\studyspringspringsecurityGITsource\build.gradl e' line: 11
* What went wrong:
A problem occurred evaluating root project 'studyspringspringsecurityGITsource'.
Cause: java.net.URISyntaxException: Illegal character in authority at index 7: f
ile://C:\Users\abel/.m2/repository
* Try:
Run with -s or -d option to get more details. Run with -S option to get the full
(very verbose) stacktrace.
BUILD FAILED
Total time: 15 mins 27.363 secs


Reply With Quote