At line 3 changed 1 line. |
;:''On thing I've noticed is that it's best to get your app running on the Anthill server before you try to get it running through Anthill. Basically, this means running __ant setup-db setup-tomcat deploy__, stop/restart Tomcat and run __ant test-all-running__. If everything works, it should work in Anthill.'' |
;:''One thing I've noticed is that it's best to get your app running on the Anthill server before you try to get it running through Anthill. Basically, this means running __setup__, stop/restart Tomcat and run __ant test-all-running__. If everything works, it should work in Anthill.'' |
At line 7 changed 1 line. |
anthill.lastBuildFailDate = 12/12/2003 14:02:43 |
anthill.lastBuildFailDate = 10/09/2004 01:44:45 |
At line 9 changed 1 line. |
anthill.lastGoodBuildDate = 12/14/2003 06:04:29 |
anthill.lastGoodBuildDate = 10/09/2004 04:18:11 |
At line 11 changed 2 lines. |
anthill.publish.url = |
anthill.publish.dir = |
anthill.publish.url = |
anthill.publish.dir = |
At line 15 removed 1 line. |
anthill.publish.ant.params.value = deploy |
At line 18 changed 3 lines. |
anthill.build.ant.params$1.value = setup-db |
anthill.build.ant.params$2.value = setup-tomcat |
anthill.build.ant.params$3.value = test-all-running |
anthill.build.ant.params$1.value = setup |
anthill.build.ant.params$2.value = test-all-running |
At line 24 changed 1 line. |
anthill.java.extra.options = |
anthill.java.extra.options = |
At line 27 changed 1 line. |
anthill.repository.cvs.root = :ext:[email protected]:/cvsroot/struts |
anthill.repository.cvs.root = :pserver:[email protected]:/cvs |
At line 29 changed 1 line. |
anthill.repository.cvs.branch = |
anthill.repository.cvs.branch = |
At line 32 changed 1 line. |
anthill.project.version = 1.1.1 |
anthill.project.version = 1.5.40 |
At line 32 added 2 lines. |
|
To see the available targets in AppFuse's build.xml file, execute __ant -projecthelp__. |