| At line 3 changed 22 lines. |
| ||Task||Description|| |
| |setup|Sets up database, tomcat and deploys expanded war| |
| |clean|Removes build artifacts| |
| |compile|Compiles everything| |
| |__deploy__|Compiles and deploys everything to Tomcat| |
| |__deploy-web__|Deploys JSPs and static web content to Tomcat| |
| |install|Install application in Tomcat using Tomcat's Manager app. Great for deploying to remote servers.| |
| |list|List Tomcat's installed applications| |
| |refresh|Stops Tomcat, undeploys, cleans, then re-deploys. Nice for when you <em>swear</em> it should be working, but your change doesn't show up| |
| |__reload__|Reload application in Tomcat| |
| |remove|Remove application in Tomcat| |
| |setup-db|creates database and populates it with sample data| |
| |setup-tomcat|copies jdbc driver and context.xml to Tomcat| |
| |__test-all__|runs all tests for dao, service and web| |
| |test-cactus|Runs Cactus tests in Tomcat, starts/stops server| |
| |test-canoo|Runs Canoo WebTests in Tomcat to test JSPs| |
| |test-dao|Test dao module| |
| |test-jsp|Runs Canoo WebTests in tomcat, starts/stops server| |
| |test-reports|Generate test reports| |
| |test-service|Test service module| |
| |test-web|Test web module| |
| |undeploy|delete war file and directory from $CATALINA_HOME/webapps| |
| ||Task||Description |
| |setup|Sets up database, tomcat and deploys expanded war |
| |clean|Removes build artifacts |
| |compile|Compiles everything |
| |__deploy__|Compiles and deploys everything to Tomcat |
| |__deploy-web__|Deploys JSPs and static web content to Tomcat |
| |install|Install application in Tomcat using Tomcat's Manager app. Great for deploying to remote servers. |
| |list|List Tomcat's installed applications |
| |refresh|Stops Tomcat, undeploys, cleans, then re-deploys. Nice for when you <em>swear</em> it should be working, but your change doesn't show up |
| |__reload__|Reload application in Tomcat |
| |remove|Remove application in Tomcat |
| |setup-db|creates database and populates it with sample data |
| |setup-tomcat|copies jdbc driver and context.xml to Tomcat |
| |__test-all__|runs all tests for dao, service and web |
| |test-cactus|Runs Cactus tests in Tomcat (starts/stops server, Tomcat should be stopped) |
| |test-canoo|Runs Canoo WebTests in Tomcat to test JSPs |
| |test-dao|Test dao module |
| |test-jsp|Runs Canoo WebTests in tomcat (starts/stops server, Tomcat should be stopped) |
| |test-reports|Generate test reports |
| |test-service|Test service module |
| |test-web|Test web module (Tomcat should be running) |
| |undeploy|delete war file and directory from $CATALINA_HOME/webapps |