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] [compiler:testCompile] [INFO] Nothing to compile - all classes are up to date [INFO] [surefire:test] [INFO] Surefire report directory: D:\Projects\myproject\util\target\surefire-reports The system cannot find the path specified. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Tue Jun 05 17:20:13 EEST 2007 [INFO] Final Memory: 5M/10M [INFO] ------------------------------------------------------------------------ I am very suprised about the line "The system cannot find the path specified." As I assume the directory should be created by surefire plugin, but before it is done, something wants to already access it and it fails. I don't know what to do. Juhan. -- View this message in context: http://www.nabble.com/M2%3A-Surfire-report-directory-tf3872167s177.html#a10970826 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
