いくつかのテストケースを含むプロジェクトがあり、Mavenのsurefireプラグイン2.13を使用してコンパイルします。すべてを設定するとforkmode = none
正常に機能しますが、そのエントリを省略すると、デフォルトforkmode
になりonce
、プロジェクトは失敗します。
Forking command line: cmd.exe /X /C ""C:\Program Files\Java\jdk1.6.0_37\jre\bin\java" -jar G:\Gottware-server\core\math\target\surefire\surefirebooter
7758025909061587587.jar G:\Gottware-server\core\math\target\surefire\surefire8735550212668630533tmp G:\Gottware-server\core\math\target\surefire\suref
ire_08386349728753606434tmp"
The system cannot find the path specified.
OSの問題のようです。Windows7を使用しています。何が問題になっている可能性がありますか?ビルドが成功した後も同じエラーが発生するのは不思議です。
[INFO] -----------------------------------------------
[INFO] BUILD SUCCESS
[INFO] -----------------------------------------------
[INFO] Total time: 15.504s
[INFO] Finished at: Fri Mar 08 15:08:54 CET 2013
[INFO] Final Memory: 13M/353M
[INFO] -----------------------------------------------
The system cannot find the path specified.
実際、mvn.batのMavenの最後の行をデバッグしました
cmd /C exit /B %ERROR_CODE%
そして、これは単にもう機能しません。
The system cannot find the path specified.
私はさらにデバッグに取り掛かりました:
U:\>cmd.exe
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
The system cannot find the path specified.