Package com.isomorphic.maven.mojo.reify
Class ValidateTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.isomorphic.maven.mojo.reify.ImportTask
com.isomorphic.maven.mojo.reify.ValidateTask
- All Implemented Interfaces:
Cloneable
public class ValidateTask extends ImportTask
An Ant task allowing the Reify
ValidateMojo to be run from Ant builds. Note that
default values have been changed to accomodate a typical Ant project structure, otherwise
functionality is unchanged.- See Also:
ValidateMojo
-
Field Summary
Fields inherited from class com.isomorphic.maven.mojo.reify.ImportTask
dataSourcesDir, drawOnWelcomeFiles, includeTestHtml, includeTestJsp, mockDataSourcesDir, modifyWelcomeFiles, password, projectFileDir, projectFileName, projectName, serverUrl, skipValidationOnImport, smartclientRuntimeDir, testHtmlPathname, testJspPathname, uiDir, username, validationFailureThreshold, webappDir, workdir, zipFileName -
Constructor Summary
Constructors Constructor Description ValidateTask() -
Method Summary
Modifier and Type Method Description voidexecute()Methods inherited from class com.isomorphic.maven.mojo.reify.ImportTask
setDataSourcesDir, setDrawOnWelcomeFiles, setIncludeTestHtml, setIncludeTestJsp, setMockDataSourcesDir, setModifyWelcomeFiles, setPassword, setProjectFileDir, setProjectName, setServerUrl, setSkipValidationOnImport, setSmartclientRuntimeDir, setTestHtmlPathname, setTestJspPathname, setUiDir, setUsername, setValidationFailureThreshold, setWebappDir, setWorkdirMethods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
Constructor Details
-
ValidateTask
public ValidateTask()
-
-
Method Details
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classImportTask- Throws:
org.apache.tools.ant.BuildException
-