I am trying to use domain classes of one grails project in other grails projects. I am using GGTS as IDE. I imported grails project containing domain classes and added it to the build path of my second project. When I try to reference any of domain classes in second project I get no errors in GGTS but when I run app i get: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: unable to resolve class domainClass
2 Answers
2
votes
0
votes
that is definite that you should create the other project as plugin.
Please , consult this documentation and let me know any thing ,if u want help.