Ant task for starting / stopping servers and running junit in the middle. Based on the Cactus org.apache.commons.cactus.ant package, heavily munged and cruftily dumped into one file.
For Axis development; there is no support or stability associated with this task
Attribute | Description | Type |
---|---|---|
httpservertarget | Sets the target to call to start server 2. | java.lang.String |
httpstoptarget | Sets the stop target. This is the target which does a HTTP admin shutdown on the simple server. | java.lang.String |
tcpservertarget | Sets the target to call to start server 1. | java.lang.String |
testtarget | Sets the target to call to run the tests. | java.lang.String |
url | Sets the target URL (just http://host:port) | java.lang.String |