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 (include source-roots - src/test/java/) inside the 
Module options is ticked on. I guess this is a IntelliJ bug (IntellIj 
never packages /target/test-classes to the final war output, even if the 
option is chosen).



manuel aldana schrieb:
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 won't load the Index.tml and 
bind it to TapestryFilter (though web.xml says this).


I am starting the webapp under IntelliJ. Problems both occur with 
running under deploy exploded and war mode. The from IntelliJ built 
exploded/ dir and war look fine.


Any ideas?

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



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 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 (include source-roots - src/test/java/) inside the 
Module options is ticked on. I guess this is a IntelliJ bug (IntellIj 
never packages /target/test-classes to the final war output, even if 
the option is chosen).



manuel aldana schrieb:
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 won't load the Index.tml 
and bind it to TapestryFilter (though web.xml says this).


I am starting the webapp under IntelliJ. Problems both occur with 
running under deploy exploded and war mode. The from IntelliJ built 
exploded/ dir and war look fine.


Any ideas?

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



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 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 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 won't load the Index.tml 
and bind it to TapestryFilter (though web.xml says this).


I am starting the webapp under IntelliJ. Problems both occur with 
running under deploy exploded and war mode. The from IntelliJ built 
exploded/ dir and war look fine.


Any ideas?

thanks.




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



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



[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 won't load the Index.tml and bind it 
to TapestryFilter (though web.xml says this).


I am starting the webapp under IntelliJ. Problems both occur with 
running under deploy exploded and war mode. The from IntelliJ built 
exploded/ dir and war look fine.


Any ideas?

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