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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >