Moving an Application to a Folder

You can move a an application to a folder from the GUI or by using the CLI.

GUI

Procedure

  1. Click Applications.
  2. Select an environment from the Environment drop-down list.
  3. In Applications list, select an application folder and click Move .
  4. Select the folder where you want to move the application and click Save.
    The application is added to the specified folder.

CLI

Procedure

  1. In the data file, specify an ApplicationFolder element in full format.
    <Environment xsi:type="amxdata:Environment" name="MyEnvironment" description="My environment">
               <ApplicationFolder xsi:type="amxdata:ApplicationFolder" name="MyApp">
                  <TargetFolder path="/folderOne/"/>
                   ...
               </ApplicationFolder>
                   ...
    
  2. In the build file set the action attribute of the AMXAdminTask element to add and the objectSelector attribute to Environment/Application.
    <AMXAdminTask action="move" objectSelector="Environment/ApplicationFolder" />
  3. Invoke the command-line interface on the build file.