The primary development IDE used for this project is IntelliJ IDEA 14.1. Also install their Scala plugin.
This project is being build and packaged on the EDM Council Jenkins Server by this job.
The current Jenkins build status is:
All the unit tests can be executed by this command:
sbt test
Normal packaging as a jar is done with the following command:
sbt package
This creates a jar file like:
./target/scala-2.11/rdf-toolkit_2.11-<version>.jar
The RDF Serializer is packaged as one "fat jar" or "uber jar" which can be downloaded from the Jenkins server:
You can create this uber jar from the command line yourself as well:
sbt assembly