After resolving 
https://sourceforge.net/mailarchive/forum.php?thread_name=ivcqp7%24p3j%241%40dough.gmane.org&forum_name=dbpedia-discussion
 I tried compiling the source again, but i ran into a missing harvester2 and 
jbind jar error.

I was able to fix the issue by changing pom.xml in main and live to use the 
packages from the public oss.sonatype.org repo. Have others seen this problem 
on a new build? if so, might be wise to change it so new developers can build 
successfully. 

<dependency>
- <groupId>org.oclc.oai</groupId>
- <artifactId>harvester2</artifactId>
+ <groupId>org.dspace</groupId>
+ <artifactId>oclc-harvester2</artifactId>
+ <version>0.1.12</version>
</dependency>

<dependency>
- <groupId>org.jbind</groupId>
- <artifactId>jbind</artifactId>
+ <groupId>org.jibx</groupId>
+ <artifactId>jibx-bind</artifactId>
+ <version>1.2</version>
</dependency>

+ <repository>
+ <id>oss.sonatype.org</id>
+ <name>oss.sonatype Repository</name>
+ <url>https://oss.sonatype.org/content/repositories/releases</url>
+ </repository>
+



-- 
Tommy Chheng
http://tommy.chheng.com 
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to