Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RAP/E4"

< RAP
(Setup your IDE)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
To get started you should:
 
To get started you should:
* Grab at least Eclipse 4.4M6 from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]
+
* Grab at least Eclipse 4.5 from [http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/]
* Install the lastest RAP-Tooling from the [http://download.eclipse.org/releases/luna http://download.eclipse.org/releases/luna] update-site
+
* Install the lastest RAP-Tooling from the [http://download.eclipse.org/releases/mars http://download.eclipse.org/releases/mars] update-site
 
* Install the lastest RAP-e4-Tooling from [http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site]
 
* Install the lastest RAP-e4-Tooling from [http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site http://download.eclipse.org/rt/rap/incubator/nightly/e4/tooling/site]
  
 
= Create an application =
 
= Create an application =
* Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded
+
* Download the target platform as a zip from [http://download.eclipse.org/rt/rap/incubator/nightly/e4/target/site_assembly.zip site_assembly.zip]
 +
* Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded - in case you use the p2 option make sure to '''uncheck''' "include required software". The downloaded platform is self-contained and all dependencies are resolved
 
* Use the New "Plug-in Project" wizard with the following options:
 
* Use the New "Plug-in Project" wizard with the following options:
 
** This plug-in will make contributions to the UI (checked)
 
** This plug-in will make contributions to the UI (checked)
 
** Would you like to create a 3.x rich client application ("No" checked)
 
** Would you like to create a 3.x rich client application ("No" checked)
 
** "RAP e4 application" Template selected
 
** "RAP e4 application" Template selected

Latest revision as of 05:55, 8 July 2015

Setup your IDE

To get started you should:

Create an application

  • Download the target platform as a zip from site_assembly.zip
  • Create a new target platform setting (Preferences > Plug-in Development > Target Platform) using the zip you downloaded - in case you use the p2 option make sure to uncheck "include required software". The downloaded platform is self-contained and all dependencies are resolved
  • Use the New "Plug-in Project" wizard with the following options:
    • This plug-in will make contributions to the UI (checked)
    • Would you like to create a 3.x rich client application ("No" checked)
    • "RAP e4 application" Template selected

Back to the top