Hi Howard, jetty:run seems to work pretty well for me. It can be configured for manual or automatic reloading of the files. I run it from eclipse as an external application and use remote debugging. The advantage I have found to this approach is that I can configure maven lifecycle goals so for example when I launch the app it will populate the DB with test data etc.
Just my 2 cents! Toby 2008/8/7 Howard Lewis Ship <[EMAIL PROTECTED]> > I'm not familiar with using jetty:run; I don't know if it copies the > files to a new location or not. Eclipse has the RunJetty plugin which > is a better option for running directly against your workspace. > > On Thu, Aug 7, 2008 at 5:27 AM, kace <[EMAIL PROTECTED]> > wrote: > > > > 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] > > > > > > > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >