spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Need way to ignore grails/* package only if from a JAR file

Open graemerocher opened this issue 9 years ago • 2 comments

Currently Spring loaded ignores all classes under the grails/* package, but some plugins exist under grails/plugins/*

When developing these plugins reloading doesn't work, it would be nice if it could be configured so that reloading for grails/* worked if the class is not within a JAR file.

graemerocher avatar Jun 25 '15 10:06 graemerocher

There are configuration options here, for example the registered plugins are called with a shouldBeMadeReloadable() call. Or you can specify inclusions via -Dspringloaded=inclusions=grails.plugins..*

Are you finding neither of those work in your situation? or is it because you want to be more selective about whether it comes from a jar?

aclement avatar Jun 26 '15 18:06 aclement

@aclement Let me play more with these options

graemerocher avatar Jun 26 '15 20:06 graemerocher