I've setup the maven build for t2 to work with the maven-cactus plugin to
run the rttests. These were once, long ago, executed with the iutests (
integration unit tests ) target. That target hasn't worked for quite some
time. The only changes were to the maven project.xml/properties files:
1) Setup the maven-cactus plugin
* set maven.cactus.tomcat4x.home to your tomcat directory
2) Run the cactus goals
* maven cactus:test-tomcat-4x
The FileHandlerTest fails since it isn't a cactus test, but really just a
straight unit test. The reports are generated with the cactus:generate
goal and will be incorporated into the turbine site when it is generated.
Thanks to Vincent Massol and the cactus team for the maven-cactus plugin!
--
=====================================================================
Jeffrey D. Brekke [EMAIL PROTECTED]
Software Engineer [EMAIL PROTECTED]
Wisconsin, USA [EMAIL PROTECTED]
--
To unsubscribe, e-mail: <mailto:turbine-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-dev-help@;jakarta.apache.org>