<
From version < 39.1 >
edited by Soeren Domroes
on 2020/05/14 14:32
To version < 40.1 >
edited by Soeren Domroes
on 2020/08/12 11:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,9 +1,14 @@
1 -= Running KEITH =
1 +{{layout}}
2 +{{layout-section ac:type="single"}}
3 +{{layout-cell}}
2 2  
3 3  
4 -
5 5  {{toc maxLevel="2"/}}
7 +{{/layout-cell}}
8 +{{/layout-section}}
6 6  
10 +{{layout-section ac:type="single"}}
11 +{{layout-cell}}
7 7  == Setting up your Eclipse ==
8 8  
9 9  For everything not mentioned here refer to [[Getting Eclipse>>doc:KIELER.Getting Eclipse||shape="rect"]] guide. Choose the last Eclipse 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.
... ... @@ -22,7 +22,13 @@
22 22  * Select all Klighd and pragmatics plugins and do Project>Clean>Only selected and build only selected
23 23  * Do the same for the semantics projects
24 24  * Enable Project>Build automatically
30 +{{/layout-cell}}
31 +{{/layout-section}}
25 25  
33 +{{layout-section ac:type="two_equal"}}
34 +{{layout-cell}}
35 +== Legacy Eclipse Application ==
36 +
26 26  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)
27 27  
28 28  == [[image:attach:Screenshot from 2019-02-15 14-10-50.png]] ==
... ... @@ -43,8 +43,34 @@
43 43  
44 44  [[image:attach:Screenshot from 2019-02-15 14-13-34.png]]
45 45  
46 -The default port to which KEITH tries to connect is 5007. You can of course change this for the languae server but be aware that this has to be changed in KEITH too.
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.
47 47  
59 +\\
60 +{{/layout-cell}}
61 +
62 +{{layout-cell}}
63 +== Java Application ==
64 +
65 +To run the language server go to //Run Configurations// create a new //Java Application// run configuration.
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//.
68 +
69 +[[image:attach:Screenshot from 2020-08-12 13-32-36.png]]
70 +
71 +In the next step all projects that you want to include in your language server have to be added to the classpath.
72 +
73 +Go to **Classpath**, select **User Entries**,  click** Add Projects...**, and select all required projects (if you are unsure just add all of them).
74 +
75 +Click on **Advanced**>**Add Folders** add select the project folders of all projects you added earlier.
76 +
77 +In the **Arguments** tab make sure to add //-Dport=5007// to the **VM arguments**.
78 +
79 +\\
80 +{{/layout-cell}}
81 +{{/layout-section}}
82 +
83 +{{layout-section ac:type="single"}}
84 +{{layout-cell}}
48 48  == Setting up a KEITH developer setup... ==
49 49  
50 50  General requirements:
... ... @@ -155,8 +155,12 @@
155 155  {{info}}
156 156  If you previously build keith electron, you have to execute {{code language="none"}}yarn run rebuild:electron{{/code}}
157 157  {{/info}}
195 +{{/layout-cell}}
196 +{{/layout-section}}
158 158  
159 -== Running the already build LS (you normally do not want to do this) ==
198 +{{layout-section ac:type="two_equal"}}
199 +{{layout-cell}}
200 +== Running the already build LS (legacy, you normally do not want to do this) ==
160 160  
161 161  Go to the latest [[Bamboo build>>url:https://rtsys.informatik.uni-kiel.de/bamboo/browse/KISEMA-NSI||shape="rect"]] and go to Artifacts.
162 162  
... ... @@ -182,6 +182,26 @@
182 182  -Dport=5007
183 183  {{/code}}
184 184  
226 +\\
227 +
228 +\\
229 +{{/layout-cell}}
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 +Select the language server for your OS (this will be a jar file) and run it via:
237 +
238 +{{code}}
239 +java -Dport=5007 -jar <name-of-the-jar-file>
240 +{{/code}}
241 +{{/layout-cell}}
242 +{{/layout-section}}
243 +
244 +{{layout-section ac:type="single"}}
245 +{{layout-cell}}
185 185  5007 is the standard port KEITH is currently connecting to in socket mode. You can find this port in your Theia application at the following location:
186 186  
187 187  Assume you are in the [[keith >>url:https://git.rtsys.informatik.uni-kiel.de/projects/KIELER/repos/keith/browse||shape="rect"]]repository. Go to {{code language="none"}}keith-app{{/code}}, you should see something like this:
... ... @@ -204,7 +204,11 @@
204 204  \\
205 205  
206 206  The {{code language="none"}}LSP_PORT{{/code}} option is used to activate the connection via socket. It is also possible to specify a relative location to a LS via {{code language="none"}}LS_PATH=<path to LS>{{/code}}.
268 +{{/layout-cell}}
269 +{{/layout-section}}
207 207  
271 +{{layout-section ac:type="single"}}
272 +{{layout-cell}}
208 208  = Known Issues =
209 209  
210 210  === Known issues for windows: ===
... ... @@ -234,5 +234,6 @@
234 234  yarn
235 235  {{/code}} already builds the correct sources).
236 236  )))
237 -
238 -\\
302 +{{/layout-cell}}
303 +{{/layout-section}}
304 +{{/layout}}
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -78675990
1 +88310090
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/78675990/Running KEITH
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/88310090/Running KEITH