RE: Class Loader problem - maven 2

2006-07-03 Thread Ronen Yaari
Markus, The Dll is not missing, please read the exception carefully, it state that it cannot load it since another classloader already loaded it. When I run the test (mvn test) from a specific project it runs fine, just when I run my master POM file (that run all my projects one by one) I get t

Re: Class Loader problem - maven 2

2006-07-03 Thread dan tran
maven 2 spins new jvm per project to run test by default, how could this happens? what version of surefire plugin do you use? make sure to setup your PATH environment within surefire configuration too. java.library.path does not always work -D On 7/3/06, Ronen Yaari <[EMAIL PROTECTED]> wrote:

RE: Class Loader problem - maven 2

2006-07-03 Thread Ronen Yaari
POM it does spin new JVM and it solved the problem. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 5:18 PM To: Maven Users List Subject: Re: Class Loader problem - maven 2 maven 2 spins new jvm per project to run test by default, how could this

Re: Class Loader problem - maven 2

2006-07-03 Thread dan tran
nd it solved the problem. -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 5:18 PM To: Maven Users List Subject: Re: Class Loader problem - maven 2 maven 2 spins new jvm per project to run test by default, how could this happens? what version of surefi