| 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 4 changed 14 lines. |
| table { |
| border-collapse: collapse |
| border: 1px solid silver; |
| padding: 0px; |
| } |
| table th { |
| background: #eee; border-bottom: 1px solid silver; |
| padding: 3px; |
| text-align: left; |
| } |
| table td { |
| padding: 3px; |
| border-bottom: 1px solid silver; |
| } |
| 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} |
| At line 27 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 33 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 38 removed 2 lines. |
| |test-service|Test service module |
| |test-web|Test web module (Tomcat should be running) |
| At line 41 removed 2 lines. |
|
| For a complete list of tasks, type "ant -projecthelp" at the command line. |