On Thu, 14 Jul 2011 15:55:28 -0300, fante <callebill...@gmail.com> wrote:

Hi Thiago,

Yes I am using maven.In the shell I run mvn eclipse:eclipse,

Why don't you use m2eclipse? Notice that m2eclipse configures the project so it doesn't copy resource automatically. You need to change that in the Eclipse project configuration properties if you haven't yet.

Then I import the project in eclipse as "existing maven project".
In eclipe I check "build automatically" under "Project".

In run Configuration I have the following options :
WebApp dir  target/myWebApp
Scan Internal Seconds : 5
Enable Scanner : Check
ParentLoadPriority: Check

Try disabling automatic reloading of contexts. This isn't needed for Tapestry's live class reloading at all. And when you debug your webapp, if Eclipse says you've made a change that cannot be hot-deployed, click "continue".

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to