Re: T5.06 Project tree

2007-11-14 Thread Ezra Epstein
The main requirement for folder structure is based on on Tapestry but on the servlet specification. Web accessible files in a .war cannot but in the WEB-INF folder. Tapestry lets you put .tml files either in the the regular place for web accessible files or in the WEB-INF at the same location

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
Hum, since 5.0.6 tml fles can go to the webapp root folder. :( 2007/11/14, Chris Lewis <[EMAIL PROTECTED]>: > > Where is your template for the start page (Start.tml)? If I'm not > mistaken the archetype sticks it in WEB-INF, which I believe is wrong. I > didn't run into a bug until I contributed a

Re: T5.06 Project tree

2007-11-14 Thread Chris Lewis
Where is your template for the start page (Start.tml)? If I'm not mistaken the archetype sticks it in WEB-INF, which I believe is wrong. I didn't run into a bug until I contributed a LibraryMapping to the component class resolver... Michael Bernagou wrote: So is it why my start.tml is not fou

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
So is it why my start.tml is not found?? If yes (I'm really not sure), I'm very surprised about the miss of flexibility T5 have... For an existing project build in the usual way (Project/src, Project/webroot), having to change this just for T5 is veru bad... 2007/11/14, Michael Courcy <[EMAIL PROT

Re: T5.06 Project tree

2007-11-14 Thread Michael Courcy
Well it's a matter of convention When maven build the project, things are in the place they have to be. Michael Bernagou a écrit : No I didn't because I don't understand why the webroot should be in the src directory. About that : MyProject/src/papo/pages/ MyProject/src/papo/services/ It is w

Re: T5.06 Project tree

2007-11-14 Thread Michael Bernagou
No I didn't because I don't understand why the webroot should be in the src directory. About that : MyProject/src/papo/pages/ MyProject/src/papo/services/ It is what I have but I wrote in my message MyProject/src/papo.pages/ MyProject/src/papo.services/ instead, just to show it is packages in the

Re: T5.06 Project tree

2007-11-14 Thread Joachim Van der Auwera
Have you started using the project archetype? This is the easiest way to have a correct directory srtucture. Anyway, I think the paths should be MyProject/src/papo/pages/ MyProject/src/papo/services/ Kind regards, Joachim Michael Bernagou wrote: I have something strange and it made me asking