Re: how to create 3.5.7 (or -.8) maven skeleton appication
"Thiago H. de Paula Figueiredo" <[email protected]> Fri, 8 Feb 2019 13:08:08 -0200
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAE_88GaXDB2nKGT4PTWLU2Svga0rvNMo8YuLH_tA_cYk5EfNAw@mail.gmail.com> |
On Fri, Feb 8, 2019 at 10:25 AM Gustav Spellauge < [email protected]> wrote: > hello, > Hello! > > following > http://tapestry.apache.org/creating-the-skeleton-application.html i tried > to create rhe ts-5.3.7 skeleton application. this failed with > This is weird, since the Maven's own listing of Quickstart versions does include 5.3.7: https://search.maven.org/search?q=g:org.apache.tapestry%20AND%20a:quickstart&core=gav . You could try 5.3.8, since it's the last release of that major version (5.3.x) > btw: i know that it would be betzter to go for ts-5.4 but this seems to be > kind of (@Import) incompatible with my existing code base - i'll try this > later when i'm not short of time. > @Import was introduced in Tapestry 5.2, so I guess you're using 5.1.x. -- Thiago