0

私は単純な Grails アプリケーションを持っています。フロント エンドは作成せず、ビジネス ロジック レイヤーのみを作成しました。

SVN からすべてのソースをチェックアウトしてアプリを起動しましたが、メインの URL を読み込めません。以下のメッセージでエラーになります。依存関係を更新しようとしましたが、役に立ちませんでした。

これを修正するために、考えられるすべてのファイルを詳しく調べました。私の注意を引くのは、css の前にある FORWARD スラッシュですが、パス内の他の区切り文字はバックスラッシュです。

これがどこでうまくいかないのか、それを修正する方法は誰にも分かりますか? フロントエンドの開発者が何かチェックインする必要があるのではないでしょうか?

  Error 2013-07-31 13:50:24,036 [http-bio-8080-exec-4] ERROR [/MyClientAppName].[grails-errorhandler]  - Servlet.service() for servlet grails-errorhandler threw exception
Message: Error applying layout : main
    Line | Method
->> 1110 | runWorker in \grails-app\views\layouts\main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
|    603 | run       in     ''
^    722 | run . . . in     ''
Caused by GroovyPagesException: Error processing GroovyPageView: Error executing tag <r:layoutResources>: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->>  464 | runWorker in \grails-app\views\layouts\main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Caused by GrailsTagException: Error executing tag <r:layoutResources>: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->>    8 | doCall    in C:/workspaces/GGTS1/MyClientAppName/grails-app/views/layouts/main.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Caused by IllegalArgumentException: Module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] but the file cannot be found
->
4

0 に答える 0