You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by amebaliu <am...@yahoo.com> on 2008/05/15 14:52:47 UTC

Question about update T5 from 5.0.10 to 5.0.11

Hi, I have post some question recently, and got some replies. first of all,
thanks all the people who replied my post before. Thank you guys a lot. Now,
I have a questions about how can I update the T5 from 5.0.10 to 5.0.11? I
install the Maven follow the instructions in a book named Tapestry 5,
Building web applications.  which is based on T5 5.0.10. I am new to
Tapestry, therefore, I am not really sure how can I update it, I am already
update the maven to 2.0.9, howevery, everytime I create the new project,
it's still based on 5.0.10. I have downloaded the T5 5.0.11 from tapestry
website, Could anybody tell me how to update it by command line or manually?
Thanks a lot. 

:-D


-- 
View this message in context: http://www.nabble.com/Question-about-update-T5-from-5.0.10-to-5.0.11-tp17252549p17252549.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Question about update T5 from 5.0.10 to 5.0.11

Posted by Kristian Marinkovic <kr...@porsche.co.at>.
if you already have an existing maven project just change 
the tapestry version in your pom.xml file to 5.0.11

g,
kris





"nicholas Krul" <ni...@gmail.com> 
15.05.2008 15:00
Bitte antworten an
"Tapestry users" <us...@tapestry.apache.org>


An
"Tapestry users" <us...@tapestry.apache.org>
Kopie

Thema
Re: Question about update T5 from 5.0.10 to 5.0.11






Hi

Alex's book is based on 5.0.5 from memory...
I started at 5.0.10 and upgraded to 5.0.11 (early).

With the latest maven, this command worked for me:
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.11 
-DgroupId=koncept
-DartifactId=test1 -DpackageName=koncept.test1

It _is_ elsewhere in the archives (can never find it), and I _think_ its 
on
the wiki.

I don't use maven, but I _think_ that you can just update the pom in the
project...
I just replace all the jar files in the project.

hope it helps.

--nK

On Thu, May 15, 2008 at 1:52 PM, amebaliu <am...@yahoo.com> wrote:

>
> Hi, I have post some question recently, and got some replies. first of 
all,
> thanks all the people who replied my post before. Thank you guys a lot.
> Now,
> I have a questions about how can I update the T5 from 5.0.10 to 5.0.11? 
I
> install the Maven follow the instructions in a book named Tapestry 5,
> Building web applications.  which is based on T5 5.0.10. I am new to
> Tapestry, therefore, I am not really sure how can I update it, I am 
already
> update the maven to 2.0.9, howevery, everytime I create the new project,
> it's still based on 5.0.10. I have downloaded the T5 5.0.11 from 
tapestry
> website, Could anybody tell me how to update it by command line or
> manually?
> Thanks a lot.
>
> :-D
>
>
> --
> View this message in context:
> 
http://www.nabble.com/Question-about-update-T5-from-5.0.10-to-5.0.11-tp17252549p17252549.html

> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


Re: Question about update T5 from 5.0.10 to 5.0.11

Posted by nicholas Krul <ni...@gmail.com>.
Hi

Alex's book is based on 5.0.5 from memory...
I started at 5.0.10 and upgraded to 5.0.11 (early).

With the latest maven, this command worked for me:
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.11 -DgroupId=koncept
-DartifactId=test1 -DpackageName=koncept.test1

It _is_ elsewhere in the archives (can never find it), and I _think_ its on
the wiki.

I don't use maven, but I _think_ that you can just update the pom in the
project...
I just replace all the jar files in the project.

hope it helps.

--nK

On Thu, May 15, 2008 at 1:52 PM, amebaliu <am...@yahoo.com> wrote:

>
> Hi, I have post some question recently, and got some replies. first of all,
> thanks all the people who replied my post before. Thank you guys a lot.
> Now,
> I have a questions about how can I update the T5 from 5.0.10 to 5.0.11? I
> install the Maven follow the instructions in a book named Tapestry 5,
> Building web applications.  which is based on T5 5.0.10. I am new to
> Tapestry, therefore, I am not really sure how can I update it, I am already
> update the maven to 2.0.9, howevery, everytime I create the new project,
> it's still based on 5.0.10. I have downloaded the T5 5.0.11 from tapestry
> website, Could anybody tell me how to update it by command line or
> manually?
> Thanks a lot.
>
> :-D
>
>
> --
> View this message in context:
> http://www.nabble.com/Question-about-update-T5-from-5.0.10-to-5.0.11-tp17252549p17252549.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Question about update T5 from 5.0.10 to 5.0.11

Posted by Chris Lewis <ch...@bellsouth.net>.
It sounds like you are using the old (5.0.10) maven archetype. What
exactly are you using to create the project (the exact command)?

amebaliu wrote:
> Hi, I have post some question recently, and got some replies. first of all,
> thanks all the people who replied my post before. Thank you guys a lot. Now,
> I have a questions about how can I update the T5 from 5.0.10 to 5.0.11? I
> install the Maven follow the instructions in a book named Tapestry 5,
> Building web applications.  which is based on T5 5.0.10. I am new to
> Tapestry, therefore, I am not really sure how can I update it, I am already
> update the maven to 2.0.9, howevery, everytime I create the new project,
> it's still based on 5.0.10. I have downloaded the T5 5.0.11 from tapestry
> website, Could anybody tell me how to update it by command line or manually?
> Thanks a lot. 
>
> :-D
>
>
>   

-- 
http://thegodcode.net


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org