Re: Changes in the tml and components are not reflecting

2011-11-09 Thread David Canteros
Yes you are right Thiago, it's only my habit :)... Maven Jetty plugin always worked well for me, but configure jetty with any eclipse pluging was too difficult.. -- David Germán Canteros 2011/11/9 Thiago H. de Paula Figueiredo > O

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread Thiago H. de Paula Figueiredo
On Wed, 09 Nov 2011 11:13:39 -0200, David Canteros wrote: A tip: when I started with tapestry and Eclipse-Jetty, I found more useful executing jetty with maven pluging, directly from command line writing "mvn jetty:run". Or you can create a Maven/m2eclipse run/debug configuration that i

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread Thiago H. de Paula Figueiredo
On Wed, 09 Nov 2011 10:56:21 -0200, ramakanthreddy.t wrote: got the turotial example from the apache site built using the commands given and then I have created the resources required for the exlipse to work and then imported the project into eclipse into maven as existing maven project.

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread David Canteros
A tip: when I started with tapestry and Eclipse-Jetty, I found more useful executing jetty with maven pluging, directly from command line writing "mvn jetty:run". -- David Germán Canteros 2011/11/9 ramakanthreddy.t > got the tu

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread ramakanthreddy.t
got the turotial example from the apache site built using the commands given and then I have created the resources required for the exlipse to work and then imported the project into eclipse into maven as existing maven project. I have downloaded the jetty plugin for my eclipse and I have created t

Re: Changes in the tml and components are not reflecting

2011-11-09 Thread Thiago H. de Paula Figueiredo
On Tue, 08 Nov 2011 11:49:33 -0200, ramakanthreddy.t wrote: I am working on simple examples that are there in the Tapestry site and for each change I am not seeing the changes with out restarting the Jetty server. I have used -Dorg.apache.tapestry.disable-caching=true but with out any use

Re: Changes in the tml and components are not reflecting

2011-11-08 Thread ramakanthreddy.t
I have set the VM arguments as you said but still not getting the changes reflected and how should I put the tml's in the same path as the Jetty to load them. I have set the class path to my application to the Jetty srever -- View this message in context: http://tapestry.1045711.n5.nabble.com/Cha

RE: Changes in the tml and components are not reflecting

2011-11-08 Thread ramakanthreddy.t
Thanks i will check with the vm argument -Original Message- From: joshcanfield [via Tapestry] Sent: 09/11/2011, 8:34 am To: ramakanthreddy.t Subject: Re: Changes in the tml and components are not reflecting How are you starting Jetty? You need to make sure that the edited tml file is

Re: Changes in the tml and components are not reflecting

2011-11-08 Thread Josh Canfield
How are you starting Jetty? You need to make sure that the edited tml file is getting into the location where jetty is loading them. Also, set -Dtapestry.production-mode=false On Tue, Nov 8, 2011 at 5:49 AM, ramakanthreddy.t wrote: > I am working on simple examples that are there in the Tapestry