gradle - 无法在RAD 8中安装Gradle插件

标签 gradle gradle-plugin

当尝试使用“`帮助->安装新软件-> http://dist.springsource.com/release/TOOzLS/gradle->扩展-> Gradle IDE在RAD 8(JDK 1.7)中安装Gradle插件时。

安装失败,并出现以下错误。我该如何解决?

An error occurred while collecting items to be installed
session context was:(profile=bootProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.core,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\<name>\AppData\Local\Temp\signatureFile6349333368928430899.jar
An error occurred while processing the signatures for the file: C:\Users\<name>\AppData\Local\Temp\signatureFile6349333368928430899.jar
Problems downloading artifact: org.eclipse.update.feature,org.springsource.ide.eclipse.gradle.feature,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\<name>\AppData\Local\Temp\signatureFile3533168071782523038.jar
An error occurred while processing the signatures for the file: C:\Users\<name>\AppData\Local\Temp\signatureFile3533168071782523038.jar
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.toolingapi,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\<name>\AppData\Local\Temp\signatureFile6100590399698741916.jar
An error occurred while processing the signatures for the file: C:\Users\<name>\AppData\Local\Temp\signatureFile6100590399698741916.jar
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.ui,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\<name>\AppData\Local\Temp\signatureFile5626455591177320598.jar
An error occurred while processing the signatures for the file: C:\Users\<name>\AppData\Local\Temp\signatureFile5626455591177320598.jar
Problems downloading artifact: osgi.bundle,org.springsource.ide.eclipse.gradle.ui.taskview,3.6.3.201411271013-RELEASE.
Error reading signed content:C:\Users\<name>\AppData\Local\Temp\signatureFile4681470222750675595.jar
An error occurred while processing the signatures for the file: C:\Users\<name>\AppData\Local\Temp\signatureFile4681470222750675595.jar

最佳答案

这听起来像是在这里遇到的相同类型的问题:
Problems downloading artifact - error reading signed content

那里的解释(取消选中安装选项上的“仅显示最新”复选框)意味着您在Rational Application Developer 8掩盖下使用的Eclipse版本与Spring提供的Gradle IDE插件所需的版本之间存在版本不匹配的情况。资源。您可能需要调查使用的是哪个版本的Eclipse,并将其与Gradle IDE的要求进行比较。

关于gradle - 无法在RAD 8中安装Gradle插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27660123/

相关文章:

安卓/ Gradle : conditionally apply plugin based on build type

intellij-idea - Intellij gradle 项目同步需要很长时间

gradle - Gradle插件依赖项(NoClassDefFoundError)

Gradle sonarqube 插件 - 如何为 findbugs 设置内存?

spring-mvc - Gradle如何配置构建文件以从同一项目创建Spring Boot jar和Spring Web-MVC War

java - 使用 Parse SDK 的 Android Gradle 构建错误

android - 为什么 Android 在 Gradle 依赖项中将 'compile' 配置更改为 'implementation'?

java - Groovy中的apply()方法语法

java - 安装 RestEasy 及其依赖项?

android - 用于 AES 加密的 Gradle 脚本