grails-2.1 Questions
2
I have a fresh grails 2.1.1 installation, windows 7.
Problem: Static resources (CSS) don't reload in development mode.
According to http://grails.1312388.n4.nabble.com/Re-Grails-2-0-CSS-Changes-n...
Olivia asked 16/10, 2012 at 17:28
0
In groovy grails project, I want to externalized log4j.properties file and I want to make generic relative path to make it work in Linux and Windows.
To externalize, I have removed log4j = { ... }...
Sejm asked 31/12, 2016 at 4:52
3
Solved
I have written a Groovy AST Transformation which only runs for me when Grails auto-reloads the class it is to be applied to. If I clean the project and start the application using run-app, the AST ...
Passant asked 10/1, 2013 at 21:35
2
Solved
I am using Grails 2.1.1 and Maven 3.0.3.
In my buildConfig.groovy, I have pom true and I generated the pom.xml via grails create-pom. In this pom I have a dependency with <version>1.0-SNAPSH...
Gladysglagolitic asked 2/11, 2012 at 7:7
2
I have installed the audit-logging plugin into my application. The grails version is 2.1.1 and the plugin version is 1.0.1.
In my Config.groovy class, I have added this
auditLog {
verbose = true...
Topazolite asked 16/6, 2014 at 10:15
1
Solved
I recently updated a Grails app to 2.1.0, but when I war the project I get the following error:
java.lang.NoClassDefFoundError: org/codehaus/groovy/transform/powerassert/ValueRecorder
Groovy ...
Emptor asked 19/12, 2012 at 16:20
4
Solved
(Sorry if this is a noob question, I couldn't find the answers on the grails reference)
I have the following domain heirarchy :
User > (has many) Survey > (has many) SurveyQuestion > (has many) S...
Polly asked 30/8, 2012 at 15:22
1
© 2022 - 2024 — McMap. All rights reserved.