You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Davanum Srinivas <da...@gmail.com> on 2005/08/25 05:15:06 UTC

[Axis2] all-tests working.

If you use latest SVN on any machine that just has maven (that you
just unzipped). It should work. If it doesn't let me know.

#1: Usual work - make code changes and run offline tests
     Run "maven" from the root directory.

#2: Skip all tests for all modules, just make sure that code changes compile ok.
     Run "maven -Dmaven.test.skip=true" from root directory

#3: Clean up and run all off line and on line tests
     Run "maven clean all-tests" from the root directory

#4: To run the online-mode tests for say the modules/integration
     Run "maven itest" from modules/intergration

#5: To run all tests for say the modules/integration
     Run "maven test itest" from modules/integration

Note: currently only online-mode tests are in modules/integration

If any of these don't work, holler :) All Dev's PLEASE run "maven
clean all-tests" (from root) periodically

Thanks,
dims

-- 
Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform