Hi Nick, No luck yet and still getting the same error.
I've upgraded to Maven 2.0.7 and modified the maven-2.0.7\conf\settings.xml of maven as follows. The proxy settings are exactly same as eclipse network settings. I'm pretty sure proxy setting causing the problem. Can you please check whether the proxy in settings.xml is ok or not? <proxies> <proxy> <!-- <id>optional</id> --> <active>true</active> <protocol>http</protocol> <host>202.27.42.14</host> <port>8080</port> <nonProxyHosts>localhost,127.0.0.1</nonProxyHosts> </proxy> </proxies> I'll try this at home pc tonight and see if it works. Thanks Naz -----Original Message----- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 July 2007 2:51 p.m. To: Tapestry users Subject: Re: T5 Tutorial Try upgrading to 2.0.7. If that doesn't work, googling the error message suggests it's a network/proxy problem. http://maven.apache.org/guides/mini/guide-proxies.html Cheers, Nick. Bhuiyan, Nazmul wrote: > Shall I use Maven 2.0.7? > In the tutorial you have mentioned to use Maven 2.0.5 --------------------------------------------------------------------- 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]