Uploaded image for project: 'Archetypes'
  1. Archetypes
  2. ARCH-70

Update the magnolia-blossom-module-archetype for use with Magnolia 6.2

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • None

      When trying to complete the  https://documentation.magnolia-cms.com/display/DOCS62/Getting+started+with+Blossom with a configuration for 6.2 and Blossom 3.3.1, the builds (on openjdk version "11.0.5" 2019-10-15) fail first at at:

      [ERROR]   The project com.acme.blossom:acme-blossom-module:1.0-SNAPSHOT (/home/martin/temp/bloss62/acme/acme-blossom-module/pom.xml) has 1 error
      [ERROR]     'dependencies.dependency.version' for info.magnolia:magnolia-templating-jsp:jar is missing. @ line 49, column 17
       

      and after removing 

          <dependency>
            <groupId>info.magnolia</groupId>
            <artifactId>magnolia-templating-jsp</artifactId>
          </dependency>
      

      fail further at:

      [ERROR] /home/martin/temp/bloss62/acme/acme-blossom-module/src/main/java/com/acme/blossom/config/JspRenderingConfiguration.java:[37,41] cannot find symbol
      [ERROR]   symbol:   class JspTemplateViewRenderer
      [ERROR]   location: package info.magnolia.module.blossom.view
      [ERROR] /home/martin/temp/bloss62/acme/acme-blossom-module/src/main/java/com/acme/blossom/config/JspRenderingConfiguration.java:[54,57] cannot find symbol
      [ERROR]   symbol:   class JspTemplateViewRenderer
      [ERROR]   location: class com.acme.blossom.config.JspRenderingConfiguration
      [ERROR] /home/martin/temp/bloss62/acme/acme-blossom-module/src/main/java/com/acme/blossom/config/JspRenderingConfiguration.java:[64,12] cannot find symbol
      [ERROR]   symbol:   class JspTemplateViewRenderer
      [ERROR]   location: class com.acme.blossom.config.JspRenderingConfiguration
      

        Acceptance criteria

              Unassigned Unassigned
              mdrapela Martin Drápela
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:

                  Task DoR