|
Class Summary |
| AbstractServerRun |
Abstract class for starting/stopping an application server. |
| ArgListProperty |
Placeholder for a property's name. |
| ArgListTask |
Compute a string (returned as an Ant property) that contains a list of
args (in the format [-Dname=value]*) that can be used on a java command line. |
| ChangeLogTask |
A CVS log task that extract information from the execution of the
'cvs log' command and put them in a generated output XML file. |
| EnhydraRun |
Starts/stop Enhydra by setting up a listener socket. |
| ResinRun |
Starts/stop Resin by setting up a listener socket. |
| RunServerTestsTask |
Task to automate running in-container unit test. |
| StartServerHelper |
A helper class for an Ant Task that does the following :
create a java thread,
start another Ant target in that thread. |
| StartServerTask |
An Ant Task that does the following :
create a java thread,
start another Ant target in that thread. |
| StopServerHelper |
A helper class for an Ant task that does the following : stop a running
server by calling an Ant target to stop it in another thread and wait for
the servlet engine to be stopped by trying to continously connect to a test
URL. |
| StopServerTask |
Call an Ant stop target in another thread and wait for the servlet engine
to be stopped by trying to continously connect to a test URL. |