I don't start Jetty from within IDEA. I start it separately (when required I
use the remote debugger to connect to the external process, which is quicker
as well).

When you combine this setup with the deploy-on-frame-deactivation option,
clicking outside IDEA (on the browser-reload button for example), deploys
the changed files immediately. I don't use Maven at all though. I let IDEA
handle deployment to an exploded folder during development.

Sadly Jetbrains moved the deploy-on-frame-deactivation to the
run-configuration in IDEA 8.x. Since I don't run Jetty from IDEA, I cannot
activate this feature anymore with my setup and now I have to build manually
each time as well. I reported a bug for this with JetBrains, I hope it gets
fixed soon.


regards,

Onno


On Sun, Apr 5, 2009 at 6:53 PM, manuel aldana <ald...@gmx.de> wrote:

> After I edit tapestry webapp stuff inside IntelliJ I always have to go
> <Ctrl>+F9 (Make project) until after a few seconds I see the update in my
> browser. Now I am looking for a quicker feedback cycle for that, because
> these seconds are annoying from time to time.
>
> I know it can go quicker: In other situation where I don't use IntelliJ but
> use an external editor and 'mvn jetty:run' the update is faster
>
> So does somebody know a faster feedback tweak with IntelliJ?
>
> thanks.
>
> --
> manuel aldana
> ald...@gmx.de
> software-engineering blog: http://www.aldana-online.de
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to