Skip to content
Open
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
2 changes: 2 additions & 0 deletions modules/ROOT/pages/int-export-mule-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ The IDEs generate the dependencies automatically based on the settings in the PO

To import a shareable JAR, see xref:int-import-mule-project.adoc#desktop-project-package[Import a Shareable Project JAR File into the Desktop IDE] and xref:int-import-mule-project.adoc#web-project-package[Import a Shareable Project JAR File into the Cloud IDE].

If you are migrating from Cloud IDE to Desktop IDE, see xref:int-import-mule-project.adoc#migrate-cloud-to-desktop[Migrate a Project from Cloud IDE to Desktop IDE] for migration options and steps.

[[deployable]]
== Deployable JAR

Expand Down
38 changes: 38 additions & 0 deletions modules/ROOT/pages/int-import-mule-project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,44 @@ If you encounter an import issue, check for workarounds in xref:acb-release-note

To _export_ a JAR file that packages a project with resources from your application, see xref:int-export-mule-project.adoc[].

[[migrate-cloud-to-desktop]]
== Migrate a Project from Cloud IDE to Desktop IDE

Migrate your project from Cloud IDE to Desktop IDE by downloading the project folder directly or by exporting a JAR file from Cloud IDE.

=== Download Your Project Folder

. In Cloud IDE, select *File* > *Open Folder* and navigate to the folder that contains your project.
. In the Explorer view, right-click the project folder.
. Select *Download*.
+
The Cloud IDE downloads the selected folder to your local file system.

=== Export Your Project and Download a JAR

. Open the Command Palette.
+
.Show me how
[%collapsible]
====
* Use the keyboard shortcuts:
** Mac: Cmd+Shift+p
** Windows: Ctrl+Shift+p
* Click the image:icon-menu.png["",18,18] (menu) icon, and select *View* > *Command Palette*.
====
. Search for and run this command:
+
[source,command]
----
MuleSoft: Export Mule Project
----
+ A JAR file is created with the name of your project.
. Right-click the JAR file and select *Download*.
+
The CloudIDE downloads the JAR file to your local file system.

After you download either a project folder or JAR file from Cloud IDE, continue with <<import-desktop,Import and Open a Project in the Desktop IDE>>.


== Before You Begin

Expand Down