cdaoust
Oct 8th, 2010, 08:54 AM
When running grails generate-views or test-app or run-app on a project that has a reference to an local/inplace plugin project compilation fails.
Setup is the following - App project has inplace reference to plugin project which in turn makes use of some installed plugins (in this case security core).
when executing the grails commands mentioned at top, compilation fails in the inplace plugin classes. Compiler fails to resolve dependencies within the inplace plugin project to the core security plugin classes. They are there in grails dependencies for the inplace plugin project.
Is this a bug? Seems that is this is by design it makes the use of inplace plugin project references messy.
thanks for any help,
Claude
Setup is the following - App project has inplace reference to plugin project which in turn makes use of some installed plugins (in this case security core).
when executing the grails commands mentioned at top, compilation fails in the inplace plugin classes. Compiler fails to resolve dependencies within the inplace plugin project to the core security plugin classes. They are there in grails dependencies for the inplace plugin project.
Is this a bug? Seems that is this is by design it makes the use of inplace plugin project references messy.
thanks for any help,
Claude