Debugging into Grails Source (creating source attachments, and configuring them as resources in your IDE)
A couple of posts back I mentioned how useful mvn idea:idea (and eclipse:eclipse) -DdownloadSources=true can be for developers who want to debug into the open source packages on which their code depends. This usually works great. But my favorite web framework, Grails, lacks the maven repository source attachments that allow you to import a project and get the attached sources ‘for free’. I filed a jira issue on this, and I encourage my readers to vote it up Read the rest of this entry »
