Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseEclipse
AppFuseEclipse_es
AppFuseEclipse_pt
AppFuseSupport




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuseAntTasks


Difference between version 7 and version 6:

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

Back to AppFuseAntTasks, or to the Page History.