想研究研究CI(持续集成),打算分几个步骤:研究Maven,研究Hudson,结合项目研究实践
通过http://m2eclipse.sonatype.org/sites/m2e/进行更新安装失败
错误信息:
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
Missing requirement: Maven Integration for Eclipse (Editors) 0.12.1.20110112-1712 (org.maven.ide.eclipse.editor 0.12.1.20110112-1712) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
查找资料:
eclipse 集成 maven 的插件有 m2eclipse 现改为 eclipse 的 m2e 支持 eclipse 3.3 以后版本,
q4e 现更为 eclipse 的 iam 支持 eclipse 3.3 以后版本
eclipse 3.2 对应的 m2eclipse 的版本找不到下载安装,
在线更新安装的地址 http://m2eclipse.sonatype.org/sites/m2e/ 等对 eclipse 3.2 无效,有的已失效
经过在 http://m2eclipse.sonatype.org/sites/archives/ 上
找到 eclipse 3.2 可以在线更新安装地址是
http://m2eclipse.sonatype.org/sites/archives/0.9.7.200904021036/
m2eclipse 依赖 subclipse,mylyn,GEF 的 zest,还有根据选择的其它安装项确定需要的依赖组件
安装后打开 eclipse 很可能会弹出对话框出现警告信息
The Maven Integration requires that Eclipse be running in a JDK, because a number of Maven core plugins are using jars from the JDK. Please make sure the -vm option in eclipse.ini is pointing to a JDK and verify that Installed JRE’s are also using JDK installs.
解决办法是 编辑 eclipse_home\eclipse.ini,在 -vmargs 参数前加入 -vm 参数,
该参数后一定换行,后面指定本地安装的 jdk
-vm
D:\Java\jdk1.5\bin\javaw.exe
eclipse 3.2 集成 maven 2 的稳定插件还有
m4eclipse 0.0.8: http://sourceforge.net/projects/m4eclipse/
m2eclipse 的早期版本 m2eclipse 0.0.5 - 0.0.10 无需依赖 subclipse,mylyn,0.0.11 - 0.0.12,可惜已找不到下载,
搜尽了网络所有资源,找到了源码的svn地址,http://svn.castor.codehaus.org/browse/m2eclipse/tags/
http://svn.codehaus.org/m2eclipse/tags/
eclipse 3.0 3.1 的 maven 插件有 apache 的 mavenide: http://mevenide.codehaus.org/mevenide-ui-eclipse/update/index.html
http://mevenide.codehaus.org/release/eclipse/
其它的插件 easyeclipse 的 easy-m2eclipse 0.0.10,maveniser 1.1.4 没有用
解决问题:
GET环境安装 通过http://download.eclipse.org/tools/gef/updates/releases/进行更新
安装Maven 通过进行更新