Good point Thiago,
Thanks a lot for fast and great help.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-changes-not-working-tp4586675p4587964.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
On Thu, 14 Jul 2011 16:33:19 -0300, fante wrote:
Hi Thiago,
the advice from Kalle actually solved my problem, but out of curiosity:
I am using the m2Eclipse plugin:
So why are you using eclipse:eclipse in the command-line when m2eclipse
sets up your project automatically???
disabling au
Hi Thiago,
the advice from Kalle actually solved my problem, but out of curiosity:
I am using the m2Eclipse plugin:
disabling automatic reloading of contexts = disable scanner ?
Best Regards!
Fante
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-
Kalle - you are the man!
That solved my problems.
Thanks so much for that
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Automatic-loading-of-code-changes-not-working-tp4586675p4587894.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
On Thu, 14 Jul 2011 15:55:28 -0300, fante 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 c
Disable scanner (that's the container feature to reload web app
context as something changes). You could also configure to load the
templates from src without copying (that's in Eclipse build setttings,
src/main/resources), see
http://tynamo.org/Developing+with+Tomcat+and+Eclipse for more info
(cop
Hi Thiago,
Yes I am using maven. In the shell I run mvn eclipse:eclipse,
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
On Thu, 14 Jul 2011 10:44:36 -0300, fante wrote:
Hi all,
Hi!
I cant get Tapestry automatic code replacing to work without restarting
the entire webapp, which is slow and also renders a permgen, destroys
sessions etc...
Is anybody else experience this ?
I haven't. Are you using Maven?