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: /tapestry-core programm arguments (for running integration-test-application app1): app1 src/test/app1 Ulrich Stärk schrieb: IIRC there's a RunJetty class somewhere in tapestry-c

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 s

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 (includ

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

2009-05-01 Thread Ulrich Stärk
IIRC there's a RunJetty class somewhere in tapestry-core/src/test/../integration that accepts the name of the test application to start and starts it up. This works for me. Uli manuel aldana schrieb: I am trying hard to deploy the integration test webapp from tapestry-core, but I haven't had s