Last modified by cmot on 2023/09/11 16:16

From version 29.1
edited by cmot
on 2014/06/11 12:55
Change comment: There is no comment for this version
To version 31.1
edited by cmot
on 2014/06/17 13:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,7 +20,7 @@
20 20  1. Open console window and change directory to location x, then type:
21 21  
22 22  
23 -{{{kieler -application de.cau.cs.kieler.kico.web.server -noExit -p 5555 &}}}
23 +{{{kieler -application de.cau.cs.kieler.kico.server.headless -noExit -p 5555 &}}}
24 24  1. Change directory to location y, then type:
25 25  
26 26  
... ... @@ -40,7 +40,7 @@
40 40  
41 41  Alternatively (after you configured the port) you can start the KiCo TCP Server via command line:
42 42  
43 -{{{kieler -application de.cau.cs.kieler.kico.web.server -noExit [-p <port>] [-d]}}}
43 +{{{kieler -application de.cau.cs.kieler.kico.server.headless -noExit [-p <port>] [-d]}}}
44 44  
45 45  This will start a background process with the KIELER Compiler TCP Server. Optionally you can specify a (new) listening port for the TCP server using "-p <port>" or  "–port <port>",e.g. "-p 5555". The option -d or ~-~-debug enables the debug mode with verbose debug output messages.
46 46  
... ... @@ -54,7 +54,8 @@
54 54  
55 55  In the above screenshot you see the KielerCompiler options when calling with no/too few parameters. The host or the port are mandatory parameters. By default the port **5555** is used and the default host is **localhost**. If you secify the port you do not need to specify localhost, if you specify the host you do not need to specify 5555. The following options are available:
56 56  
57 -* -f <filename> : Use a specific input file (and not the console)
57 +* -f <filename> : Use a specific input file for the main model (and not the console)
58 +* -i <filename> : Include additional input files that are referenced by the main model, note that the order for using multiple -i options is important: Use the order -i file1 -i file2 if file1 has references to file2 but file2 has NO references to file1!
58 58  * -o <filename> : Use a specific output file (and not the console)
59 59  * -v : Use verbose compilation, more error messages
60 60  * -s: Use strict mode compilation (only apply selected transformations)
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470990
1 +9471227
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470990/KIELER Compiler Console
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471227/KIELER Compiler Console