Installation of unstable (bleeding edge) version » History » Version 1
Denis Buzdalov, 02/22/2018 04:05 PM
1 | 1 | Denis Buzdalov | h1. Installation of the _bleeding edge_ version |
---|---|---|---|
2 | |||
3 | Instruction version 22.02.2018. |
||
4 | |||
5 | h2. Install Eclipse (if you don't have some) |
||
6 | |||
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 | Download the file @update-sites--masiw.xml@ attached to this page. |
||
17 | In Eclipse choose @Window -> Preferences -> Install/Update -> Available Software Sites@, then click @Import...@ and select this file. |
||
18 | |||
19 | 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. |
||
20 | |||
21 | h2. Perform installation |
||
22 | |||
23 | Download the file @masiw--to-install.p2f@ attached to this page. |
||
24 | 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. |