grails app layout horking on bootstrap-responsive.css -
i have simple grails application. did not author front end, business logic layer.
i checked out source svn , app starts, cannot load main url. errors out messages below. have tried refreshing dependencies, no avail.
i have spelunked every file think of try fix this. gets attention forward slash in front of css, while other delimiters in path backslashes.
does have idea going wrong , how fix it? maybe front end developer needs check in?
error 2013-07-31 13:50:24,036 [http-bio-8080-exec-4] error [/myclientappname].[grails-errorhandler] - servlet.service() 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 groovypagesexception: error processing groovypageview: error executing tag <r:layoutresources>: module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] file cannot found ->> 464 | runworker in \grails-app\views\layouts\main.gsp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - caused grailstagexception: error executing tag <r:layoutresources>: module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] file cannot found ->> 8 | docall in c:/workspaces/ggts1/myclientappname/grails-app/views/layouts/main.gsp - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - caused illegalargumentexception: module [bootstrap] depends on resource [/css\bootstrap\bootstrap-responsive.css] file cannot found ->
Comments
Post a Comment