| At line 1 changed 1 line. |
| This page contains a listing of the most common Ant tasks in [AppFuse] that I use in my daily development: |
| This page contains a listing of the most common Ant targets in [AppFuse] that I use in my daily development. For a complete list of tasks, type "ant -projecthelp" at the command line. |
| At line 3 added 6 lines. |
| <style type="text/css"> |
| table.wikitable {border: 1px solid black; margin: 10px; border-collapse: collapse} |
| table.wikitable td {border: 1px solid black; padding: 3px} |
| table.wikitable th {background: #eee} |
| table.wikitable span {color: red} |
| </style> |
| At line 11 changed 1 line. |
| |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 |
| |refresh|Undeploys, cleans, then re-deploys. Nice for when you <em>swear</em> it should be working, but your change doesn't show up |
| At line 17 removed 2 lines. |
| |test-cactus|Runs Cactus tests in Tomcat (starts/stops server, Tomcat should be stopped) |
| |test-canoo|Runs Canoo WebTests in Tomcat to test JSPs |
| At line 24 added 2 lines. |
| |test-service|Test service module |
| |test-web|Runs Action/Controller tests using Mocks (no container required) |
| At line 27 added 1 line. |
| |test-canoo|Runs Canoo WebTests in Tomcat when it's already running |
| At line 22 removed 2 lines. |
| |test-service|Test service module |
| |test-web|Test web module (Tomcat should be running) |
| At line 25 removed 2 lines. |
|
| For a complete list of tasks, type "ant -projecthelp" at the command line. |