Project

General

Profile

Installation of unstable (bleeding edge) version » History » Version 8

Alexey Khoroshilov, 03/23/2018 04:12 PM

1 1 Denis Buzdalov
h1. Installation of the _bleeding edge_ version
2
3 7 Denis Buzdalov
Instruction version 23.03.2018.
4 1 Denis Buzdalov
5 5 Denis Buzdalov
h2. Install Eclipse (if you don't have one)
6 1 Denis Buzdalov
7
Since MASIW is a set of plugins, you need an Eclipse framework at first.
8
Eclipse Neon is the main currently supported version at the moment (however, we've had some positive experience using Eclipse Oxygen, too).
9
10
Recommended variant of Eclipse is _Eclipse Modeling Tools_ variant, which can be downloaded here: https://www.eclipse.org/downloads/packages/eclipse-modeling-tools/neon3
11
12
h2. Tune update sites
13
14
At first, you need to add all needed update sites.
15
16 8 Alexey Khoroshilov
Download the file @update-sites--masiw.xml@ attached to this page: attachment:"update-sites--masiw.xml".
17 1 Denis Buzdalov
In Eclipse choose @Window -> Preferences -> Install/Update -> Available Software Sites@, then click @Import...@ and select this file.
18
19 8 Alexey Khoroshilov
If your Eclipse installation is *not* an _Eclipse Modeling Tools_ one then do the same with the @update-sites--eclipse-neon-modelling-tools.xml@ file: attachment:"update-sites--eclipse-neon-modelling-tools.xml".
20 1 Denis Buzdalov
21
h2. Perform installation
22
23 8 Alexey Khoroshilov
Download the file @masiw--to-install.p2f@ attached to this page: attachment:"masiw--to-install.p2f".
24 1 Denis Buzdalov
Choose @File -> Import... -> Install -> Install Software Items from File@, then click @Browse@ and select this file.
25
Then select @Contact all update sites during install to find required software@, *this is important*!
26
Click @Next@ couple of times, agree with licenses and click @Finish@.
27
28
During installation Eclipse may ask for installation of unsigned content, this is a known issue, you should continue installation.
29
After installation you should restart Eclipse.
30
31
h2. Using MASIW
32
33
MASIW has its own MASIW Perspective which should be selected with special switch (usually at the top on the right side of the window) or by selecting @Window -> Perspective -> Open Perspective@ and then choosing @MASIW@ or @Other@ and then @MASIW@. MASIW projects are best be viewed in the @MASIW Projects@ view, not in @Project explorer@. @MASIW Projects@ view allow you to perform MASIW-specific things like opening AADL-files and instance models, running analyses and etc.
34
35
h2. Further updates
36
37
To update MASIW later, you need to click @Help -> Check for updates@ (if this is not done automatically).
38
Make sure that MASIW-related update sites are enabled.