Wicket 6.0.0 のビルドでエラー
Apache Wicket のサイトから apache-wicket-6.0.0.zip(ないし apache-wicket-6.0.0.tar.gz) をダウンロードして展開し、展開してできた apache-wicket-6.0.0 ディレクトリに移動して
mvn package
を実行すると
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.2:test (default-test) on project wicket-core: There are test failures. [ERROR] [ERROR] Please refer to C:\Users\Jun\Downloads\apache-wicket-6.0.0\wicket-core\target\surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :wicket-core
でビルドが途中で止まって jar ファイルが作られない。何が問題 ?
追記 : とりあえず(原因は不明だが) wicket-core のテストに失敗しているということはわかったが…。
2012/09/08 追記 : テストがコケるということで矢野さんから
mvn -DskipTests clean package
で行けるよ、と教えてもらって何とかビルド自体は上手く行ったっぽい。しかしテスト修正が追いついてないのにリリースしちゃうとか beta じゃないんだからさぁ…(苦笑)
2012/09/16 追記 : 先日から jar ファイルの配布も行われるようになりました。