diff --git a/modules/ROOT/pages/int-export-mule-project.adoc b/modules/ROOT/pages/int-export-mule-project.adoc index b302a048c..6ad950eba 100644 --- a/modules/ROOT/pages/int-export-mule-project.adoc +++ b/modules/ROOT/pages/int-export-mule-project.adoc @@ -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 diff --git a/modules/ROOT/pages/int-import-mule-project.adoc b/modules/ROOT/pages/int-import-mule-project.adoc index 1c2f240c4..b6b559f4b 100644 --- a/modules/ROOT/pages/int-import-mule-project.adoc +++ b/modules/ROOT/pages/int-import-mule-project.adoc @@ -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 <>. + == Before You Begin