Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-1105

Make locationmap more intuitive configurable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      I have modified my locationmap as follows:
      <match pattern="themer.project.dir">
      <location src="{properties:home}/themes" />
      </match>

      I am using the pelt theme:
        <property name="dispatcher.theme" value="pelt"/>
        <property name="dispatcher.theme-ext" value=".fv"/>

      so I copy my themes files to its expected location:
      themes/pelt/panels/pelt-html.content.panel.xml
      themes/pelt.fv

      The pelt-html.content.panel.xml is not used but pelt.fv is.

      When looking at
      http://localhost:8888/resolve.structurer.index

      I can see my local copy but the locationmap is looking for pelt/panels/pelt-html.content.panel.xml in the default dir, not in my local dir.

      According to the locationmap logs:
      $ cat locationmap.log | grep pelt-html.content.panel.xml | grep MY_PROPERTIES_HOME/themes
      Nothing...

      $ cat locationmap.log | grep pelt-html.content.panel.xml | grep MY_PROPERTIES_HOME
      DEBUG [core.modules.mapper.lm] (/index.html): Not selected: PATH_TO_MY_PROPERTIES_HOME/src/documentation/resources//themes/pelt/panels/pelt-html.content.panel.xml
      DEBUG [core.modules.mapper.lm] (/index.html): Not selected: PATH_TO_MY_PROPERTIES_HOME/src/documentation/resources//themes/common/panels/pelt-html.content.panel.xml
      DEBUG [core.modules.mapper.lm] (/index.html): Not selected: PATH_TO_MY_PROPERTIES_HOME/src/documentation/resources//themes/pelt/panels/pelt-html.content.panel.xml
      DEBUG [core.modules.mapper.lm] (/index.html): Not selected: PATH_TO_MY_PROPERTIES_HOME/wiki2tei/src/documentation/resources//themes/common/panels/pelt-html.content.panel.xml

      If I copy the themes/pelt/panels/pelt-html.content.panel.xml file to PATH_TO_MY_PROPERTIES_HOME/src/documentation/resources//themes/pelt/panels the system worked correctly.

      Attachments

        Activity

          People

            Unassigned Unassigned
            barrera Pablo Barrera
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: