|
Hibernate Search does not build on Windows 8.
The JGroups integration tests fails because of a bad directory string. It tries to use a file in something like this:
C:\Users\Martin\...\file:/C:Users\Martin\actual\path
Additionally the Narayana integration test fails because it cannot delete the database file used by H2 in the test shutdown method.
I managed to get it to work with these changes:
https://github.com/hibernate/hibernate-search/compare/master...s4ke:master
|