org.codehaus.mojo.javascript
Class TitaniumPackageMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.javascript.AbstractTitaniumPackageMojo
          extended by org.codehaus.mojo.javascript.TitaniumPackageMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class TitaniumPackageMojo
extends AbstractTitaniumPackageMojo

Compile the titanium application based on the selected platform.

Author:
Olivier Desaive
Is defined by the goal name:
titanium-package
Is bound to the specified phase of the standard build lifecycle:
package
Plexus component:
role-hint:
"titanium"

Field Summary
 
Fields inherited from class org.codehaus.mojo.javascript.AbstractTitaniumPackageMojo
androidAPI, artifactFactory, artifactResolver, executeMode, iosDevelopmentCertificate, iosDevelopmentProvisioningProfile, iosDistributionCertificate, iosDistributionProvisioningProfile, iosVersion, localRepository, outputDirectory, platform, project, remoteRepositories, titaniumSettings, titaniumVersion, virtualDevice
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TitaniumPackageMojo()
           
 
Method Summary
 void execute()
           
protected  void packageAndroid(java.io.File builder)
           
protected  void packageIphone(java.io.File iosBuilder)
           
 
Methods inherited from class org.codehaus.mojo.javascript.AbstractTitaniumPackageMojo
checkPomSettings, downloadTitaniumFromRepositories, extractZipFile, getAndroidAPI, getIosVersion, getTiProjectDirectory, getTitaniumSettings, getVirtualDevice, resolveAndroidBuilder, resolveIOSBuilder
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitaniumPackageMojo

public TitaniumPackageMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

packageAndroid

protected void packageAndroid(java.io.File builder)
                       throws org.apache.maven.plugin.MojoFailureException,
                              org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException

packageIphone

protected void packageIphone(java.io.File iosBuilder)
                      throws org.apache.maven.plugin.MojoFailureException,
                             org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException


Copyright © 2011 SOFTEC sa. All Rights Reserved.