Pro Spring MVC With Web Flow - Burn Failed in Chapter 1
Hi, I am want to learn about spring web flow. I'm still newbie, so i bought "Pro Spring MVC With Web Flow".
But just learned in chapter 1 I've got error
First i've success run "gradlew", the output like this :
Code:
D:\learn\new 2013\pro-spring-mvc-code-master>gradlew
:help
Welcome to Gradle 1.4.
To run a build, run gradle <task> ...
To see a list of available tasks, run gradle tasks
To see a list of command-line options, run gradle --help
BUILD SUCCESSFUL
Total time: 3.206 secs
but on the next step when i run command : gradlew build, it show error like this :
Code:
D:\learn\new 2013\pro-spring-mvc-code-master>gradlew build
:bookstore-shared:compileJava
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all dependencies for configuration ':bookstore-shared:compile'
.
> Could not find org.aspectj:aspectjrt:$aspectJVersion.
Required by:
com.apress.prospringmvc:bookstore-shared:1.0.0
> Could not find org.aspectj:aspectjweaver:$aspectJVersion.
Required by:
com.apress.prospringmvc:bookstore-shared:1.0.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 16.51 secs
Can somebody who have read that book tell me what should i do ?
Thx so much...