Skip to content

Error loading UI Sets when grails.plugin.location.'my-plugin' in used #18

@aberbenni

Description

@aberbenni

The ViewFinder match one UI Set for every default plugin installed when an UI Set is overridden in a development plugin included via grails.plugin.location.'fields-ui'.

Here is a sample debug log for logging-2.2.3, but the same is for i18n, platformCore, core, dataSource, etc.

2013-07-03 11:56:57,533 [localhost-startStop-1] DEBUG views.Grails13ViewFinder  - listViewsInFolder - Looking for GSPs at: /plugins/logging-2.2.3/grails-app/views/_ui with pattern [*/_field.gsp]
2013-07-03 11:56:57,533 [localhost-startStop-1] DEBUG views.Grails13ViewFinder  - listPrecompiledViews - Found precompiled GSPs for path [/plugins/logging-2.2.3/grails-app/views/_ui]: []
2013-07-03 11:56:57,533 [localhost-startStop-1] DEBUG views.Grails13ViewFinder  - listViewsInFolder - Looking for non-compiled GSP at: /plugins/logging-2.2.3/grails-app/views/_ui/*/_field.gsp
2013-07-03 11:56:57,534 [localhost-startStop-1] DEBUG support.PathMatchingResourcePatternResolver  - Looking for matching resources in directory tree [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui]
2013-07-03 11:56:57,534 [localhost-startStop-1] DEBUG support.PathMatchingResourcePatternResolver  - Searching directory [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui] for files matching pattern [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/*/_field.gsp]
2013-07-03 11:56:57,534 [localhost-startStop-1] DEBUG support.PathMatchingResourcePatternResolver  - Searching directory [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/Bootstrap] for files matching pattern [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/*/_field.gsp]
2013-07-03 11:56:57,534 [localhost-startStop-1] DEBUG support.PathMatchingResourcePatternResolver  - Resolved location pattern [/plugins/logging-2.2.3/grails-app/views/_ui/*/_field.gsp] to resources [file [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/Bootstrap/_field.gsp]]
2013-07-03 11:56:57,534 [localhost-startStop-1] DEBUG views.Grails13ViewFinder  - listViewsInFolder - Found GSPs with [/plugins/logging-2.2.3/grails-app/views/_ui/*/_field.gsp]: [file [/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/Bootstrap/_field.gsp]]
2013-07-03 11:56:57,535 [localhost-startStop-1] DEBUG views.Grails13ViewFinder  - listPluginViewFoldersAt for [/plugins/logging-2.2.3/grails-app/views/_ui]  found: [file:/Volumes/Macintosh_HD/Projects/test/fields-ui/grails-app/views/_ui/Bootstrap/_field.gsp]
2013-07-03 11:56:57,541 [localhost-startStop-1] DEBUG ui.UISets  - UI sets from plugin [logging]: [Bootstrap]

UI Sets list in browser:

UI Sets installed, browser screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions