Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] dependency to org.eclipse.objectteams.otdt.core.patch.feature.group from org.eclipse.jdt.core

I'm working on the Activiti Designer trunk
(http://svn.codehaus.org/activiti/projects/designer/trunk/)
building with Tycho 0.15.0
(http://svn.codehaus.org/activiti/projects/designer/trunk/org.activiti.designer.parent/pom.xml).

Last Thursday, all of a sudden the build fails with this:

   "No solution found because the problem is unsatisfiable.":
   ["Unable to satisfy dependency from
       org.activiti.designer.feature.feature.group 5.9.3 to
       org.eclipse.graphiti.feature.feature.group [0.9.0,0.9.1).",
    "Unable to satisfy dependency from
       org.eclipse.jdt.core 3.7.0.v_OTDT_r200_201106070730 to
       org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
    "Unable to satisfy dependency from
       org.eclipse.jdt.core 3.7.1.v_OTDT_r201_201109101025 to
       org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
    "Unable to satisfy dependency from
       org.eclipse.jdt.core 3.7.3.v_OTDT_r202_201202051448 to
       org.eclipse.objectteams.otdt.core.patch.feature.group [2.0.0,3.0.0).",
    "No solution found because the problem is unsatisfiable."
   ]

It has been building fine for long time until just a few days before.

It appeared to me this might be similar to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=350133

How can I further troubleshoot this problem?
Is there a workaround?

I'm not really using objectteams.

Thanks!
-Max


Back to the top