de.enough.polish.postcompile
Class AntCallPostCompiler
java.lang.Object
de.enough.polish.Extension
de.enough.polish.postcompile.PostCompiler
de.enough.polish.postcompile.AntCallPostCompiler
public class AntCallPostCompiler
- extends PostCompiler
Call an Ant target in the postcompiler build phase.
Copyright Enough Software 2005
history
22-May-2005 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
| Methods inherited from class de.enough.polish.Extension |
configure, executeAntTarget, executeAntTarget, finalize, getAntProject, getAutoStartCondition, getEnvironment, getExtensionDefinition, getExtensionSetting, getInstance, getParameterValue, getType, init, initialize, isConditionFulfilled, notifyBuildEnd, notifyBuildStart |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntCallPostCompiler
public AntCallPostCompiler()
- Creates a new post compiler
postCompile
public void postCompile(File classesDir,
Device device)
throws BuildException
- Description copied from class:
PostCompiler
- Postcompiles the project for the given target device.
- Specified by:
postCompile in class PostCompiler
- Parameters:
classesDir - the directory that contains all compiled classesdevice - the current target device
- Throws:
BuildException - when post-compiling fails
setParameters
public void setParameters(Variable[] properties,
File baseDir)