public class RunAxisFunctionalTestsTask
extends org.apache.tools.ant.Task
For Axis development; there is no support or stability associated with this task
Modifier and Type | Class and Description |
---|---|
class |
RunAxisFunctionalTestsTask.TaskRunnable
Helper class to execute a task in a thread.
|
Constructor and Description |
---|
RunAxisFunctionalTestsTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes the task.
|
void |
setHttpServerTarget(String theStartTarget)
Sets the target to call to start server 2.
|
void |
setHttpStopTarget(String theStopTarget)
Sets the stop target.
|
void |
setTcpServerTarget(String theStartTarget)
Sets the target to call to start server 1.
|
void |
setTestTarget(String theTestTarget)
Sets the target to call to run the tests.
|
void |
setUrl(String theUrl)
Sets the target URL (just http://host:port)
|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
public void setTcpServerTarget(String theStartTarget)
theStartTarget
- the Ant target to callpublic void setHttpServerTarget(String theStartTarget)
theStartTarget
- the Ant target to callpublic void setTestTarget(String theTestTarget)
theTestTarget
- the Ant target to callpublic void setHttpStopTarget(String theStopTarget)
public void setUrl(String theUrl)
Copyright © The Apache Software Foundation. All Rights Reserved.