Wiki source code of Command Line Compiler
Last modified by Alexander Schulz-Rosengarten on 2023/09/11 16:17
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | [[~[~[image:attach:SCCharts (pre 1.0)@download.png~]~]>>url:http://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/SCCharts#SCCharts-Downloads||shape="rect"]] [[~[~[image:attach:SCCharts (pre 1.0)@onlinecompiler.png~]~]>>url:http://www.sccharts.com||shape="rect"]] (% class="confluence-link" %)[[image:attach:commandlinecompiler2.png]][[image:attach:SCCharts (pre 1.0)@quickstart.png]][[doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).SCCharts (pre 1\.0).Quick Start Guide (pre 0\.13).WebHome]] | ||
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | [[image:url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9470914/KiCoConsole1.jpg?version=6&modificationDate=1402352899000&api=v2]] | ||
| 6 | |||
| 7 | You can user the [[KielerCompiler.jar>>url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9470914/KielerCompiler.jar?version=8&modificationDate=1405509325251&api=v2||shape="rect"]] explained [[here >>doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).Kieler Compiler.KIELER Command Line Compiler.WebHome]]to compiler you textual modeled SCCharts (*.sct files). | ||
| 8 | If you like to use the KielerCompiler HTTP server provided, then use as default | ||
| 9 | |||
| 10 | {{{compile.sccharts.com:80}}} | ||
| 11 | |||
| 12 | or as backup | ||
| 13 | |||
| 14 | {{{sccharts.com:5556 }}} | ||
| 15 | |||
| 16 | as the host and port in your KielerCompiler.jar call. | ||
| 17 | |||
| 18 | ==== Example call: ==== | ||
| 19 | |||
| 20 | {{{java -jar KielerCompiler.jar compile.sccharts.com -f somescchart.sct -o somescchart.c CODEGENERATION}}} | ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 | **Hint:** Textual SCharts (SCT) can be rendered within KIELER or by using our [[KLighD.jar command line tool>>doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).SCCharts (pre 1\.0).Command Line Rendering.WebHome]]. |