You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Alex D Radermacher (Jira)" <ji...@apache.org> on 2022/09/12 21:39:00 UTC

[jira] [Commented] (TAP5-2740) 5.8.2 Quickstart Archetype Issue

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

Alex D Radermacher commented on TAP5-2740:
------------------------------------------

I've done some additional testing and this issue may be specific to Eclipse as I was able to use NetBeans to create a project based on the 5.8.2 quickstart. 

I'm able to reproduce the error when using Eclipse 4.12.0 (2019-06) and 4.22.0 (2021-12). I also downloaded and tried the most recent version 4.24.0 (2022-06) and still received the error message. Older versions of the archetype do not cause this issue. 

After creating the project in NetBeans, I am able to open it in Eclipse without issue. 

 

> 5.8.2 Quickstart Archetype Issue
> --------------------------------
>
>                 Key: TAP5-2740
>                 URL: https://issues.apache.org/jira/browse/TAP5-2740
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: quickstart
>    Affects Versions: 5.8.2
>            Reporter: Alex D Radermacher
>            Priority: Minor
>
> When following the online tutorial on the Tapestry website ([https://tapestry.apache.org/creating-the-skeleton-application.html)] using the latest 5.8.2 Archtype results in an error with the following message:
> {quote}'Creating quickstart' has encountered a problem. 
> Unable to create project from archetype [org.apache.tapestry:quickstart:5.8.2 -> http://tapestry.apache.org]
> {quote}
> When viewing the details for the error, the following information is provided: 
> {quote}Unable to create project from archetype [org.apache.tapestry:quickstart:5.8.2 -> http://tapestry.apache.org]
> org.apache.maven.archetype.exception.ArchetypeGenerationFailure: Error merging velocity templates: Encountered "( \"" at line 176, column 54 of archetype-resources/pom.xml
> Was expecting one of:
>     "}" ...
>     <DOT> ...
>     "(" <WHITESPACE> ...
>     "(" <STRING_LITERAL> ...
>     "(" <INTEGER_LITERAL> ...
>     "(" "[" ...
>     "(" "{" ...
>     "(" "true" ...
>     "(" "false" ...
>     "(" <IDENTIFIER> ...
>     "(" "{" ...
>     "(" <FLOATING_POINT_LITERAL> ...
>     "(" ")" ...
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)