JRuby - 从 class 加载程序加载资源失败
JRuby - loading resource from class loader failed
我是 运行 mvn install
插件 gem-maven-plugin
的目标,见下文 pom.xml
-
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>initialize</goal>
</goals>
</execution>
</executions>
</plugin>
构建失败并显示错误消息:
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:2.0.1:initialize
Caused by: java.io.FileNotFoundException: loading resource from classloader failed: META-INF/jruby.home/bin/gem
我正在使用 Windows 进行构建,但该软件已从 Linux 移植而来。
文件路径 META-INF/jruby.home/bin/gem
在我的系统上不存在(它是一个 Unix/Linux 路径),有没有办法修复这个错误?
jRuby 版本:jruby 9.1.2.0
OS: Windows 服务器 2012 R2
这是由从损坏的存储库复制的损坏的 JRuby .jar
文件引起的。
将来可能会对某人有所帮助。
我是 运行 mvn install
插件 gem-maven-plugin
的目标,见下文 pom.xml
-
<plugin>
<groupId>de.saumya.mojo</groupId>
<artifactId>gem-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>initialize</goal>
</goals>
</execution>
</executions>
</plugin>
构建失败并显示错误消息:
[ERROR] Failed to execute goal de.saumya.mojo:gem-maven-plugin:2.0.1:initialize
Caused by: java.io.FileNotFoundException: loading resource from classloader failed: META-INF/jruby.home/bin/gem
我正在使用 Windows 进行构建,但该软件已从 Linux 移植而来。
文件路径 META-INF/jruby.home/bin/gem
在我的系统上不存在(它是一个 Unix/Linux 路径),有没有办法修复这个错误?
jRuby 版本:jruby 9.1.2.0
OS: Windows 服务器 2012 R2
这是由从损坏的存储库复制的损坏的 JRuby .jar
文件引起的。
将来可能会对某人有所帮助。