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 "ETrice/Development/PlatformSwitch"

Line 6: Line 6:
 
* download the modeling package of the new platform [http://www.eclipse.org/downloads/ download]
 
* download the modeling package of the new platform [http://www.eclipse.org/downloads/ download]
 
* install following packages:
 
* install following packages:
** Xtend (includes Xtend)
+
** Xtext (includes Xtend automatically)
 
** Graphiti
 
** Graphiti
 +
** C/C++ Development Tools and C/C++ Development Tools SDK
 
** Google Guava (from Orbit) and also the old version 8.0 (needed by KIELER) from Google
 
** Google Guava (from Orbit) and also the old version 8.0 (needed by KIELER) from Google
 
** KIELER
 
** KIELER
 +
 
** Buckminster (only as editor for resource map and component specifications needed)
 
** Buckminster (only as editor for resource map and component specifications needed)
 
* make adjustments where necessary (e.g. API has changed)
 
* make adjustments where necessary (e.g. API has changed)

Revision as of 06:08, 3 July 2013

Switching the development platform to Kepler

Previously eTrice was developed against Juno. Now we switched to Kepler.

  • download the modeling package of the new platform download
  • install following packages:
    • Xtext (includes Xtend automatically)
    • Graphiti
    • C/C++ Development Tools and C/C++ Development Tools SDK
    • Google Guava (from Orbit) and also the old version 8.0 (needed by KIELER) from Google
    • KIELER
    • Buckminster (only as editor for resource map and component specifications needed)
  • make adjustments where necessary (e.g. API has changed)
  • let ETRICE_TARGET_PLATFORM point to new platform
  • check the versions in make.xml, target convert of runtime.c.tests
  • check the versions in make.xml, targets generate and convert of generator.java.tests and generator.c.tests
  • adjust the Buckminster resource map /org.eclipse.etrice.releng/build.rmap
  • launch and check the Hudson build

Copyright © Eclipse Foundation, Inc. All Rights Reserved.