Re: Problem with classpath for tests

2010-12-23 Thread Asmann, Roland
The problem here is that Hibernate doesn't scan my EntityBeans/doesn't find any annotations on them. This in turn means that my DB isn't initialized and my tests can't run! Isn't there anybody out there that has had this problem after the classpath-change? On 20.12.2010 14:49, Asmann,

Problem with classpath for tests

2010-12-20 Thread Asmann, Roland
Hi all, I've been trying to get some projects running on my Hudson server, abd am running into problems. I've hunted down the problem to being the version of Maven that I use! On my Hudson I am running both 2.0.10 (for some older projects) and 2.2.1. On both these versions I have a project

Re: Problem with classpath for tests

2010-12-20 Thread Asmann, Roland
Sorry, I got the location of the directories wrong... They were last but are now first! On 20.12.2010 14:47, Asmann, Roland wrote: Hi all, I've been trying to get some projects running on my Hudson server, abd am running into problems. I've hunted down the problem to being the version of