Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.2
-
Fix Version/s: 0.3
-
Component/s: None
-
Labels:None
Description
The quartz plugin looks for jobs only iwithin the grails-app directory, not in the plugins directory see watchedResources (http://svn.grails-plugins.codehaus.org/browse/grails-plugins/grails-quartz/trunk/QuartzGrailsPlugin.groovy?r=3097#l57). This prevents other plugins to contribute jobs.
The attached patch fixes this issue