Re: M2: Surfire report directory

2007-06-06 Thread Jux
Yep, eventually I did that also. Now everything works great. Jo Vandermeeren wrote: > > On 6/6/07, Jux <[EMAIL PROTECTED]> wrote: >> >> I also have not told, that for other developers in my team, that error >> does >> not occur. > > > Hmm.. > You might want to remove the surefire plugin from

Re: M2: Surfire report directory

2007-06-06 Thread Jo Vandermeeren
On 6/6/07, Jux <[EMAIL PROTECTED]> wrote: I also have not told, that for other developers in my team, that error does not occur. Hmm.. You might want to remove the surefire plugin from your local repository and clean your project. Then try it again.. Cheers Jo

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Daah ... never mind the "java\bin\bin\java.exe" invalid path bug. When I corrected it, maven still gave the same error with the old IBM's java. So the newer Java version was still required. Juhan. Jux wrote: > > Ok I found the cause of the problem. It was my settings.xml file. There I > have

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Ok I found the cause of the problem. It was my settings.xml file. There I have specified the java version: C:\Progra~1\IBM\WebSphere\AppServer\java\bin\bin\java.exe It is IBM's implementation of Java and even though it is version 1.5, it did not work with it, so I used newer version of Sun's Java

Re: M2: Surfire report directory

2007-06-06 Thread Jux
Firstly, no, I have not configured anything in my pom.xml for the surefire-plugin. Secondly tried already with the -X, but I couldn't read anything useful out of it, but I paste some of the output here: - ... [DEBUG] Adding managed depedendencie

Re: M2: Surfire report directory

2007-06-05 Thread Maria Odea Ching
Could you try building your project with -X? And do you have any configuration set in you pom for the surefire-plugin? -Deng Jux wrote: Hi When I build my project (mvn install) the tests fail. The target folder will be created with the compiled classes and test classes, but the target/surefire

M2: Surfire report directory

2007-06-05 Thread Jux
Hi When I build my project (mvn install) the tests fail. The target folder will be created with the compiled classes and test classes, but the target/surefire-reports folder will not be created. The error log is something like this: --- [INFO] [compil