deploytool

Compile and package functions for external deployment

Syntax

deploytool
deploytool project_name
deploytool -build project_name
deploytool -package project_name

Description

example

deploytool opens a list of the compiler apps.

deploytool project_name opens the appropriate compiler app with the project preloaded.

deploytool -build project_name runs the appropriate compiler app to build the specified project. The installer is not generated.

example

deploytool -package project_name runs the appropriate compiler app to build and package the specified project. The installer is generated.

Examples

collapse all

Open the compiler to create a new project.

deploytool

Open the compiler to build a new application using an existing project.

deploytool -package my_magic

Input Arguments

collapse all

Name of the project to be compiled, specified as a character array or string.The project must be on the current path.

Was this topic helpful?