Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: 1.2-M4
-
Fix Version/s: None
-
Component/s: Plugins
-
Labels:None
Description
pluginExcludes is currently only used in package-plugin. pluginExcludes should also be supported with in-place plugins that are included with grails.project.plugins.dir or grails.plugin.location.'pluginname' setting.
Currently we have tests and configuration in the plugin project to run unit and integration tests for the plugin alone. When we include the plugin to some other project by using the grails.project.plugins.dir or grails.plugin.location.'pluginname' setting, the pluginExcludes are ignored.
This is the pluginExcludes setting we are using:
def pluginExcludes = [
"grails-app/views/error.gsp", "grails-app/conf/spring/*", "grails-app/conf/*"
]
Issue Links
- is duplicated by
-
GRAILS-7466
In-line plugins does not handle 'pluginExcludes'. Test domain classes can collide with other inline plugins
-
- is related to
-
GRAILS-5839
Duplicate resources when using in-place plugins and building a project's war file
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue is related to |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Fix Version/s | 1.3-RC1 [ 16274 ] |
| Remaining Estimate | 0 minutes [ 0 ] | |
| Original Estimate | 0 minutes [ 0 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Open [ 1 ] |
| Fix Version/s | 1.3-RC1 [ 16274 ] |
| Assignee | Graeme Rocher [ graemerocher ] |
| Project Import | Thu Mar 24 21:22:24 CDT 2011 [ 1301019744151 ] |
| Workflow | jira [ 35413 ] | Grails [ 41330 ] |
| Workflow | Grails [ 41330 ] | Copy of Grails [ 48758 ] |
| Workflow | Copy of Grails [ 48758 ] | Grails [ 56168 ] |
| Summary | pluginExcludes aren't supported in "unpackaged" plugins that are included with grails.project.plugins.dir or grails.plugin.location.'pluginname' setting | pluginExcludes aren't supported in in-place plugins |
| Description |
pluginExcludes is currently only used in package-plugin. pluginExcludes should also be supported with "unpackaged" plugins that are included with grails.project.plugins.dir or grails.plugin.location.'pluginname' setting. Currently we have tests and configuration in the plugin project to run unit and integration tests for the plugin alone. When we include the plugin to some other project by using the grails.project.plugins.dir or grails.plugin.location.'pluginname' setting, the pluginExcludes are ignored. This is the pluginExcludes setting we are using: {code} def pluginExcludes = [ "grails-app/views/error.gsp", "grails-app/conf/spring/*", "grails-app/conf/*" ] {code} |
pluginExcludes is currently only used in package-plugin. pluginExcludes should also be supported with in-place plugins that are included with grails.project.plugins.dir or grails.plugin.location.'pluginname' setting. Currently we have tests and configuration in the plugin project to run unit and integration tests for the plugin alone. When we include the plugin to some other project by using the grails.project.plugins.dir or grails.plugin.location.'pluginname' setting, the pluginExcludes are ignored. This is the pluginExcludes setting we are using: {code} def pluginExcludes = [ "grails-app/views/error.gsp", "grails-app/conf/spring/*", "grails-app/conf/*" ] {code} |
| Link |
This issue is duplicated by |
| Workflow | Grails [ 56168 ] | Grails2 [ 63710 ] |
| Workflow | Grails2 [ 63710 ] | jira [ 76117 ] |
| Workflow | jira [ 76117 ] | Grails2 [ 84829 ] |
| Last Reviewed | 01/Jan/10 |
| Workflow | Grails2 [ 84829 ] | jira [ 93253 ] |
| Workflow | jira [ 93253 ] | Grails2 [ 101420 ] |