Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
I found the cause. It seems to be an IntelliJ thing. By default itself maven2 isn't including test-classes (test pages are sitting inside src/test/java) when packaging so pages could not be found. Never the less it is weird that IntelliJ does not include them anyway, because the option

Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
Just in case you browse thread for same problem and wait to have it resolved: I filed a bug under http://www.jetbrains.net/jira/browse/IDEA-22800. manuel aldana schrieb: I found the cause. It seems to be an IntelliJ thing. By default itself maven2 isn't including test-classes (test pages are

Re: [integration-test apps] problems with starting them standalone

2009-05-02 Thread manuel aldana
thanks this worked. just some detailed program parameters for running with RunJetty: working-directory needs to be: yourPathToProject/tapestry-core programm arguments (for running integration-test-application app1): app1 src/test/app1 Ulrich Stärk schrieb: IIRC there's a RunJetty class

[integration-test apps] problems with starting them standalone

2009-05-01 Thread manuel aldana
I am trying hard to deploy the integration test webapp from tapestry-core, but I haven't had succeeded so far. Loading webapp itself works (I see the ioc outputs on console). But when going to the context path I would only see a directory listing of the files of the exploded webapp. So it