That's what I;m looking for but haven't been able to so far... I am using intelliJ but I run mvn jetty:run from the command line - how can I make sure the changes to .tml files are picked up. I use maven, anyone have this setup right that can offer a snippet to get me going?
Thanks Howard Lewis Ship wrote: > > This is really dependent on your IDE. The .tml files are NOT > compiled; but in IntelliJ you have to make sure that changes to them > are copied to the right folder (there are options for this in the > Jetty launch configuration screen). > > On Wed, Aug 6, 2008 at 12:53 PM, kace <[EMAIL PROTECTED]> > wrote: >> >> Hi fellas, >> >> Do you have to compile .tml files if you want the changes to be picked up >> by >> jetty? >> >> I know you have to for the java classes but I find that I dont have to >> compile my Index.tml file which is located under /webapp/Index.tml for >> the >> changes to be picked up but I do for the Layout.tml file which is located >> under /java/../components/ >> >> If I move the .tml files to src/main/resources/../components I still have >> to >> compile and moving them to the same location as my Index.tml results in >> the >> Index.tml file not picking up the layout and css configuration from >> Layout.tml >> >> Do I keep them in the same location as the java files and compile them >> whenever I introduce a change? or is there something I can do here? >> >> Thanks >> >> ..kace >> >> -- >> View this message in context: >> http://www.nabble.com/-T5--tp18858355p18858355.html >> Sent from the Tapestry - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-T5--tp18858355p18869245.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]