Re: [hibernate-dev] Search test module

2010-11-18 Thread Sanne Grinovero
To keep the happy end on the mailing list: while we might have gradle in the future, as a current solution I fixed the test classes (clones where actually different), and kept the module but removed all classes. The parent pom.xml now uses the maven-jar-plugin plugin to also create the "test" arti

Re: [hibernate-dev] Search test module

2010-11-18 Thread Hardy Ferentschik
I was not aware that the current setup does not work in Eclipse :( On the other hand, we haven't had an additional module yet within the project depending on the testing module. The duplication of classes is there because of the cycle you mentioned. It is really a chicken and hen problem. The only

[hibernate-dev] Search test module

2010-11-17 Thread Sanne Grinovero
Hello, I'm in need to use some of the test classes from Hibernate Search (core module) in the tests for the new Infinispan module; I was initially depending on the "hibernate-search-testing" Maven module, which was recently split from our core test classes, but then I started having seriously weir