Dear all,
I have been using the Babel service located at http://simile.mit.edu/babel/
but it has been down for some time now. So I tried to compile Babel
with maven to put it on my own server, but alas it did not work due to
the following error:
[INFO] Failed to resolve artifact.
Missing:
----------
1) edu.mit.simile:jpeg2rdf:jar:1.1-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=edu.mit.simile -
DartifactId=jpeg2rdf -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Df
ile=/path/to/file
Alternatively, if you host your own repository you can deploy the
file there:
mvn deploy:deploy-file -DgroupId=edu.mit.simile -
DartifactId=jpeg2rdf -Dversion=1.1-SNAPSHOT -Dpackaging=jar -Dfil
e=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.simileWidgets:babel-jpeg-converter:jar:1.0.0
2) edu.mit.simile:jpeg2rdf:jar:1.1-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.simileWidgets:babel-jpeg-converter:jar:1.0.0
Then, i checked out the repository from simile.mit.edu to compile the
jpeg2rdf jar myself, but the maven repository seems to be down as
well:
[WARNING] Unable to get resource 'metadata-extractor:metadata-
extractor:pom:2.3.1' from repository simile.mit.edu (http:
//simile.mit.edu/maven-proxy): Error transferring file: Server
returned HTTP response code: 503 for URL: http://simile.m
it.edu/maven-proxy/metadata-extractor/metadata-extractor/2.3.1/
metadata-extractor-2.3.1.pom
This leaves me in a kind of Kafkaesque position not being able to
access the service nor to compile it :) Any ideas how I could get my
hands on the missing libraries?
Thanks in advance and kind regards,
Peter
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en.