[hibernate-dev] Failure upon importing ORM sources into IDE

Hardy Ferentschik hardy at hibernate.org
Fri Oct 25 17:31:04 EDT 2013


On 25 okt 2013, at 22:54, Gunnar Morling <gunnar at hibernate.org> wrote:

> When importing the ORM Gradle project into IntelliJ or Eclipse, I'm getting
> the following error:

Importing how? Did you create the IDE project files via 'gradle eclipse' resp. 'gradle idea' or are you any sorts of plugins. 

Not sure about Eclipse, but the import into Idea works via the Gradle generated project files.

> ===
> FAILURE: Build failed with an exception.
> 
> * Where:
> 
> Build file '[...]/hibernate-orm/hibernate-core/hibernate-core.gradle' line:
> 2
> 
> * What went wrong:
> 
> A problem occurred evaluating project ':hibernate-core'.

So are you trying to build from the IDE or why would you get a build error in the IDE?

>> Could not create plugin of type 'MatrixTestingPlugin'.

Might be a class path thing. The matrix testing plugin is one of our own.

--hardy


More information about the hibernate-dev mailing list