Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2718

Tapestry Announcement lacks version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.8.1
    • 5.8.2
    • tapestry-core
    • None

    Description

      The ASCII art announcement of Tapestry lists the version as UNKNOWN.

      See https://lists.apache.org/thread/kgvo9r5rnltv5510r9l2s3qyjhjfmn78

      It appears that tapestry-core/src/main/filtered-resources/META-INF/gradle/org.apache.tapestry/tapestry-core/project.properties is missing since 5.7

      The build.gradle seems to need it:

       

      jar {
          from("src/main/filtered-resources") {
              filter(ReplaceTokens, tokens: [version: project.version])
          }
      }
      

      The same is present in tapestry-http

       

      Attachments

        Activity

          People

            thiagohp Thiago Henrique De Paula Figueiredo
            ben-ng Ben Weidig
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: