1

I'm trying follow this article

When I try to 'Disable the checkbox Contact all update sites during install to find required software, to avoid unwanted updates of other Eclipse plug-ins.' I can't to make next steps because

Cannot complete the install because one or more required items could not be found.
  Software being installed: Xtend SDK 2.4.0.v201303201134 (org.eclipse.xtend.sdk.feature.group 2.4.0.v201303201134)
  Missing requirement: Xtend Standalone Bundle 2.4.0.v201303201134 (org.eclipse.xtend.standalone 2.4.0.v201303201134) requires 'bundle org.eclipse.emf.codegen 2.5.0' but it could not be found
  Cannot satisfy dependency:
    From: Xtend SDK 2.4.0.v201303201134 (org.eclipse.xtend.sdk.feature.group 2.4.0.v201303201134)
    To: org.eclipse.xtend.standalone [2.4.0.v201303201134]

Or I get error during installation in eclipse if enabale that checkbox.

An error occurred while collecting items to be installed
session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.android.ide.eclipse.base,21.1.0.v201302060044-569685
No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685
No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685
falcon
  • 372
  • 3
  • 19
  • Work fine for me when i take Eclipse build with already installed Xtend SDK and installing the ADT Plugin. – falcon Mar 25 '13 at 21:05

4 Answers4

1

to install Xtend but do not contact eclipse update site, you just need to add the EMF update site if not already done. Help -> Install new Software -> Available Software sites -> Add...

http://download.eclipse.org/modeling/emf/emf/updates/releases

After that disable all the Software sites except of EMF and Xtext (unfortunately I can't post images here)

Now, after closing with "Ok", choose work with Xtext update site. Select Xtend from the treeview, enable the "Contact all update sites" (unfortunately I can't post images here) and follow the next wizard steps.

0

It sounds like you are trying all that on a classic Eclipse installation, without the Android plugins installed. Therefore please re-read the tutorial section "Setting up the IDE", it recommends to download and install th "all-in-one" bundle from the Android website or to manually install the ADT plugin into an existing Eclipse.

You should not uncheck the checkbox during the update. Eclipse will only add necessary updates to the list of plugins to be installed. And you can review that list once again in the installation wizard after Eclipse decided about the plugins.

Bananeweizen
  • 21,797
  • 8
  • 68
  • 88
  • No) be sure, i'm trying to do it on my current working eclipse-java-juno-SR2-win32-x86_64 with ADT plugin and on the ADT Bundle for windows. – falcon Mar 25 '13 at 11:11
0

The Article assumes that you have a running Eclipse with EMF installed. This does not seem to be the case for you. Just leave 'Contact all update sites during install to find required software' and it will properly install EMF.

Sebastian Zarnekow
  • 6,609
  • 20
  • 23
  • yes. I've tried it, but got 'An error occurred while collecting items to be installed'. You can see full message at the top. – falcon Mar 25 '13 at 13:33
  • An error occurred while collecting items to be installed session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,com.android.ide.eclipse.base,21.1.0.v201302060044-569685 No repository found containing: osgi.bundle,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685 No repository found containing: org.eclipse.update.feature,com.android.ide.eclipse.ddms,21.1.0.v201302060044-569685 – falcon Mar 25 '13 at 15:54
  • I'll try to download Eclipse with Xtend SDK and istall ADT plugin there. Will see what happens) – falcon Mar 25 '13 at 17:04
0

Work fine for me when i take Eclipse build with already installed Xtend SDK and installing the ADT Plugin.

falcon
  • 372
  • 3
  • 19