Re: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Chris Poulsen
It works fine with IDEA here. A possibility could be that you are running in production mode? On Tue, Aug 25, 2015 at 12:04 PM, Poggenpohl, Daniel daniel.poggenp...@isst.fraunhofer.de wrote: Hello everyone, we are evaluating IntelliJ IDEA for development and so far it has been quite good.

Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Poggenpohl, Daniel
Hello everyone, we are evaluating IntelliJ IDEA for development and so far it has been quite good. But the Tapestry specifics seem to hinder further evaluation. Does anyone here use IntelliJ for development? When we debug code, page properties are always seen as having a null value instead of

Re: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Stephen Nutbrown
Just to confirm it also works fine here too. I've found IntelliJ to be absolutely fantastic so far. I'm running it using jetty but I know there is an option for tomcat... I don't know if that could make a difference? On 25 Aug 2015 11:33 am, Chris Poulsen mailingl...@nesluop.dk wrote: It works

RE: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Svein-Erik Løken
message will be added to the discussion below: http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Debugging-Tapestry-with-IntelliJ-IDEA-tp5731124p5731127.html To unsubscribe from users@tapestry.apache.orgmailto:users@tapestry.apache.org Mailing List Archives, click herehttp://apache

AW: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Poggenpohl, Daniel
[mailto:steves...@gmail.com] Gesendet: Dienstag, 25. August 2015 13:26 An: Tapestry users Betreff: Re: Debugging Tapestry with IntelliJ IDEA Just to confirm it also works fine here too. I've found IntelliJ to be absolutely fantastic so far. I'm running it using jetty but I know there is an option

Re: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Charlouze
+1 (non-binding :D) Le mar. 25 août 2015 à 13:25, Stephen Nutbrown steves...@gmail.com a écrit : Just to confirm it also works fine here too. I've found IntelliJ to be absolutely fantastic so far. I'm running it using jetty but I know there is an option for tomcat... I don't know if that

Re: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Chris Poulsen
Betreff: Re: Debugging Tapestry with IntelliJ IDEA Just to confirm it also works fine here too. I've found IntelliJ to be absolutely fantastic so far. I'm running it using jetty but I know there is an option for tomcat... I don't know if that could make a difference? On 25 Aug 2015 11:33 am, Chris

AW: Debugging Tapestry with IntelliJ IDEA

2015-08-25 Thread Poggenpohl, Daniel
, 25. August 2015 13:52 An: Tapestry users Betreff: AW: Debugging Tapestry with IntelliJ IDEA Hi everyone, it seems that production mode (is set to true) is the problem. We use build profiles and have three stages: 1. Local development 2. Deploying to a Test VM for load tests 3. Deploying