简体   繁体   English

在定制的Eclipse Luna中安装M2e

[英]Installing m2e in customized Eclipse Luna

I have "Visual COBOL for Eclipse", which is an eclipse version based on Luna tailored for Cobol. 我有“ Visual COBOL for Eclipse”,它是基于针对Cobol量身定制的Luna的月食版本。

Now I would like to install m2e into it. 现在,我想在其中安装m2e。 Unfortunately I am sitting behind a crazy proxy that blocks random jars from be downloaded if the user agent is not a browser (as, eg eclipse) 不幸的是,我坐在一个疯狂的代理后面,如果用户代理不是浏览器(例如eclipse),该代理会阻止下载随机jar

Can I download m2e as a bundle from somewhere and tell Eclipse to install it from some directory? 我可以从某处作为捆绑下载m2e,并告诉Eclipse从某个目录安装它吗? Or is there any other way to install m2e without Eclipse trying to download jars from the internet? 还是有其他方法可以安装m2e而无需Eclipse尝试从Internet下载jar?

Minimally you should be able to go to the m2e releases page and click on "Show Directory Contents" (or just add /?d to the end of the URL), then download the files listed there. 至少您应该能够转到m2e版本页面,然后单击“显示目录内容”(或仅在URL末尾添加/?d ),然后下载此处列出的文件。 Unfortunately that requires manually downloading everything one file at a time. 不幸的是,这需要一次手动下载所有文件。

With everything downloaded I would assume that you could give it to Eclipse as a local update site, or .zip it all up as an archived update site. 下载完所有内容后,我假设您可以将其作为本地更新站点提供给Eclipse,或者将其全部压缩为一个存档的更新站点。

I think you'll want one of the 1.5.x releases for Luna, although it may not matter. 您会想要Luna的1.5.x版本之一,尽管可能并不重要。 I'm using Luna at the moment and have 1.5.1 installed. 我目前正在使用Luna并已安装1.5.1。


I also quickly tried the approach listed here: How to Download Eclipse Update Site for Offline Use (using wget --recursive on the site mentioned above), but it doesn't seem to work on the Eclipse downloads site. 我还快速尝试了这里列出的方法: 如何下载Eclipse更新站点以供离线使用 (在上述站点上使用wget --recursive ),但是在Eclipse下载站点上似乎不起作用。 Also since you mention that you want to get the file directly from the browser, that approach may not even work in your case either. 另外,由于您提到要直接从浏览器获取文件,因此这种方法在您的情况下也可能不起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM