Getting Sar-K

Sar-k Code generator tool is available on Sourceforge. Get the version you like in a zip format or with direct access of svn mainline.

Install zip file

Zip version of Sar-K Code generator is a ready-to-use file. You must unzip the file in a directory you like. The zip must contain the following items:

  • * SarK-x.y.z.jar (version number changes according to the version you have downloaded);
  • * dependency directory: it contains all the dependency retrieved via maven of SarK. They may not be all the SarK depedencies. To have details about this, please read the release notes.
  • * template_resources directory: it contains sarK templates and configuration files.

Now you can run SarK by double clicking on SarK-x.y.z.jar or use the command line:

java -jar SarK-x.y.z.jar

(Replace x.y.z with the correct Sar-K version number, i.e. 1.0.1).



Build your SarK

You can also retrieve the source code from SarK sourceforge svn repository. Please look at the Sourceforge page to find details of svn repository.

The code you find in svn is an eclipse project, that uses maven to build the jar and download the dependencies.

In order to make the project run, yopu must download the code from svn, add it in to favorite eclipse workspace and execute the command:

mvn install

This should do all dependency downloads, compile and build Sar-K.