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 "Riena/E4"

Line 5: Line 5:
 
* You can read about the concept of Riena Navigation/Application model/concept on this wiki page [[Riena/Navigation]]
 
* You can read about the concept of Riena Navigation/Application model/concept on this wiki page [[Riena/Navigation]]
 
* Base UI Concepts are found under [[Riena/UIConcepts]]
 
* Base UI Concepts are found under [[Riena/UIConcepts]]
 +
  
 
'''Setup Targetplatforms'''
 
'''Setup Targetplatforms'''
Line 44: Line 45:
 
** comment out the line in error (we use an internal Workbench method :-) and the if statement around it
 
** comment out the line in error (we use an internal Workbench method :-) and the if statement around it
 
* Start SWT Example Application launcher as above (click on Add required plug-ins)
 
* Start SWT Example Application launcher as above (click on Add required plug-ins)
 +
* remove the following plugins from the launcher before you start
 +
** org.eclipse.riena.communication.console

Revision as of 10:23, 3 February 2012

This page is a start page that describes the current situation of Riena running on E4. This bug is also references by [Bug 370445]

Riena - today

  • You can read about the concept of Riena Navigation/Application model/concept on this wiki page Riena/Navigation
  • Base UI Concepts are found under Riena/UIConcepts


Setup Targetplatforms


Setup workspace

  • Select 3.8 as your active target platform
  • Clone the Riena Repo from Git using the URL git://git.eclipse.org/gitroot/riena/org.eclipse.riena.git
  • open the org.eclipse.riena.releng projectSet.psf file and checkout the projects that are listed there into your workspace
  • all the remaining "compile errors" are because there is no API baseline set, you can change the warning for that to ignore (in the Preferences) and you should have a workspace with no compile errors for 3.8

Start the Riena example based on 3.8

  • Target Platform 3.8 is still the activated one (from the setup)
  • Start the launcher "SWT Example Application", make sure you switch to the plugins tab and click "Add required plug-ins"
  • If all goes well that should bring up a working Riena example client
  • You can click in the navigation (left and top) and see the Riena navigation as it is supposed to work

Start the Riena example based on 4.2

  • Switch the Target Platform to 4.2
  • You get compile errors.
    • Open SubApplicationView
    • comment out the line in error (we use an internal Workbench method :-) and the if statement around it
  • Start SWT Example Application launcher as above (click on Add required plug-ins)
  • remove the following plugins from the launcher before you start
    • org.eclipse.riena.communication.console

Back to the top