newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Hi, I am new to maven (about 2 hours in), and I am working through a tutorial that I download here; http://www.lulu.com/content/1080910 I can run the Hello world app under eclipse. However I am having a problem that when I run ; $ mvn -e clean package I get an error;

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Hi, Thanks for the reply, I've some comments in-lined below; On 02/07/09 20:09, Anders Hammar wrote: Hi, As a starter, you should probably upgrade Maven as version 2.0.4 is VERY old. You can tell from your attached output that there are newer surefire plugin versions that can't be used with

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
Server VM (build 14.0-b15, mixed mode) Tom On 02/07/09 21:07, Tom H wrote: Hi, Thanks for the reply, I've some comments in-lined below; On 02/07/09 20:09, Anders Hammar wrote: Hi, As a starter, you should probably upgrade Maven as version 2.0.4 is VERY old. You can tell from your attached

Re: newbie question about specifying testClassesDirectory

2009-07-02 Thread Tom H
On 02/07/09 21:26, Anders Hammar wrote: The surefire plugin forks by default. Possibly there is a bug in the surefire plugin you're using (and you can't upgrade to the newest one as it requires a newer Maven version than you're using, hence my upgrade recommendation). I'm thinking that the class