eclipse-integration-gradle
eclipse-integration-gradle copied to clipboard
Error in installing gradle plugin-Gradle Integration for Eclipse(4.4)
Hi, I am using STS 3.1.0 version and trying to install gradle plugin-Gradle Integration for Eclipse(4.4),but I am facing the problem while trying to install. I am getting following error.
Provisioning exception
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.springsource.com/release/TOOLS/third-party/m2e-sts310/site.xml.
at org.eclipse.equinox.internal.p2.updatesite.UpdateSite.loadActualSiteFile(UpdateSite.java:233)
at org.eclipse.equinox.internal.p2.updatesite.UpdateSite.load(UpdateSite.java:144)
at org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.initializeRepository(UpdateSiteMetadataRepositoryFactory.java:99)
at org.eclipse.equinox.internal.p2.updatesite.metadata.UpdateSiteMetadataRepositoryFactory.load(UpdateSiteMetadataRepositoryFactory.java:59)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.factoryLoad(MetadataRepositoryManager.java:57)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:758)
at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:651)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:96)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(MetadataRepositoryManager.java:92)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.addChild(CompositeMetadataRepository.java:165)
at org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository.
Can any one please help me to resolve this problem..?
I even tried installing the gradle using below URL.
http://dist.springsource.com/snapshot/TOOLS/gradle/nightly (latest development snapshot)
http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build)
http://dist.springsource.com/release/TOOLS/gradle (latest release)
but all in vain.I will end up getting the following eror.
Unable to read repository at http://dist.springsource.com/snapshot/TOOLS/gradle/nightly/site.xml. Unable to read repository at http://dist.springsource.com/snapshot/TOOLS/gradle/nightly/site.xml. Server returned HTTP response code: 403 for URL: http://dist.springsource.com/snapshot/TOOLS/gradle/nightly/site.xml
please help me to resolve .
Thanks.
STS 3.1.0 is pretty old. Can you try using something recent (like the current version of STS which is 3.6.1)?
I'm getting this when trying to install from Eclipse Marketplace:
The following solutions are not available: Gradle Integration for Eclipse (4.4) 3.6.2.RELEASE (id=org.gradle.toolingapi.feature.feature.group, site=http://dist.springsource.com/release/TOOLS/update/e4.4/)
Try not including “org.gradle.toolingapi.feature”. I’m not sure why it’s there and what it does. The tooliapi plugin project and feature is included into “Gradle IDE” feature and this is probably the source of the error. This issue is not preventing you from installing Gradle Eclipse plugin, correct? Or is it more serious than it looked to me?
On Oct 30, 2014, at 17:00, Nils Kilden-Pedersen [email protected] wrote:
I'm getting this when trying to install from Eclipse Marketplace:
The following solutions are not available: Gradle Integration for Eclipse (4.4) 3.6.2.RELEASE (id=org.gradle.toolingapi.feature.feature.group, site=http://dist.springsource.com/release/TOOLS/update/e4.4/) — Reply to this email directly or view it on GitHub.
Yeah, disabling that did the trick. It doesn't say "Optional", so I had it checked at first.