Changes for page Running KEITH
Last modified by Richard Kreissig on 2023/09/14 08:48
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. sdo1 +XWiki.nre - Content
-
... ... @@ -11,60 +11,32 @@ 11 11 {{layout-cell}} 12 12 == Setting up your Eclipse == 13 13 14 -For everything not mentioned here refer to [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide. Choose the lastEclipse version and I personally recommend Eclipse for RCP & RAP developers since the Plug-In Development perspective is the default one. Another helpful perspective might be the Git perspective.14 +For everything not mentioned here refer to [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide. Choose the 2020-06 Eclipse version (we are working on supporting the latest version again) and I personally recommend Eclipse for RCP & RAP developers since the Plug-In Development perspective is the default one. Another helpful perspective might be the Git perspective. 15 15 16 -Use the installer go to advanced mode, add the KIELER url. If you plan to develop for the semantic language server (e.g. for the compiler) you should select KIELER semantics for diagram only KIELER pragmatics. In any case select the keith stream. 16 +Use the installer go to advanced mode, add the KIELER url. If you plan to develop for the semantic language server (e.g. for the compiler) or to work with the SCCharts language, you should select KIELER semantics; for diagram only KIELER pragmatics. In any case select the keith stream in semantics or the master stream in pragmatics. 17 17 18 -If you plan to develop in elk at the same time first select the Ecli spe Layout Kernel setup and after that either the semantics or pragmatics setup.18 +If you plan to develop in elk at the same time first select the Eclipse Layout Kernel setup and after that either the semantics or pragmatics setup. 19 19 20 -Wait till everything installs and the setup tasks finish. If you have any problems in this stage refer to the [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide. 20 +Wait till everything installs and the setup tasks finish. If you have any problems in this stage refer to the [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide or ask your advisors. 21 21 22 -Make sure that you have necessary forks of ELK/K lighD set up.22 +Make sure that you have necessary forks of ELK/KLighD set up. 23 23 24 24 If you have problems in the workspace that are still there after a clean build do the following: 25 25 26 26 * Disable Project>Build automatically 27 -* Select all K lighdand pragmatics plugins and do Project>Clean>Only selected and build only selected27 +* Select all KLighD and pragmatics plugins and do Project>Clean>Only selected and build only selected 28 28 * Do the same for the semantics projects 29 29 * Enable Project>Build automatically 30 30 {{/layout-cell}} 31 31 {{/layout-section}} 32 32 33 -{{layout-section ac:type=" two_equal"}}33 +{{layout-section ac:type="single"}} 34 34 {{layout-cell}} 35 -== Legacy Eclipse Application == 36 - 37 -To run the language server go to //Run Configurations// create a new E//clipse Application// run configuration and select //Run an application// and //de.cau.cs.kieler.language.server.LanguageServer// (for semantics LS,//de.cau.cs.kieler.kgraph.language.server.LanguageServer// otherwise) 38 - 39 -== [[image:attach:Screenshot from 2019-02-15 14-10-50.png]] == 40 - 41 -\\ 42 - 43 -You have to edit the arguments too. The Vm arguments host and port are added to connect the LS via socket: 44 - 45 -{{code}} 46 --os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog 47 -{{/code}} 48 - 49 -{{code}} 50 --Dhost=localhost -Dport=5007 51 -{{/code}} 52 - 53 -\\ 54 - 55 -[[image:attach:Screenshot from 2019-02-15 14-13-34.png]] 56 - 57 -The default port to which KEITH tries to connect is 5007. You can of course change this for the language server but be aware that this has to be changed in KEITH too. 58 - 59 -\\ 60 -{{/layout-cell}} 61 - 62 -{{layout-cell}} 63 63 == Java Application == 64 64 65 65 To run the language server go to //Run Configurations// create a new //Java Application// run configuration. 66 66 67 -Select the **//Project//** //de.cau.cs.kieler.language.server// or //de.cau.cs.kieler.pragmatics.language.server// and the **Main class **//de.cau.cs.kieler.language.server.LanguageServer// or //de.cau.cs.kieler.pragmatics.language.server.PragmaticsLanguageServer//. 39 +(% style="letter-spacing: 0.0px;" %)Select the **//Project//** //de.cau.cs.kieler.language.server// or //de.cau.cs.kieler.pragmatics.language.server// and the **Main class **//de.cau.cs.kieler.language.server.LanguageServer// or //de.cau.cs.kieler.pragmatics.language.server.PragmaticsLanguageServer//. 68 68 69 69 [[image:attach:Screenshot from 2020-08-12 13-32-36.png]] 70 70 ... ... @@ -77,6 +77,10 @@ 77 77 In the **Arguments** tab make sure to add //-Dport=5007// to the **VM arguments**. 78 78 79 79 \\ 52 + 53 +The default port to which KEITH tries to connect is 5007. You can of course change this for the language server but be aware that this has to be changed in KEITH too. 54 + 55 +\\ 80 80 {{/layout-cell}} 81 81 {{/layout-section}} 82 82 ... ... @@ -195,44 +195,20 @@ 195 195 {{/layout-cell}} 196 196 {{/layout-section}} 197 197 198 -{{layout-section ac:type=" two_equal"}}174 +{{layout-section ac:type="single"}} 199 199 {{layout-cell}} 200 -== Running the already build LS legacy, you normally do not want to do this) ==176 +== (% style="letter-spacing: -0.008em;" %)Running the already build LS(%%) == 201 201 202 - Go to the latest [[Bamboo build>>url:https://rtsys.informatik.uni-kiel.de/bamboo/browse/KISEMA-NSI||shape="rect"]] and go to Artifacts.178 +\\ 203 203 204 -[[image:attach:image2019-2-7_17-46-58.png]] 180 +{{note}} 181 +In the current builds, there seems to be a problem with the packaging of the jar file and executing will cause a ClassNotFoundException for org/eclipse/ui/IStorageEditorInput when initializing the LS. We are looking into this issue. For now, setup your Eclipse as described above. 182 +{{/note}} 205 205 206 -Select Language Server Zip and download the LS and unpack it somewhere. 207 - 208 -Locate the kieler.ini file. Depending on the OS it has a different location (linux; toplevel, windows, toplevel, mac: Content/Eclipse/kieler.ini) 209 - 210 -Paste the following at the beginning of the ini-file: 211 - 212 -{{code language="bash"}} 213 --application 214 -de.cau.cs.kieler.language.server.LanguageServer 215 --noSplash 216 -{{/code}} 217 - 218 -Since an Eclipse application is built, this is needed to start the LS without a splashscreen. 219 - 220 -If you want to connect that LS via socket to your Theia application (KEITH) add the following to the vmargs: 221 - 222 -{{code}} 223 --Dport=5007 224 -{{/code}} 225 - 226 226 \\ 227 227 228 -\\ 229 -{{/layout-cell}} 186 +Go to the latest [[Bamboo build>>url:https://rtsys.informatik.uni-kiel.de/bamboo/browse/KISEMA-NSI||shape="rect"]] and go to Artifacts. 230 230 231 -{{layout-cell}} 232 -== Running the already build LS == 233 - 234 -Go to the latest [[Bamboo build>>url:https://rtsys.informatik.uni-kiel.de/bamboo/browse/KISEMA-TSIWE/latest||shape="rect"]] and go to Artifacts. 235 - 236 236 Select the language server for your OS (this will be a jar file) and run it via: 237 237 238 238 {{code}} ... ... @@ -278,6 +278,8 @@ 278 278 279 279 === Known issues on mac: === 280 280 233 +//(this might already be resolved, has not been tested yet though)// 234 + 281 281 Since SWT is still used as part of the diagram synthesis (but is not relevant anymore). Since it is not called on the main thread this causes a deadlock. Therefore mac just does not work. 282 282 283 283 === Known issues: ===
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 - 883100901 +94732318 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/ 88310090/Running KEITH1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/94732318/Running KEITH