我在专用网络内部有一个镜像,用于没有连接到互联网的专用网络。到目前为止,除了http://texlipse.sourceforge.net/或https://borisvl.github.io/Pdf4Eclipse/等插件外,这种方式都很好。
问题(可能是?)是"number_of_fragments" : 1
个文件中存在硬编码的绝对网址。
content.jar
的包含单个文件content.jar
,其中有一些行指的是绝对网址http://texlipse.sourceforge.net/ ...和
https://borisvl.github.io/Pdf4Eclipse/ ......因此我无法从镜子中安装任何这些功能。 exlipse更新程序尝试连接到这些URL并失败。
我用以下命令镜像插件:
content.xml
有一种简单的方法可以将网络中存储库的新网址添加到$ eclipse -application \
org.eclipse.equinox.p2.metadata.repository.mirrorApplication \
-nosplash -verbose -source http://texlipse.sourceforge.net/ \
-destination /texlipse/ -compare
$ eclipse -application \
org.eclipse.equinox.p2.artifact.repository.mirrorApplication \
-nosplash -verbose -source http://texlipse.sourceforge.net/ \
-destination /texlipse/ -compare
(以及content.jar
甚至artifact.jar
)中吗?还是我必须手动破解?