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 and it worked well. Juhan. Jux wrote: > > 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: > ----------------------------------------------------- > ... > [INFO] Surefire report directory: > D:\Projects\myproject\util\target\surefire-reports > Forking command line: > C:\Progra~1\IBM\WebSphere\AppServer\java\bin\bin\java.exe > -enableassertions -classpath "C:\Documents and > Settings\voolajuh\.m2\repository\org\apache\maven\surefire\surefire-api\2.0\surefire-api-2.0.jar;C:\Documents > and > Settings\voolajuh\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;C:\Documents > and > Settings\voolajuh\.m2\repository\org\apache\maven\surefire\surefire-booter\2.0\surefire-booter-2.0.jar" > org.apache.maven.surefire.booter.SurefireBooter > C:\DOCUME~1\voolajuh\LOCALS~1\Temp\surefire59668tmp > C:\DOCUME~1\voolajuh\LOCALS~1\Temp\surefire59669tmp > The system cannot find the path specified. > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > [INFO] > ------------------------------------------------------------------------ > > I also have not told, that for other developers in my team, that error > does not occur. > > > Juhan. > > > > Maria Odea Ching-2 wrote: >> >> Could you try building your project with -X? >> And do you have any configuration set in you pom for the surefire-plugin? >> >> -Deng >> > > -- View this message in context: http://www.nabble.com/M2%3A-Surfire-report-directory-tf3872167s177.html#a10983930 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
