Re: Maven Junit Test with Gigaspaces

2006-09-05 Thread mmp
Gigaspaces dependency/ies to your pom. Eclipse has a > tendency to find jars in lib folders and such which are not > necessarily available when executing a non-Eclipse Maven build. > > Wayne > > On 8/30/06, mmp <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I

Maven Junit Test with Gigaspaces

2006-08-30 Thread mmp
Hi, I'm currently working with Gigaspaces and created some junit-testcases to test the functionality of my data access object. Unfortunately when i'm running those tests with maven the GigaSpaces cannot be found. When I run the tests in eclipse instead, the GigaSpaces can be found. Any idea