You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/deployment/general/pad/_index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ weight: 15
5
5
description: "Describes the Portable App Distribution deployment method for Mendix apps."
6
6
no_list: false
7
7
description_list: true
8
+
beta: true
8
9
---
9
10
10
11
## Introduction
@@ -36,7 +37,7 @@ You must also ensure that you have the supported version of [Java Runtime Enviro
36
37
37
38
## Creating a Portable App Distribution File
38
39
39
-
40
+
In most production environments, deployment packages are created by using the [Mx-Build](/refguide/mxbuild/) command-line tool. However, you can also [manually create a deployment package](/refguide/create-deployment-package-dialog/) if required, for example, for a local test deployment..
Copy file name to clipboardExpand all lines: content/en/docs/refguide/general/mxbuild.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Command-line options are described in the table below:
68
68
|`-h`, `--help`| Prints a short description of the MxBuild and a list of all available options. |
69
69
|`--java-home=DIRECTORY`| (Required). The directory in which the JDK is installed.<br/>For example, `--java-home=/usr/lib/jvm/java-8-oracle`.<br/>For Windows, *DIRECTORY* should be enclosed in double-quotes `"`. |
70
70
|`--java-exe-path=FILENAME`| (Required). The full path to the Java executable.<br/>For example, `--java-exe-path=/usr/lib/jvm/java-8-oracle/bin/java`.<br/>For Windows, *DIRECTORY* should be enclosed in double-quotes `"` and must contain the complete file name `...\java.exe`. |
71
-
| <code>––target=[package|deploy]</code> |`package`: default if option is omitted; creates a deployment package (*.mda file*).<br/>`deploy`: deploys the app without making a deployment package.<br/>`sbom`: generates a [Software Bill of Materials](/refguide/sbom-generation/) (SBOM) in the CycloneDX format for the app. |
71
+
| <code>––target=[package|deploy]</code> |`package`: default if option is omitted; creates a deployment package (*.mda file*).<br/>`portable-app-package`: creates a [Portable App Distribution](/developerportal/deploy/portable-app-distribution/) package<br/>`deploy`: deploys the app without making a deployment package.<br/>`sbom`: generates a [Software Bill of Materials](/refguide/sbom-generation/) (SBOM) in the CycloneDX format for the app. |
72
72
|`--loose-version-check`| Creates a deployment package from an app which was created with a lower Mendix version.<br/>The app will be upgraded to the MxBuild version before the deployment package is created.<br /> Any changes included as a result of this upgrade will not be stored in your app. |
73
73
|`--write-errors=FILENAME`| Writes all errors, warnings, and deprecations encountered during deployment of the app to the specified file in JSON format.<br />This file is only written when the app contains errors.<br />If the file already exists, it will be overwritten without a warning.<br />For a description of the format of this file, see the [App Errors](#app-errors) section below. |
74
74
|`--generate-sbom`| Generates a Software Bill of Materials (SBOM) file as a part of the `package` and `deployment` targets. The SBOM will be included in the deployment package if this option is used and is saved under its default location: `deployment\sbom.json`|
@@ -79,7 +79,7 @@ Command-line options are described in the table below:
79
79
### Options When Creating a Package
80
80
81
81
{{% alert color="info" %}}
82
-
The following options are only applicable with the `--target=package`option.
82
+
The following options are only applicable with the `--target=package`or `--target=portable-app-package` options.
83
83
{{% /alert %}}
84
84
85
85
Options when creating a package are described in the table below:
0 commit comments