Hi, yes I had the same problem. But I don't understand why this happens.
During the build process the artifact eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7 is built but for some reason not installed in the local repository. When I build KReS from the kres folder, the artifact is built and installed correctly in the local repo. My observation is that we have different behavior in the build process if KReS is built on its own or as part of the overall Stanbol build. As I said - I could not figure out yet why this happens. Another question/solution: Should we remove KReS from the build process until the KReS related issues regarding licensing, failing tests, and renaming are solved? Personally, I do not know exactly what to do with KReS in its current state. Best, - Fabian 2011/2/9 Olivier Grisel <[email protected]>: > Hi all, > > I have trying to build the current stanbol tree from the top level. I > have manually added the missing owlapi / owl-link and hermit jar as > mentionned in the toplevel README file but I still get the following > error message: > > Missing: > ---------- > 1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=eu.iksproject > -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 > -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=eu.iksproject > -DartifactId=eu.iksproject.kres.shared.dependency.owlapi -Dversion=0.7 > -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.7 > 2) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.7 > > Could someone update the toplevel README to make sure stanbol is > buildable at any time? > > -- > Olivier > http://twitter.com/ogrisel - http://github.com/ogrisel > -- Fabian
