-
Nov 17th, 2010, 06:12 AM
#1
gradle build error
Hi. I am new to gradle but I thought would have been enough make a symbolic link called "gradle" to build stuff like I do with maven. Instead:
./gradlew build
NoClassDefFoundError: org/gradle/wrapper/GradleWrapperMain
Either having oir not having a "gradle" command configured as a symbolic link to gradle 0.9-rc2, either having or not GRADLE_HOME pointing to actual gradle home.
How is this supposed to work?
Launching just "gradle build" gives me this other error:
* What went wrong:
Could not compile build file '/media/Storage/source/spring-social/build.gradle'.
Cause: startup failed:
build_gradle_739ed856fc98ad69c614b159b87950cd: 16: unable to resolve class org.springframework.build.Version
@ line 16, column 2.
import org.springframework.build.Version
^
1 error
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules