Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aberbenni opened this issue Jul 3, 2013 · 0 comments
Open

Comments

@aberbenni
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant