+

Search Tips   |   Advanced Search

wladm Ant task


Overview

We can execute administration operations with MPF in the following ways:

The wladm Ant task, wladm program, and REST services are useful for automated or unattended execution of operations. The wladm Ant task and the wladm program are simpler to use, and have better error reporting than the REST services.


Prerequisites

Apache Ant 1.8.4 can be found in...

the ant script does not require specific environment variables. If JAVA_HOME is set, the script accept it.

To use the wladm Ant task on a computer that does not have MobileFirst Server installed...

Add this initialization command to the Ant script:

Other initialization commands that refer to the same worklight-ant-deployer.jar file are redundant because the initialization by defaults.properties is also implicitly done by antlib.xml. Here is one example of a redundant initialization command:


See

  1. Call the wladm Ant task
  2. Commands for adapters
  3. Commands for apps
  4. Commands for beacons
  5. Commands for devices
  6. Commands for troubleshooting
  7. Complex example


Parent topic: Administer MobileFirst applications