Tomasz Przybysz
Tomasz Przybysz
**Description** When test(s) fail it would be very useful to have the failing tests listed in a form of a summary at the bottom. **Additional information** On a project with...
When I'm using propdeps-maven, mapping of another custom configuration doesn't work well. Something like below should do the job: ``` configurations { pu compile.extendsFrom pu } project.conf2ScopeMappings.addMapping(310, configurations.pu, 'compile') ```...
To reproduce: 1. grails clean 2. grails run-app 3. [ERROR] grails.app.resourceMappers.CoffeeScriptResourceMapper - Problems compiling CoffeeScript /cs/test.coffee java.io.FileNotFoundException: /home/topr/devel/proj/touk/ko/repo/ko-web/web-app/cs/test.coffee (No such file or directory) Uninstalling and installing again the plugin fixes...
Assuming we have a view which use with for any module defined at ApplicationResources.groovy: 1. grails clean 2. grails run-app 3. open in a browser the url corresponding to the...