RE: FW: surefire and initial context

2008-02-03 Thread Matthew Shaw
ECTED] Sent: Friday, 1 February 2008 12:32 PM To: Maven Users List Subject: Re: FW: surefire and initial context You can put a sleep statement in your test so that you can pause the process long enough to run ps and see the java command being executed. That output will have the full classpath th

Re: FW: surefire and initial context

2008-01-31 Thread Brice Lambi
You can put a sleep statement in your test so that you can pause the process long enough to run ps and see the java command being executed. That output will have the full classpath the jvm is getting. You could then compare the output from eclipse and maven. Or just use 'jar tvf' to find which j

Re: FW: surefire and initial context

2008-01-31 Thread Wayne Fay
Eclipse sometimes does "stuff" for users that makes things work when they really "shouldn't". Can you try running from the command line without using Maven by calling java directly or perhaps using Ant? I believe it won't work either - you're probably doing something just slightly wrong. Also, ope