Re: [OT] Tapestry + IDEA

2006-09-19 Thread Kevin Menard
andyhot wrote: Laying out the project is really important... What I used to do is run jetty as a java app by creating a launch configuration that: This worked out wonderfully. Thanks a lot. It's not as simple as I'd have preferred, but it's easy enough. Nowadays, - I run jetty externall

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Ryan Cuprak
Ah - this is just a configuration issue with IDEA. For development with IDEA, I created a regular java module - not a web module. I then set the dest for the compiled classes to my WEB- INF/classes. So my Project layout: ~/Projects/MyProject ~/Projects/MyProject/app ~/Projects/MyProject/ap

Re: [OT] Tapestry + IDEA

2006-09-18 Thread andyhot
Laying out the project is really important... What I used to do is run jetty as a java app by creating a launch configuration that: - has jetty/ext/ant.jar,jasper-compiler.jar,jasper-runtime.jar, jetty/lib/javax.servlet.jar,org.mortbay.jetty.jar,org.mortbay.jmx.jar in classpath - a jetty.xml confi

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Kevin Menard
Ryan Cuprak wrote: Hello, Have you tried: export JAVA_OPTS="-Dorg.apache.tapestry.disable-caching=true" (then start tomcat) This disables page caching so that you can see changes immediately. Heh, I figured someone was going to mention this. Yes, I have that option enabled. The "probl

RE: [OT] Tapestry + IDEA

2006-09-18 Thread James Carman
ROTECTED] Sent: Monday, September 18, 2006 2:00 PM To: Tapestry users Subject: Re: [OT] Tapestry + IDEA I work in IDEA all the time and I simply have a terminal window always running for a server and relaunch server (if necessary) from there. Personally I never understood necessity to h

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Ryan Cuprak
Hello, Have you tried: export JAVA_OPTS="-Dorg.apache.tapestry.disable-caching=true" (then start tomcat) This disables page caching so that you can see changes immediately. -Ryan On Sep 18, 2006, at 1:34 PM, Kevin Menard wrote: Sorry for the OT question, but I figured this was about as

Re: [OT] Tapestry + IDEA

2006-09-18 Thread Konstantin Ignatyev
I work in IDEA all the time and I simply have a terminal window always running for a server and relaunch server (if necessary) from there. Personally I never understood necessity to have any kind of launchers within IDE, perhaps because I always build script centric in development and that is th