You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by john c <jo...@yahoo.com.INVALID> on 2015/03/30 22:43:56 UTC

Upgrading to 5.4 Beta 28

I am attempting to switch to Tapestry 5.4 Beta 28, with the Jumpstart app. I modified the release version in pom.xml like below.
<tapestry-release-version>5.4-beta-28</tapestry-release-version>

After I running mvn clean install I get this error.    Have I missed something??
Thanks.
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project testapp: Could notesolve dependencies for project com.test:testapp:war:1.0-SNAPSHOT: Failure to find org.apache.tapestry:tapesty-yuicompressor:jar:5.4-beta-28 in https://repository.apache.org/content/groups/staging/ was cached in the loal repository, resolution will not be reattempted until the update interval of apache-staging has elapsed orpdates are forced        at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencResolver.java:220)




Re: Upgrading to 5.4 Beta 28

Posted by Bob Harner <bo...@gmail.com>.
For the quickstart archetype you need to use the staging repo, as mentioned
in a not near the middle of page 3 of the Tapestry Tutorial...
https://tapestry.apache.org/creating-the-skeleton-application.html
On Mar 30, 2015 7:29 PM, "john c" <jo...@yahoo.com.invalid> wrote:

> I meant to write Quickstart, not Jumpstart.
> Is there an archetype for 5.4 Quickstart ?
>
> I just want to get a basic 5.4 build working to start.
>       From: Chris Mylonas <ch...@opencsta.org>
>  To: john c <jo...@yahoo.com>; Tapestry users <
> users@tapestry.apache.org>
>  Sent: Monday, 30 March 2015, 17:25
>  Subject: Re: Upgrading to 5.4 Beta 28
>
> In the pom.xml filenfomment out the section of yui compressor.
> Are you using jumpstart 7 which is built using 5.4?
>
>
>
>
>

Re: Upgrading to 5.4 Beta 28

Posted by john c <jo...@yahoo.com.INVALID>.
I meant to write Quickstart, not Jumpstart.
Is there an archetype for 5.4 Quickstart ?

I just want to get a basic 5.4 build working to start.
      From: Chris Mylonas <ch...@opencsta.org>
 To: john c <jo...@yahoo.com>; Tapestry users <us...@tapestry.apache.org> 
 Sent: Monday, 30 March 2015, 17:25
 Subject: Re: Upgrading to 5.4 Beta 28
   
In the pom.xml filenfomment out the section of yui compressor.
Are you using jumpstart 7 which is built using 5.4?




   

Re: Upgrading to 5.4 Beta 28

Posted by john c <jo...@yahoo.com.INVALID>.
This seems to work for me, and then selecting option 25:

mvn archetype:generate
-DarchetypeCatalog=https://repository.apache.org/content/repositories/staging
      From: Chris Mylonas <ch...@opencsta.org>
 To: john c <jo...@yahoo.com>; Tapestry users <us...@tapestry.apache.org> 
 Sent: Monday, 30 March 2015, 17:25
 Subject: Re: Upgrading to 5.4 Beta 28
   
In the pom.xml filenfomment out the section of yui compressor.
Are you using jumpstart 7 which is built using 5.4?




   

Re: Upgrading to 5.4 Beta 28

Posted by Chris Mylonas <ch...@opencsta.org>.
In the pom.xml filenfomment out the section of yui compressor.
Are you using jumpstart 7 which is built using 5.4?

Re: Upgrading to 5.4 Beta 28

Posted by Dimitris Zenios <di...@gmail.com>.
tapestry-yuicompressor is removed from tapestry 5.4

Try replacing it with tapestry-webresources

Regards
Dimitris Zenios

On Mon, Mar 30, 2015 at 11:43 PM, john c <jo...@yahoo.com.invalid>
wrote:

> I am attempting to switch to Tapestry 5.4 Beta 28, with the Jumpstart app.
> I modified the release version in pom.xml like below.
> <tapestry-release-version>5.4-beta-28</tapestry-release-version>
>
> After I running mvn clean install I get this error.    Have I missed
> something??
> Thanks.
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal on project testapp: Could notesolve dependencies for project
> com.test:testapp:war:1.0-SNAPSHOT: Failure to find
> org.apache.tapestry:tapesty-yuicompressor:jar:5.4-beta-28 in
> https://repository.apache.org/content/groups/staging/ was cached in the
> loal repository, resolution will not be reattempted until the update
> interval of apache-staging has elapsed orpdates are forced        at
> org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencResolver.java:220)
>
>
>
>