現在、EclipseでGoogle App Engine / Grailsテストアプリを実行しようとすると、以下の警告が表示されます。
- 警告、ターゲットが名前の名前を上書きしますstartLogging
- 警告:C:\ Users \ Some Person.grails \ 1.2.0 \ projects \ test-grails \ plugins \ app-engine-0.8.8 \ grails-app \ conf\springが見つかりません。
- 警告:C:\ Users \ Some Person.grails \ 1.2.0 \ projects \ test-grails \ plugins \ app-engine-0.8.8 \ grails-app\confが見つかりません。
- 警告:C:\ Users \ Some Person.grails \ 1.2.0 \ projects \ test-grails \ plugins \ app-engine-0.8.8 \ grails-app \ conf\hibernateが見つかりません。
コンソールからの出力は次のとおりです。
Base Directory: C:\Users\Some Person\workspace\test-grails
Resolving dependencies...
Dependencies resolved in 1160ms.
Running script C:\grails-1.2.0\scripts\RunApp.groovy
Environment set to development
Warning, target causing name overwriting of name startLogging
[groovyc] Compiling 1 source file to C:\Users\Some Person\workspace\test-grails\web-app\WEB-INF\classes
[copy] Copying 1 file to C:\Users\Some Person\.grails\1.2.0\projects\test-grails
[copy] Copying 1 file to C:\Users\Some Person\workspace\test-grails\web-app\WEB-INF
Configuring persistence for AppEngine
[copy] Warning: C:\Users\Some Person\.grails\1.2.0\projects\test-grails\plugins\app-engine-0.8.8\grails-app\conf\spring not found.
[copy] Warning: C:\Users\Some Person\.grails\1.2.0\projects\test-grails\plugins\app-engine-0.8.8\grails-app\conf not found.
[copy] Warning: C:\Users\Some Person\.grails\1.2.0\projects\test-grails\plugins\app-engine-0.8.8\grails-app\conf\hibernate not found.
Spring Tools Suite(STS)を使用してGrailsプロジェクトを作成し、app-engineプラグイン「grailsinstall-plugin app-engine」をインストールすると、このエラーが発生します。以前、Grailsプロジェクトが正しく実行されるapp-engineプラグインをインストールしました。
これらの警告を解決する方法はありますか?