Exporting a Project

You can export a project that can then be imported and shared with other developers.

To share projects with other developers, you can export your project if you are the project owner. You can export the project to a zip file or to the local file system and then notify developers to import the shared project into their project workspace.

Note: You cannot export project resources, such as services. You must export the entire project. However, you can copy, paste, or move services and folders between projects.
  1. To refresh the project to ensure that all project files are up to date, select File > Refresh from the main menu bar.
  2. Right-click the project you want to export in the WorkSpace Navigator and select File > Export from the main menu bar.

    The Export wizard opens.

  3. From the General node, select one of the following:
    Export options
    Option Description
    Archive file Select this method for projects that use double-byte characters in the service name.
    Note: If you do not select this option, the exported project will have corrupted service names.
    File system Select this option to export all other project types.
  4. Click Next.
  5. To specify the project you want to export, select one of the following:
    Project types
    Project type Description
    File system Do the following:
    1. Select the project resources that you want to export.
    2. In the To directory field, browse for the directory that you want to export the project into.
    3. Select any of the following options:
      • Overwrite existing files without warning.
      • Create directory structure for files.
      • Create only selected directories.
    Archive file Do the following:
    1. Select the project resources that you want to export.
    2. In the To archive field, browse for the directory that you want to export the project into.
    3. Select any of the following options:
      • Save in zip format.
      • Save in tar format.
      • Compress the contents of the file.
      • Create directory structure for files.
      • Create only selected directories.
  6. Click Finish to export the specified project to the destination location.