Re: T5 Automatic class reloading

2008-06-11 Thread maxthesecond
Solved! Devil lives on details, In fact it was just an eclipse mess. 1) In my output source folder src/main/resources the excluded flag was set to ** thus the tml files where not placed to the target directories. 2) Sudendly my eclipse working directory started to complain about a: "The proj

Re: T5 Automatic class reloading

2008-06-11 Thread Robert Zeigler
asses. everything in your classpath will be put virtually in you WEB-INF/classes directory of your servlet container. i hope this helps :) g, kris maxthesecond <[EMAIL PROTECTED]> 11.06.2008 16:19 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema R

Re: T5 Automatic class reloading

2008-06-11 Thread Kristian Marinkovic
this helps :) g, kris maxthesecond <[EMAIL PROTECTED]> 11.06.2008 16:19 Bitte antworten an "Tapestry users" An users@tapestry.apache.org Kopie Thema Re: T5 Automatic class reloading After playing for hours I achieve to make my classes automatically reloaded with it

Re: T5 Automatic class reloading

2008-06-11 Thread maxthesecond
After playing for hours I achieve to make my classes automatically reloaded with it a true joy. But now my templates are not up to date. I need to understand the following, both jetty plugin and jettyrun show in the console: launching Jetty webapp: /compramaestra on address: 0.0.0.0:80 usin

Re: T5 Automatic class reloading

2008-06-10 Thread maxthesecond
I have two targets /target and /target-eclipse I've run maven clear (within eclipse) and the /target folder disapeared My eclipse is setup to default output folder : compramaestra/target-eclipse/classes but the checkbox "allow output folders for source folders" is checked (which I notice

Re: T5 Automatic class reloading

2008-06-10 Thread Kristian Marinkovic
try users" An Tapestry users 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 rebuildin

Re: T5 Automatic class reloading

2008-06-10 Thread Peter Stavrinides
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. - Ori