Installing SCE¶
The most convenient way of installing SCE is through Maven, and it is available from the open-source CIT-EC repository (see Using XTT). The most recent version (as of this writing) is 1.2 and you can use it with the following dependency block
<dependency> <groupId>de.unibi.agai</groupId> <artifactId>StateChartExecutive</artifactId> <version>1.2</version> </dependency>
Building from Source¶
You can also check out SCE from source and build it using Maven
svn checkout https://opensource.cit-ec.de/svn/xtt/apps/StateChartExecutive/ cd StateChartExecutive/tags/1.2 mvn clean install
Of course, you can also cd to trunk
and build that, but no guarantees ;-)
If the previous steps went okay, check out Configuring SCE. Otherwise, feel free to contact me for advice!