Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-459

Make code completion for hst tags work in webfiles

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Outdated
    • 3.0.0
    • None
    • None

    Description

      With ARCHE-456 we made code completion for beans work. But code completion for the hst tags is still failing. To make that work, you need to change the project setup of Intellij, that should be described on the .org.

      But we also need some dependencies there (thanks to mmilicevic). Please add to the webfiles pom these dependencies:

      <dependency>
      <groupId>org.onehippo.cms7.hst.dependencies</groupId>
      <artifactId>hst-client-dependencies</artifactId>
      <type>pom</type>
      <scope>provided</scope>
      </dependency>
      <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>jsp-api</artifactId>
      </dependency>
      <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-spec</artifactId>
      </dependency>
      <dependency>
      <groupId>org.apache.taglibs</groupId>
      <artifactId>taglibs-standard-impl</artifactId>
      </dependency>

      This is as addition to the already existing dependency on the site module. There would be no harm no add a comment here too that explains the purpose of these dependencies.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bleunis Bert Leunis (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: