right.... don't use the same binary directory as maven does!... so dont
compile into target/ :)
the latest maven plugin will use the target-eclipse/ directory instead
had this issue too :)
Peter Stavrinides <[EMAIL PROTECTED]>
10.06.2008 10:02
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>
An
Tapestry users <users@tapestry.apache.org>
Kopie
Thema
Re: T5 Automatic class reloading
Hi Max
I am assuming you use Maven to build... when I had this issue it was my
output folder that was set incorrectly, is yours set to
compramaestra/target/classes ? Try deleting the target folder and
rebuilding with maven. You can also check that the class file appears with
the tml.
----- Original Message -----
From: "maxthesecond" <[EMAIL PROTECTED]>
To: users@tapestry.apache.org
Sent: Tuesday, 10 June, 2008 10:45:43 AM GMT +02:00 Athens, Beirut,
Bucharest, Istanbul
Subject: T5 Automatic class reloading
I use tapestry 5.0.11
When I modify a template file *.tml it shows up instantly.
But changes on page or component classes don't work, and I have to
re-start
server.
My web.xml
<context-param>
<!-- The only significant configuration for Tapestry 5, this
informs
Tapestry
of where to look for pages, components and mixins. -->
<param-name>tapestry.app-package</param-name>
<param-value>org.compramaestra</param-value>
</context-param>
<filter>
<filter-name>app</filter-name>
<filter-class>org.apache.tapestry.TapestryFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>app</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<welcome-file-list>
<welcome-file>Index</welcome-file>
</welcome-file-list>
and my classes are in
org.compramaestra.pages
org.compramaestra.components
Using Eclipse with JettyRun Jetty 6.xx
and alse JetyPlugin Jetty 5.xx
Neither works...
Thanks
--
View this message in context:
http://www.nabble.com/T5-Automatic-class-reloading-tp17749608p17749608.html
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]