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
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
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
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
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
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
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