Previous Topic: How to Build an Executable ApplicationNext Topic: Visual Studio Support


How to Assemble an Application

Assemble is the process of packaging applications for redistribution and is available only on Windows for use with GUI clients, Java, and C# applications.

Follow these steps:

  1. Identify the set of modules to assemble by selecting the associated ICM from the Build Tool Client.
  2. Modify the Assemble settings in the Assemble panel, which is used to configure your deployment bundle.

    The ICMs are processed in sequential order. The Build Tool uses a script that is combined with your assemble settings to generate a procedure based on the information in each ICM.

    The generated assemble procedure is executed to package the application. The Build Tool Client displays the assembling results.

  3. Review the build log to identify any failures.

You now have a package (EAR or MSI) ready for you to deploy on your target environment.