org.apache.tools.ant.taskdefs.optional.ide
Class VAJTask
Super class for all VAJ tasks. Contains common
attributes (remoteServer) and util methods
protected org.apache.tools.ant.taskdefs.optional.ide.VAJUtil | getUtil() - returns the VAJUtil implementation
|
void | setHaltonerror(boolean newHaltOnError) - Flag to control behaviour in case of VAJ errors.
|
void | setRemote(String remoteServer) - Name and port of a remote tool server, optiona.
|
execute , getDescription , getLocation , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , maybeConfigure , perform , reconfigure , setDescription , setLocation , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
haltOnError
protected boolean haltOnError
remoteServer
protected String remoteServer
getUtil
protected org.apache.tools.ant.taskdefs.optional.ide.VAJUtil getUtil()
returns the VAJUtil implementation
setHaltonerror
public void setHaltonerror(boolean newHaltOnError)
Flag to control behaviour in case of VAJ errors.
If this attribute is set errors will be ignored
(no BuildException will be thrown) otherwise
VAJ errors will be wrapped into a BuildException and
stop the build.
setRemote
public void setRemote(String remoteServer)
Name and port of a remote tool server, optiona.
Format: <servername>:<port no>.
If this attribute is set, the tasks will be executed on the specified tool
server.
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.