Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-12956

Add placeholders for relative packages paths

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Won't Do
    • None
    • None
    • essentials
    • None

    Description

      Currently, all paths are absolute (stored as Path object). There are cases where package path is needed e.g. in projects like CRISP where we have an external module (war):

      target="{{projectRoot}}/example-commerce/src/main/java/org/onehippo/cms7/crisp/demo/example/commerce/model/Product.java"
      

      This should be something like

      target="{{projectRoot}}/example-commerce/src/main/java/{{projectPackageRelative}}/model/Product.java"
      

      components, beans rest packages should be added as well..

      Attachments

        Activity

          People

            Unassigned Unassigned
            mmilicevic Marijan Milicevic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: