[hibernate-dev] How to build Hibernate ORM / master ?

Sanne Grinovero sanne at hibernate.org
Sat May 9 06:17:35 EDT 2015


Hi,
I'm having some trouble to build a fresh checkout from master.
The first attempt produced:

 FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'hibernate-core-parent'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Could not find com.github.lburgazzoli:lb-karaf-features-gen:1.0.0.SNAPSHOT.

So I checked out this plugin:
https://github.com/lburgazzoli/lb-gradle-plugins , installed it
locally.

Now I get :

FAILURE: Build failed with an exception.

* Where:
Build file '/home/sanne/workspaces/hibernate/hibernate-core-parent/hibernate-osgi/hibernate-osgi.gradle'
line: 109

* What went wrong:
A problem occurred evaluating project ':hibernate-osgi'.
> Could not find method features() for arguments [hibernate_osgi_8b1jmrdt2yykus6805h9qfv3i$_run_closure8_closure18 at 705dc1a6] on project ':hibernate-osgi'.

Do I need to apply some patches to that plugin?

thanks,
Sanne


More information about the hibernate-dev mailing list