org.apache.directory.daemon.installers.inno
Class InnoInstallerCommand
java.lang.Object
org.apache.directory.daemon.installers.MojoCommand
org.apache.directory.daemon.installers.inno.InnoInstallerCommand
public class InnoInstallerCommand
- extends MojoCommand
The IzPack installer command.
- Version:
- $Rev: 434414 $
- Author:
- Apache Directory Project
Method Summary |
void |
execute()
Performs the following:
Bail if target is not for windows or current machine is not windows (no inno compiler)
Filter and copy project supplied inno file into place if it has been specified and exists
If no inno file exists filter and deposite into place bundled inno template & copy procrun executables
Bail if we cannot find the inno compiler executable
Execute inno compiler it on the inno file
|
java.util.Properties |
getFilterProperties()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InnoInstallerCommand
public InnoInstallerCommand(ServiceInstallersMojo mymojo,
InnoTarget target)
throws org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoFailureException
getFilterProperties
public java.util.Properties getFilterProperties()
- Specified by:
getFilterProperties
in class MojoCommand
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Performs the following:
- Bail if target is not for windows or current machine is not windows (no inno compiler)
- Filter and copy project supplied inno file into place if it has been specified and exists
- If no inno file exists filter and deposite into place bundled inno template & copy procrun executables
- Bail if we cannot find the inno compiler executable
- Execute inno compiler it on the inno file
- Specified by:
execute
in class MojoCommand
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2004-2008 null. All Rights Reserved.