zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

language independent #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, Could you please tell me why this plugin just work for Eclipse IDE
for Java developers?

Couldn't it work on Eclipse CDT?
I tested it on eclipse cdt and I checkd that it requires JDT and Junit. I
couldn't understand why jupiter requires Java support. It doesn't make
sense for me.

I thought that it was language independent

Thanks

Original issue reported on code.google.com by fcova...@gmail.com on 27 Jan 2009 at 3:06

GoogleCodeExporter commented 8 years ago
It doesn't say that Jupiter only works for Eclipse IDE for Java developers.  It 
says
that Jupiter works for the Eclipse IDE.

Jupiter requires Java because it is written in Java, as are all Eclipse plugins,
including the CDT plugins.

Original comment by jsakuda on 27 Jan 2009 at 7:16

GoogleCodeExporter commented 8 years ago
Well, could you explain me why I get the following log error message?
I have installed jupiter on eclipse cdt 3.4.1.

ENTRY org.eclipse.equinox.p2.director 4 1 2009-01-27 11:34:01.356
!MESSAGE Cannot complete the install because some dependencies are not 
satisfiable
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-01-27 11:34:01.356
!MESSAGE Unsatisfied dependency: [edu.hawaii.ics.csdl.jupiter 3.4.1.1]
requiredCapability: osgi.bundle/org.junit/0.0.0
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-01-27 11:34:01.356
!MESSAGE Unsatisfied dependency: [edu.hawaii.ics.csdl.jupiter 3.4.1.1]
requiredCapability: osgi.bundle/org.eclipse.jdt.ui/0.0.0
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-01-27 11:34:01.356
!MESSAGE Unsatisfied dependency: [edu.hawaii.ics.csdl.jupiter 3.4.1.1]
requiredCapability: osgi.bundle/org.eclipse.jdt.ui/0.0.0
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-01-27 11:34:01.356
!MESSAGE Unsatisfied dependency: [edu.hawaii.ics.csdl.jupiter 3.4.1.1]
requiredCapability: osgi.bundle/org.junit/0.0.0
!SUBENTRY 1 org.eclipse.equinox.p2.director 4 0 2009-01-27 11:34:01.356
!MESSAGE Unsatisfied dependency: [edu.hawaii.ics.csdl.jupiter.feature.group 
3.4.1.1]
requiredCapability:
org.eclipse.equinox.p2.iu/edu.hawaii.ics.csdl.jupiter/[3.4.1.1,3.4.1.1]

Original comment by fcova...@gmail.com on 27 Jan 2009 at 7:59

GoogleCodeExporter commented 8 years ago
Jupiter's manifest lists org.junit as a required bundle/plugin.  I guess the 
version
of Eclipse you have does not have this bundle included.

Original comment by jsakuda on 27 Jan 2009 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by jsakuda on 8 Oct 2009 at 8:39