On Dec 11, 2010, at 4:23 PM, Rupert Westenthaler wrote:
> 
> Am 11.12.2010, 12:32 Uhr, schrieb Stefane Fermigier <[email protected]>:
>> Hi,
>> 
>> during the trip back from Amsterdam I spent some time reviewing the
>> current Stanbol code base, and fixing some issues.
>> 
>> Here are some remarks:
>> 
>> 1. Stanbol doesn't build, it complains that
>> eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT
>> is missing.
>> 
>> This is a major issue since it prevents building the whole stack, and
>> putting it under continuous integration.
>> 
> There is already an issue on that.
> see https://issues.apache.org/jira/browse/STANBOL-6

Actually it's not the same.

Mine is:

1) eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

  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.6-SNAPSHOT 
-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.6-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) eu.iksproject:eu.iksproject.kres.ontologies:bundle:0.6-SNAPSHOT
        2) 
eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:jar:0.6-SNAPSHOT

While the one in Jira is:

[INFO] ------------------------------------------------------------------------ 
[INFO] Building IKS KReS owlapi OSGi Bundle 
[INFO] task-segment: [clean, install] 
[INFO] ------------------------------------------------------------------------ 
[INFO] Unable to find resource 'owlapi:owlapi:jar:3.0.0' in repository central 
(http://repo1.maven.org/maven2) 
[INFO] ------------------------------------------------------------------------ 
[ERROR] BUILD ERROR 
[INFO] ------------------------------------------------------------------------ 
[INFO] Failed to resolve artifact. 
Missing: 
---------- 
1) owlapi:owlapi:jar:3.0.0 

  Try downloading the file manually from the project website. 

  Then, install it using the command: 
      mvn install:install-file -DgroupId=owlapi -DartifactId=owlapi 
-Dversion=3.0.0 -Dpackaging=jar -Dfile=/path/to/file 

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=owlapi -DartifactId=owlapi 
-Dversion=3.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id] 

  Path to dependency: 
        1) 
eu.iksproject:eu.iksproject.kres.shared.dependency.owlapi:bundle:0.6-SNAPSHOT 
        2) owlapi:owlapi:jar:3.0.0 

  S.
> 

--
Stefane Fermigier, Founder and Chairman, Nuxeo
Open Source, Java EE based, Enterprise Content Management (ECM)
http://www.nuxeo.com/ - +33 1 40 33 79 87 - http://twitter.com/sfermigier
Join the Nuxeo Group on LinkedIn: http://linkedin.com/groups?gid=43314
New Nuxeo release: http://nuxeo.com/dm54
"There's no such thing as can't. You always have a choice."

Reply via email to