https://github.com/jpcik/morph
Raw File
Tip revision: 758cf4344ad91fb0b057921e25da843f6b2dd080 authored by jpcik on 19 October 2014, 07:49:49 UTC
updated build to scala 11
Tip revision: 758cf43
README.md
morph
=====

**If you don't care about compiling you can use morph** 
as in this sample Java project: https://github.com/jpcik/morph-starter
using the library through Maven or Sbt.


To build morph you need:

* jvm7
* sbt 0.13 (www.scala-sbt.org)

The scala version is 2.10.3, but sbt will take care of that ;)
To compile it, run sbt after downloading the code:

```
>sbt
>compile
```

To run the R2RML test cases:

```
>sbt
>project morph-r2rml-tc
>test
```

back to top