Not sure if this will be helpful for anyone else but I used this to
rename ~120 of our templates from html to tml when upgrading from 5.0.5
to 5.0.6.

Windows command line to do subversion rename for all files in a folder
(and subfolder) from *.html to *.tml:

>>FOR /R %A in (*.html) do svn rename %~pnA.html %~pnA.tml

Adam

-----Original Message-----
From: jblier [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 25, 2007 1:09 PM
To: users@tapestry.apache.org
Subject: T5: How to upgrade from 5.0.5 to 5.0.6


This question may look simple for you but I ask it anyway.

What are the steps to upgrade a project from 5.0.5 to 5.0.6?

Do I just need to modify my web.xml file or the pom.xml file?

Yes, I know, once upgraded, I'll have to rename my pages .html files to
.tml
and move them in webapp.

Thanks in advance.
-- 
View this message in context:
http://www.nabble.com/T5%3A-How-to-upgrade-from-5.0.5-to-5.0.6-tf4693333
.html#a13415025
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to