| Summary: | [Xtend2] Xtend2 SDK installation fail on plain Eclipse: Missing dependencies | ||
|---|---|---|---|
| Product: | [Modeling] TMF | Reporter: | Ivar Refsdal <refsdal.ivar> |
| Component: | Xtext | Assignee: | Project Inbox <tmf.xtext-inbox> |
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dennis.huebner, sven.efftinge |
| Version: | unspecified | Flags: | sven.efftinge:
juno+
|
| Target Milestone: | M4 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Ivar Refsdal
Same problem when trying to install org.eclipse.xtext.sdk.feature.group 2.1.0.v201111010612. Done using eclipse -nosplash -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ -installIU org.eclipse.xtext.sdk.feature.group (In reply to comment #1) > Same problem when trying to install > org.eclipse.xtext.sdk.feature.group 2.1.0.v201111010612. > > Done using > eclipse -nosplash -application org.eclipse.equinox.p2.director -repository > http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/ > -installIU org.eclipse.xtext.sdk.feature.group 'missing' dependency comes from EMF, which is part of eclipse indigo. So you maybe have to add the indigo repository as well. (In reply to comment #2) > 'missing' dependency comes from EMF, which is part of eclipse indigo. So you > maybe have to add the indigo repository as well. Right. It seems that the p2.director does not consult any other update sites by default, while the p2.update UI App does. And 'plain' Eclipse does indeed have the Indigo update site enabled by default, so this bug should be closed. |