lifeisfoo / emacs-grails

A minor mode for Grails projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Key file names

namgang opened this issue · comments

commented

I'm using 0.4.0 with Grails 3.1.5. Two file names seem to be incorrect.

  • grails-urlmappings-by-version should be "controllers/appName/UrlMappings.groovy" where appName is the name of the Grails app
  • grails-bootstrap-by-version should be "init/BootStrap.groovy" (capital "S")

You're right, there are two bugs here:

  • wrong camelCase names (I guess that this is working for me since now I'm using hfs that is case insensitive but case preserving: a really strange osx feature, but if you want you can call it bug);
  • UrlMappings location ignore the application namespace (only in grails 3+)

The first is fixed in 0.4.1.
For the last one I've created a separated issue since it requires more work #16.
Please subscribe to the new issue to keep you updated.
I hope this mode is helping you. Thank you for reporting these bugs.

commented

Great, this is a nifty little thing for people who live and thrive in Emacs. Like I do...

On Sunday, April 17, 2016 8:46 AM, Alessandro Miliucci <notifications@github.com> wrote:

The first is fixed in 0.4.1.
For the last one I've created a separated issue since it requires more work #16.
Please subscribe to the new issue issue to keep you updated.
I hope this mode is helping you. Thank you for reporting these bugs.—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub