Re: Class and template auto-reloading in IntelliJ

2008-03-18 Thread Bill Holloway
That fixed it! Bill On Tue, Mar 18, 2008 at 11:03 AM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > The Jetty Integration allows you to configure which of Jetty's XML > configuration files to use. I run with only jetty.xml enabled, not > the other 10 or so. That could be the difference. > >

Re: Class and template auto-reloading in IntelliJ

2008-03-18 Thread Howard Lewis Ship
The Jetty Integration allows you to configure which of Jetty's XML configuration files to use. I run with only jetty.xml enabled, not the other 10 or so. That could be the difference. On Mon, Mar 17, 2008 at 8:45 PM, Bill Holloway <[EMAIL PROTECTED]> wrote: > I hate to keep this thread going, b

Re: Class and template auto-reloading in IntelliJ

2008-03-17 Thread Bill Holloway
I hate to keep this thread going, but here goes: IntelliJ 7.0.2, latest jetty plugin build (as of 17-March 2008), Tap 5.0.11. I've got a basic Jetty run config defined. when I run it, it immediately disconnects from the server, and the jetty log reads as below. I'm continuing to play with this.

Re: Class and template auto-reloading in IntelliJ

2008-03-17 Thread Howard Lewis Ship
Jetty 6 is not compatible with JettyLauncher. The IDEA plug for Jetty works fine with Jetty 6. On Mon, Mar 17, 2008 at 4:39 PM, Bill Holloway <[EMAIL PROTECTED]> wrote: > Are you using Jetty 6? I thought that wasn't kosher yet with tap 5. > > bill in austin > > > > On Tue, Mar 11, 2008 at 10:3

Re: Class and template auto-reloading in IntelliJ

2008-03-11 Thread Filip S. Adamsen
Okay, shame on me - of course IntelliJ can do it. :) It's right there in the Web Facet options, just select "JAR module output and copy file to" for your module and IntelliJ will do the right thing. -Filip On 2008-03-12 00:17, Filip S. Adamsen wrote: Oh, that reminds me: the way IntelliJ pac

Re: Class and template auto-reloading in IntelliJ

2008-03-11 Thread Howard Lewis Ship
I'm using the Jetty Integration plugin and it works great. It recompiles my code as I switch out of the IDEA frame and back to the Firefox window. And there's an easy "redeploy" button for non-component class changes. I'm discussing with the author why Groovy classes are not being compiled and in

Re: Class and template auto-reloading in IntelliJ

2008-03-11 Thread Filip S. Adamsen
Oh, that reminds me: the way IntelliJ packs up the war isn't similar to how I do when I use Maven. It actually bit me earlier today. You *need* to pack your classes in a jar and stick it into WEB-INF/lib for reloading to work in Tomcat. It's really all I can think of that would cause the behav

Re: Class and template auto-reloading in IntelliJ

2008-03-11 Thread Bill Holloway
Thanks for the info, but I'm still stuck. Even if I delete IntelliJ's Tomcat server run configuration in favor of just seting my project's output directory to .../tomcat/webapps/projectname, I still have to reload the webapp, invalidating my session. Bill On Tue, Mar 11, 2008 at 1:47 PM, Filip S

Re: Class and template auto-reloading in IntelliJ

2008-03-11 Thread Filip S. Adamsen
Hi Bill, There are some things you need to be aware of when using Tomcat, they're listed here: http://tapestry.apache.org/tapestry5/tomcat.html You're running your application as an exploded directory, so perhaps that's why. I think you can instruct IntelliJ to build a war-file on Make, so t