Package jetbrains.mps.build.ant
Class MigrationTask
- java.lang.Object
 - 
- org.apache.tools.ant.ProjectComponent
 - 
- org.apache.tools.ant.Task
 - 
- jetbrains.mps.build.ant.MpsLoadTask
 - 
- jetbrains.mps.build.ant.MigrationTask
 
 
 
 
 
- 
- All Implemented Interfaces:
 Cloneable
public class MigrationTask extends MpsLoadTask
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jetbrains.mps.build.ant.MpsLoadTask
MpsLoadTask.AbstractOutputReader, MpsLoadTask.LogLevelAttribute 
 - 
 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.build.ant.MpsLoadTask
BUILD_NUMBER, CONFIGURATION_NAME, myWhatToDo 
 - 
 
- 
Constructor Summary
Constructors Constructor Description MigrationTask() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<File>calculateClassPath(boolean fork)subclasses shall override in case they got better idea how worker classpath shall look like.voidexecute()voidsetProject(String project)- 
Methods inherited from class jetbrains.mps.build.ant.MpsLoadTask
addConfiguredExclude, addConfiguredJvmArg, addConfiguredJvmArgs, addConfiguredMacro, addConfiguredPlugin, addConfiguredRepository, addLibraryJar, doInProcessWork, getAdditionalArgs, getMpsHome, getMpsHome_Checked, getUsePropertiesAsMacro, getWorker, getWorkerClass, instantiateInProcessWorker, invokeInProcessMain, readBuildNumber, setFailOnError, setFork, setLogLevel, setMpsHome, setUsePropertiesAsMacro, setWorker 
- 
Methods 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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setProject
public void setProject(String project)
 
- 
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
 executein classMpsLoadTask- Throws:
 org.apache.tools.ant.BuildException
 
- 
calculateClassPath
protected Set<File> calculateClassPath(boolean fork)
Description copied from class:MpsLoadTasksubclasses shall override in case they got better idea how worker classpath shall look like. Generally, subclasses use properties of theant projectto access information about environment- Overrides:
 calculateClassPathin classMpsLoadTask
 
 - 
 
 -