Re: Live class reloading problems

2008-11-22 Thread Hugo Palma
that it is abit unfair to T5 as it was intentionally designed to support LCR; however the docs are most useful when they describe things accurately . What does everyone think? Should I file a jira issue for this? cheers, Alex Kotchn

Re: Live class reloading problems

2008-11-21 Thread Andreas Andreou
s the jetty implementation >> works >> >> > instantly >> >> > > >> >> > > Some of our developers use Tomcat because we have a requirement to >> work >> >> > with multiple modules from source (not jars)... yes, there is probably

Re: Live class reloading problems

2008-11-21 Thread Hugo Palma
I spent hours > >> trying > >> > and failed to configure it. Recently I found: > >> > http://maven.apache.org/maven-1.x/using/multiproject.html, but > haven't > >> had > >> > a chance to look more closely into this. It would be fant

Re: Live class reloading problems

2008-11-21 Thread Andreas Andreou
and failed to configure it. Recently I found: >> > http://maven.apache.org/maven-1.x/using/multiproject.html, but haven't >> had >> > a chance to look more closely into this. It would be fantastic if there >> was >> > more detail on how to configure/tweak enterpris

Re: Live class reloading problems

2008-11-21 Thread Kalle Korhonen
> > had > > > a chance to look more closely into this. It would be fantastic if there > > was > > > more detail on how to configure/tweak enterprise tapestry projects for > > > maven. I am not sure about Netbeans, but in eclipse, LCR can fail if > your > > >

Re: Live class reloading problems

2008-11-21 Thread Hugo Palma
ipse, LCR can fail if your > > build path is not set correctly, and the exact configuration may differ > > between maven plugin versions and eclipse versions. > > > > > > cheers > > > Peter > > > > > > > > > - Original Message

Re: Live class reloading problems

2008-11-20 Thread Kalle Korhonen
/multiproject.html, but haven't > > had > > > a chance to look more closely into this. It would be fantastic if there > > was > > > more detail on how to configure/tweak enterprise tapestry projects for > > > maven. I am not sure about Netbeans, but in ecli

Re: Live class reloading problems

2008-11-20 Thread Alex Kotchnev
ere > was > > more detail on how to configure/tweak enterprise tapestry projects for > > maven. I am not sure about Netbeans, but in eclipse, LCR can fail if your > > build path is not set correctly, and the exact configuration may differ > > between maven plugin versions

Re: Live class reloading problems

2008-11-20 Thread Kalle Korhonen
ation may differ > between maven plugin versions and eclipse versions. > > > > cheers > > Peter > > > > > > - Original Message ----- > > From: "Hugo Palma" <[EMAIL PROTECTED]> > > To: "Tapestry users" , "Alex Kotchne

Re: Live class reloading problems

2008-11-20 Thread Howard Lewis Ship
; cheers > Peter > > > - Original Message - > From: "Hugo Palma" <[EMAIL PROTECTED]> > To: "Tapestry users" , "Alex Kotchnev" <[EMAIL > PROTECTED]> > Sent: Thursday, 20 November, 2008 5:05:51 PM GMT +02:00 Athens, Beirut, >

Re: Live class reloading problems

2008-11-20 Thread Peter Stavrinides
ent: Thursday, 20 November, 2008 5:05:51 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Live class reloading problems I would say that this problems with LCR should be dealt with case by case. I'm sure that "LCR only works on Jetty" is false because i have it work

Re: Live class reloading problems

2008-11-20 Thread Hugo Palma
tty (or at least clearly > state that it doesn't work w Tomcat, Glassfish, Jboss, etc)? I understand > that it is abit unfair to T5 as it was intentionally designed to support > LCR; however the docs are most useful when they describe things accurately . > > What does everyone think?

Re: Live class reloading problems

2008-11-20 Thread Alex Kotchnev
abit unfair to T5 as it was intentionally designed to support LCR; however the docs are most useful when they describe things accurately . What does everyone think? Should I file a jira issue for this? cheers, Alex Kotchnev - original message - Subject:Re: Live class reloading problems Fr

Re: Live class reloading problems

2008-11-20 Thread Geoff Callender
I haven't tried it with any others. On 20/11/2008, at 10:29 PM, Jan Vissers wrote: Sorry to say but the whole 'class reloading' feature to me seems to be specifically geared towards Jetty and tomcat. I haven't seen any other (servlet) containers that can use this Tapestry feature. Have you? -J

Re: Live class reloading problems

2008-11-20 Thread Jan Vissers
Sorry to say but the whole 'class reloading' feature to me seems to be specifically geared towards Jetty and tomcat. I haven't seen any other (servlet) containers that can use this Tapestry feature. Have you? -J. > I use the Tomcat that's in JBoss, so it might be a little different, > but all it

Re: Live class reloading problems

2008-11-20 Thread Geoff Callender
I use the Tomcat that's in JBoss, so it might be a little different, but all it needs is reloadable="true" in the Context element of context.xml. eg. and the .tml files together with the .classes in the war's WEB-INF// classes/. eg. WEB-INF/classes/com/acme/myapp/pages/Index.tml

Re: Live class reloading problems

2008-11-20 Thread Hugo Palma
I'm using Tomcat for development and both template and class live reloading work just fine. Although, i'm using the maven tomcat plugin to run the app in my laptop with the "mvn tomcat:run" command. I haven't tried it with my local instalation of tomcat. Can you try using the maven tomcat plugin a

Re: Live class reloading problems

2008-11-20 Thread Thiago H. de Paula Figueiredo
Em Thu, 20 Nov 2008 01:27:18 -0300, akochnev <[EMAIL PROTECTED]> escreveu: I'm running into some trouble w/ the live class reloading feature (the template reloading works fine), tested both on Tomcat 6 , Glassfish 3 Prelude, and Glassfish V2 (all three servers support exploded war deployment).