Results 1 to 3 of 3

Thread: Roo SubProjects

  1. #1
    Join Date
    Oct 2010
    Posts
    11

    Default 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

  2. #2
    Join Date
    Mar 2008
    Location
    Sydney, AU
    Posts
    974

    Default

    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.
    Stefan Schmidt
    Software Engineer, Spring Roo
    SpringSource - a division of VMware
    twitter @schmidtstefan

  3. #3
    Join Date
    Jun 2008
    Posts
    13

    Default 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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •