You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/06/03 00:06:00 UTC

[jira] [Commented] (TAP5-2718) Tapestry Announcement lacks version

    [ https://issues.apache.org/jira/browse/TAP5-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545693#comment-17545693 ] 

ASF subversion and git services commented on TAP5-2718:
-------------------------------------------------------

Commit 191e7093e0e1ef7d93c4f588a225ce813b8e20b1 in tapestry-5's branch refs/heads/master from Thiago H. de Paula Figueiredo
[ https://gitbox.apache.org/repos/asf?p=tapestry-5.git;h=191e7093e ]

TAP5-2718: Tapestry announcement lacks version

due to filtered-resources being erroneously moved to tapestry-http from tapestry-core


> Tapestry Announcement lacks version
> -----------------------------------
>
>                 Key: TAP5-2718
>                 URL: https://issues.apache.org/jira/browse/TAP5-2718
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.8.1
>            Reporter: Ben Weidig
>            Assignee: Thiago Henrique De Paula Figueiredo
>            Priority: Minor
>             Fix For: 5.8.2
>
>
> 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:
>  
> {code:java}
> jar {
>     from("src/main/filtered-resources") {
>         filter(ReplaceTokens, tokens: [version: project.version])
>     }
> }
> {code}
> The same is present in tapestry-http
>  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)