Quick Start for Installing OSEE

Prerequisites for installation

OSEE Installation Steps

image:1_-_git_windows_download.png

    $  cd /c/Code/     $  mkdir git_main     $  cd git_main     $  git clone https://github.com/eclipse-osee/org.eclipse.osee.git --branch main --depth 1

image:updatedimageeclipsedownloads.png

OSEE Workspace Setup

Import Projects

image:3_-_directory_of_first_workspace.png

image:4_-_welcome_window.png

image:5_-_switch_to_git_perspective.png

image:6_-_add_an_existing_local_git_repo.png

image:7_-_select_and_add_the_org.eclipse.osee_git_repo.png

image:8_-_import_projects.png

image:9_-_deselect_folders.png

Set Preferences

  1. Double check to make sure the OSEE environment you are pulling code into matches the code you have.
  2. Import OSEE Team Preferences
  3. Set Target Platform
    1. Select Window → Preferences
    2. Expand Plug-in Development → Target Platform
    3. Check OSEE Client Server Target Platform
    4. Click Apply then Apply and Close
  4. Turn Project → Build Automatically back on
  5. Remove errors that we do not care about
  6. Remove Null Analysis Errors

Running the Application Server

image:10_-_debug_config_dropdown.png

image:11_-_application_server.png

image:12_-_application_server_output.png

image:atstestschoice.png

image:14_-_test_suite_expected_output.png

image:15_-_eclipse_client.png

image:16_-_expected_client.png

Quick Start Complete

The additional sections below describe how to download and run the OSEE as a client server installation.

Below here 'there be dragons' e.g. the documentation was written a while ago and needs to be updated - it may have bad links or incorrect instructions