-
Roo SubProjects
Hey there,
I have 3 Roo-based sub-projects. Referred to as A, B & C.
They are designed so that:
Project A: domain-level objects
Project B: jar-based command-line app
Project C: Web Service
Projects B & C are dependent on Project A, which was built and deployed as is (with all Roo annotations in place).
After deploying project A and including it in Project B's pom file, running Roo within Project B complains:
Unable to obtain physical type metadata for type com.example.projecta.ClassName
and refuses to do Roo activities against project B (Same behavior for C).
What is the right way to include downline Roo projects?
Thanks!
-Lorin
-
No currently Roo does not support multi module project setups. This is our most popular voted ticket in Jira and we are planning to address it soon. So feel free to vote on it in the meantime.
-
workaround?
... this used to work in 1.0.2, I've just upgraded my projects to 1.1.5 and bumped against this :-(
Any suggested workaround?
Thnks!