Re: [Dbpedia-discussion] Use core 3.9 in sbt with scala 2.10.2

2013-11-19 Thread Andrea Di Menna
Hi Karsten, yes adding the framework on Maven central would be a cool enhancement. Yes sbt uses Ivy, but as the dependency resolution manager. What you really want is the DBpedia framework on a public maven repo though :p Cheers Andrea 2013/11/19 Karsten Jeschkies > Hi, > > the dump branch s

Re: [Dbpedia-discussion] Use core 3.9 in sbt with scala 2.10.2

2013-11-19 Thread Karsten Jeschkies
Hi, the dump branch seems to work. It would be nice to add the extractor framework to Ivy as well. sbt uses Ivy if I am not mistaken. Thanks for the quick help, Karsten On 19 November 2013 12:27, Andrea Di Menna wrote: > Hi Karsten, > > the code used to build DBpedia 3.9 (which has version 3

Re: [Dbpedia-discussion] Use core 3.9 in sbt with scala 2.10.2

2013-11-19 Thread Andrea Di Menna
Hi Karsten, the code used to build DBpedia 3.9 (which has version 3.9 as well) has not been merged to the master branch yet. I think you can use the "dump" branch for a quick test (it uses Scala 2.10.2) but please note that it is not aligned with master. Hope this helps. Cheers Andrea 2013/11/

[Dbpedia-discussion] Use core 3.9 in sbt with scala 2.10.2

2013-11-19 Thread Karsten Jeschkies
Hi, I would like to use the core of the extraction framework with sbt. I cloned the git repository, compiled the lib with maven and then copied then core-3.8.jar to my sbt project folder. It works for a simple test tool. However, I want to use Slick and need Scala 2.10.2 for that. In a release no