[
https://issues.apache.org/jira/browse/TAP5-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17517371#comment-17517371
]
Ben Weidig commented on TAP5-2718:
----------------------------------
[~timcu]: Thanks for checking it, I've only looked at the source code and it
seems like an 5.7+ issue.
> 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.7.0, 5.7.1, 5.7.3, 5.8.0, 5.8.1
> Reporter: Ben Weidig
> Priority: Minor
>
> 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.1#820001)