srirammails / emftriple

Automatically exported from code.google.com/p/emftriple
0 stars 0 forks source link

Install through update site fails. #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The installation is failing. Below is one of the exceptions in the error
log. It seems it is looking for jars that are not available through the
update site.

java.io.FileNotFoundException:
http://emftriple.googlecode.com/svn/trunk/emftriple/plugins/com.emftriple.sesame
_0.5.6.201004201709.jar
at
org.eclipse.equinox.internal.p2.repository.RepositoryStatusHelper.checkFileNotFo
und(RepositoryStatusHelper.java:289)
at
org.eclipse.equinox.internal.p2.repository.FileReader.checkException(FileReader.
java:352)
at
org.eclipse.equinox.internal.p2.repository.FileReader.sendRetrieveRequest(FileRe
ader.java:326)
at
org.eclipse.equinox.internal.p2.repository.FileReader.readInto(FileReader.java:2
63)
at
org.eclipse.equinox.internal.p2.repository.RepositoryTransport.download(Reposito
ryTransport.java:71)
at
org.eclipse.equinox.internal.p2.repository.RepositoryTransport.download(Reposito
ryTransport.java:127)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactReposit
ory.downloadArtifact(SimpleArtifactRepository.java:468)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactReposit
ory.downloadArtifact(SimpleArtifactRepository.java:451)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactReposit
ory.getArtifact(SimpleArtifactRepository.java:518)
at
org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.getArtifact(Mi
rrorRequest.java:200)
at
org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transferSingle
(MirrorRequest.java:175)
at
org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.transfer(Mirro
rRequest.java:159)
at
org.eclipse.equinox.internal.p2.artifact.repository.MirrorRequest.perform(Mirror
Request.java:95)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactReposit
ory.getArtifact(SimpleArtifactRepository.java:507)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.DownloadJob.run(Downl
oadJob.java:64)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Original issue reported on code.google.com by joshua.a...@gmail.com on 22 Apr 2010 at 2:15

GoogleCodeExporter commented 8 years ago
I also notice this issue. I will try to fix it asap.

Original comment by g.hillairet on 23 Apr 2010 at 11:18

GoogleCodeExporter commented 8 years ago
I found that if created local site (pointing at my working copy of the code), 
then
changed all the names of the jar files appropriately, it appears to install
correctly. But, when I right-click on a model (*.uml file), there is no UML2OWL
option in the context menu.

Original comment by joshua.a...@gmail.com on 25 Apr 2010 at 1:33

GoogleCodeExporter commented 8 years ago
The update site issue is resolved now.
The UML2OWL plugin is not working yet for this version, since OWL metamodel has 
moved
to OWL2 and also this transfo is not of high priority. Next version should 
provide
more advanced UI, notably to be able to tune the resulting ontology.

Original comment by g.hillairet on 28 Apr 2010 at 9:16

GoogleCodeExporter commented 8 years ago

Original comment by g.hillairet on 7 May 2010 at 2:25