そのため、これらのツールを一緒に実行しようとしてきましたが、正しくセットアップできないようです。次のエラーが表示されるたびに:
The project was not built since its build path is incomplete. Cannot find the class file for org.spockframework.mock.MockController. Fix the build path then try building this project.
この要点を作成しました。gradle chrome test を実行すると、次の出力が得られます。
gradle chrome test
:compileJava UP-TO-DATE
:compileGroovy UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava UP-TO-DATE
:compileTestGroovy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileTestGroovy'.
> org/spockframework/mock/MockController
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Gradle 1.3、geb 0.7.2、spock 0.7-groovy-2.0 を使用しています。また、0.9.0-RC-1 を使用するように geb を更新しようとしました。上記の要点には、この同じエラーを表示するために必要なすべてが含まれているはずです。