java - Buiding hibernate-orm from the source in GitHub -
i trying build hibernate-orm source in github: https://github.com/hibernate/hibernate-orm.
i followed "quickstart" guideline, in github site:
git clone git://github.com/hibernate/hibernate-orm.git cd hibernate-orm ./gradlew clean build build requires java 8 jdk java_home, ensure java 6 compatibility.
however, got following error:
failure: build failed exception.
- where:
build file '/users/salee/git/hibernate-orm/build.gradle' line: 291
- what went wrong:
a problem occurred configuring project ':hibernate-c3p0'.
a problem occurred configuring project ':hibernate-core'.
cannot property 'absolutepath' on null object
would me?
this sounds broken build. in case, best option may raise issue in hibernate's github project , attach output of
./gradlew --stacktrace clean build
alternatively, pull latest code , try again. seems unlikely build stay broken long , may have been fixed.
Comments
Post a Comment