LucaMansutti
LucaMansutti
The problem is release of plug in resoouces runtime ":resources:1.2.8"
> Getting the same error. Any idea how to resolve this? yes, you must comment // compile ':asset-pipeline:1.8.3' Date: Tue, 17 Jun 2014 23:03:57 -0700 From: [email protected] To: [email protected] CC:...
I have a new project: Error | 2014-07-28 06:31:38,703 [http-bio-8080-exec-9] ERROR [/GrailsApplication1].[gsp] - Servlet.service() for servlet [gsp] in context with path [/GrailsApplication1] threw exception [org.springframework.web.util.NestedServletException: Request processing failed; nested exception...
I use grails 2.4.0 ``` build ':tomcat:7.0.52.1' // plugins for the compile step compile ':scaffolding:2.1.0' compile ':cache:1.1.3' compile ':asset-pipeline:1.8.3' // plugins needed at runtime but not for compilation runtime ':hibernate4:4.3.5.2'...
Now it's work fine My BuildConfig.groovy is: ``` compile ":kickstart-with-bootstrap:1.1.0" runtime ":resources:1.2.8" ``` thank you Luca Date: Mon, 28 Jul 2014 03:27:07 -0700 From: [email protected] To: [email protected] CC: [email protected] Subject:...