Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Kalle Korhonen
On Mon, Aug 25, 2014 at 10:30 AM, Christian Dutaret wrote: > Kalle, that's the whole point - I think - of the "serve modules without > publishing" option. It just takes the resources from the eclipse target > directory instead of copying things around. > Thanks Christian. I'll have to check out

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Christian Dutaret
Ivano, glad I could help. Kalle, that's the whole point - I think - of the "serve modules without publishing" option. It just takes the resources from the eclipse target directory instead of copying things around. Christian 2014-08-25 18:13 GMT+02:00 Kalle Korhonen : > The last I checked, the

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Kalle Korhonen
The last I checked, the WTP plugin was still copying the resource files around which is my main beef with it. It causes subtle issues during development since you are not sure whether you are seeing the latest resource file or not immediately after saving. My experiences are from a few years back t

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Ivano Luberti
Hi Christian, it seems to work: I used the tutorial T5 project created following the tutorial on T5 web site. Then i have configured my Tomca runtime in eclipde checking "serve modules without publishing" and unchecking "Modules auto-reload by default" then modified on the fly the index.java file

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Chris Mylonas
OK, thanks for follow up. I'll try manually downloading to force it and do the eclipse test tomorrow. On 25/08/2014 10:06 pm, "Thiago H de Paula Figueiredo" wrote: > On Sun, 24 Aug 2014 20:38:52 -0300, Chris Mylonas > wrote: > > just from the command line. >> Same environment as before, fresh

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 20:38:52 -0300, Chris Mylonas wrote: just from the command line. Same environment as before, fresh mvn generate, 5.4b6, 5.2.6 also don't LCR from command line "mvn clean jetty:run" 5.1.0.5 doesn't build anymore, sic "Error unzipping tapestry-core.jar" This is a trunc

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Dmitry Gusev
Hi Christian, It'd be nice if you could summarize the steps how you set up your development environment in the form of a blog post or a wiki page. Similar to what Kalle did with Eclipse+Sysdeo: http://docs.codehaus.org/display/TYNAMO/Developing+with+Tomcat+and+Eclipse It'd really help the commun

Re: LCR in Eclipse without Sysdeo plugin

2014-08-25 Thread Christian Dutaret
Hi all, I've seen a lot of people claiming that one should use Sysdeo plugin to work with Tomcat under eclipse/Maven for T5 development, and that the standard WTP plugin should be avoided, because it is supposedly buggy and slow. I've been using WTP plugin for years with other frameworks (includin

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Ivano Luberti
Thanks Kallenow I (hope I) have a clear path Il 25/08/2014 07:48, Kalle Korhonen ha scritto: > On Sun, Aug 24, 2014 at 10:43 PM, Ivano Luberti > wrote: > >> Thanks Kalle, maybe I'm starting to figuring it out. >> So the devloader enables the container to load classes from paths >> aoutside W

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Kalle Korhonen
On Sun, Aug 24, 2014 at 10:43 PM, Ivano Luberti wrote: > Thanks Kalle, maybe I'm starting to figuring it out. > So the devloader enables the container to load classes from paths > aoutside WEB-INF/lib and WEB-INF/classes , right? > That's what I said and that's what the linked resource said. >

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Ivano Luberti
Thanks Kalle, maybe I'm starting to figuring it out. So the devloader enables the container to load classes from paths aoutside WEB-INF/lib and WEB-INF/classes , right? So if instead of the maven project layout I use the classic WTP project layout that has a WebContent folder which includes WEB-IN

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Ivano Luberti
Ola' Thiago! Il 25/08/2014 01:28, Thiago H de Paula Figueiredo ha scritto: > >> isn't that an official page? > > Yes, it is. But that doesn't mean I have all the official pages. :p > No but you have to admit this is not the least important one about LCR :-) --

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Kalle Korhonen
You don't need the devloader for live class reloading. You need it to be able to pick up classes from other locations than /lib or /classes, say from your local Maven repo, as explained at the bottom of http://www.eclipsetotale.com/tomcatPlugin/readmeDevLoader.html. Now, you can technically use the

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Chris Mylonas
just from the command line. Same environment as before, fresh mvn generate, 5.4b6, 5.2.6 also don't LCR from command line "mvn clean jetty:run" 5.1.0.5 doesn't build anymore, sic "Error unzipping tapestry-core.jar" I'm downloading eclipse atm, making a coffee. Will let you know in the afternoon

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 20:02:19 -0300, Chris Mylonas wrote: Confirming it is failing with a fresh mvn generate and jetty:run from the command line. Snippets follow - jdk1.7, reload mechanic = automatic in jetty, dev mode is on, osx 10.9.4 Try disabling automatic reloading in Jetty. Or, bett

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 17:31:50 -0300, Ivano Luberti wrote: Hi Thiago Ciao, Ivano! Il 24/08/2014 21:31, Thiago H de Paula Figueiredo ha scritto: By the way, it's the first time I've ever seen live class reloading being referred as LCR. http://tapestry.apache.org/class-reloading.html

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Chris Mylonas
Confirming it is failing with a fresh mvn generate and jetty:run from the command line. Snippets follow - jdk1.7, reload mechanic = automatic in jetty, dev mode is on, osx 10.9.4 Changing the java class to read "CM Increment clicked" doesn't get updated. Changing the tml file to "increment normal

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Chris Mylonas
Ha! Yes it is, and it took until a long way down the page to come across "LCR". It hasn't worked for my environment for months and I've been not bothered to restart jetty when deving. I might just troubleshoot it today! Thanks for asking On 25/08/2014 6:32 am, "Ivano Luberti" wrote: > Hi Thiag

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Ivano Luberti
Hi Thiago Il 24/08/2014 21:31, Thiago H de Paula Figueiredo ha scritto: > By the way, it's the first time I've ever seen live class reloading > being referred as LCR. > http://tapestry.apache.org/class-reloading.html isn't that an official page? -- ==

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 08:27:21 -0300, Ivano Luberti wrote: And I forget to say I want to use Tomcat (this is why I mentioned the Sysdeo plugin) Regardless of what you're using, for live class reloading to work you need to configure your setup to automatically recompile classes when saved an

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Thiago H de Paula Figueiredo
On Sun, 24 Aug 2014 07:35:45 -0300, Muhammad Gelbana wrote: What do you mean by LCR ? You can use https://code.google.com/p/run-jetty-run/ +1 for RunJettyRun. It offers server automatic restart for the server when the code is changed. Tapestry's live class reloading works without a ser

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Ivano Luberti
Hi Muhammad, I have used the acronym found in Tapestry docs: Live Class Reloading. And I forget to say I want to use Tomcat (this is why I mentioned the Sysdeo plugin) Il 24/08/2014 12:35, Muhammad Gelbana ha scritto: > What do you mean by LCR ? You can use > https://code.google.com/p/run-jetty-ru

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Chris Mylonas
Least Cost Routing /telco :P On 24/08/2014 8:36 pm, "Muhammad Gelbana" wrote: > What do you mean by LCR ? You can use > https://code.google.com/p/run-jetty-run/ > > It offers server automatic restart for the server when the code is changed. > > *-* > *Muhammad Gelbana* > http:

Re: LCR in Eclipse without Sysdeo plugin

2014-08-24 Thread Muhammad Gelbana
What do you mean by LCR ? You can use https://code.google.com/p/run-jetty-run/ It offers server automatic restart for the server when the code is changed. *-* *Muhammad Gelbana* http://www.linkedin.com/in/mgelbana On Sun, Aug 24, 2014 at 11:27 AM, Ivano Luberti wrote: > Hi