Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/docs/refguide/general/mxbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
The examples used in this document are for Windows, except when specifically mentioned otherwise.
{{% /alert %}}

{{% alert color="warning" %}}
For MxBuild and macOS users:

If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected.
{{% /alert %}}


## Command Line

To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory.
Expand Down
6 changes: 6 additions & 0 deletions content/en/docs/refguide10/general/mxbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ For details on the system requirements for MxBuild, see [System Requirements](/r
The examples used in this document are for Windows, except when specifically mentioned otherwise.
{{% /alert %}}

{{% alert color="warning" %}}
For MxBuild and macOS users:

If you are using the macOS version of Studio Pro and you store your project files on an external drive not formatted using the Apple File System, macOS can generate hidden files and folders that can make Windows versions of Studio Pro or MxBuild not work as expected.
{{% /alert %}}

## Command Line

To build your package, specify the Mendix app file (*.mpr*) for which you want to build the deployment package (*.mda*) on the command-line. The file name may be preceded by a relative or absolute path. The app file should be located inside a Mendix app directory.
Expand Down