Hi there!

I'm having trouble trying to build dbpedia code inside eclipse.
[Disclaimer: I don't know Eclipse well, I don't know Maven ar all!]


As far as I can tell, I followed instructions listed at:
http://wiki.dbpedia.org/Documentation/Eclipse?v=hia

[Except for installing a scala plugin, since I already had one
installed on my eclipse, and was able to write scala
projects with it which work fine]

I tried to have maven directly download the snv repo,
but that did not compile, as a matter of fact I was not
even able to see the source files, even though they had
been downloaded to my disc.

I tried another way, downloading the svn repo manually,
and then import in maven.
That get slightly better, since I was then able to view
the source under Eclipse (though the icon for scala files
is a dim blue "J", instead of a dark blue "S" as in my own
project).
But the projects (core, dsump, scripts, server, wiktionary)
still have a red cross, and project "live" has a red "!" sign.

Looking at the pom.xml (in Eclipse GUI) of "live", I see:
* Missing artifact com.openlink.virtuoso:virtjdbc:jar:6.1.2:compile

But if I look inside maven console, it seems that maven has
downloaded this, even multiple times (at lines #13, #82, #152,
#244, #252, #291, #330) :
04/03/11 06:21:12 CET: Downloaded
http://download.java.net/maven/2/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:21:23 CET: Downloaded
http://scala-tools.org/repo-releases/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:21:34 CET: Downloading
http://db0.aksw.org:8081/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:24:46 CET: Downloaded
http://db0.aksw.org:8081/archiva/repository/internal/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:26:48 CET: Downloaded
http://db0.aksw.org:8081/archiva/repository/snapshots/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:26:58 CET: Downloaded
http://www.openanzo.org/maven-repositories/snapshot/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
04/03/11 06:27:08 CET: Downloaded
http://www.openanzo.org/maven-repositories/release/com/openlink/virtuoso/virtjdbc4/6.1.2/virtjdbc4-6.1.2.jar
...
[I'm skipping 2 or 3 extra occurrences]

line #462, I see:
04/03/11 06:29:18 CET: Missing artifact
com.openlink.virtuoso:virtjdbc4:jar:6.1.2:compile

I find this message quite surprising, since, from previous log,
it seems that said jar has already been downloaded 9-10 times!

Moreover, the jar is different in live/pom.xml ("virtjdbc" vs. "virtjdbc4"),
which seems odd to me.

I really don't know where to look to try and fix that.

Could anyone provide me with suggestions?

Thanks in advance.

--Serge

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to