首先警告:不要通过官网提示的,通过update的方式安装,不然哭都来不及。
http://ant.apache.org/ivy/ivyde/download.cgi。
即以下方式不可取:
- Open the update manager in Eclipse: Help > Software Updates > Find and Install...
- In the popup window, select Search for features to install, and click Next
- Then click on New Remote Site...
- Name: Apache Ivy update site
- URL: http://www.apache.org/dist/ant/ivyde/updatesite
- Click OK
- A new entry "Apache Ivy update site" will appear in the list of update sites
严重的后果是会导致部分eclipse启动失败!
安全的方法:
通过在links文件夹下建立link.txt的方式来引用(如果不懂的,请参考文章:http://www.blogjava.net/tangzurui/archive/2008/06/30/211669.html)。值得注意的是,一般情况下eclispe都带有ant,而没带ixy,所以ivyde和ivy插件都要装。
ivyde插件下载地址:
http://www.apache.org/dist/ant/ivyde/updatesite/ivyde-2.2.0.beta1/
ivy插件下载地址:
http://www.apache.org/dist/ant/ivyde/updatesite/ivy-2.3.0.final_20130110142753/
如果没安装ivy插件,ivyde装了也是白装,这点谨记!
posted on 2013-06-09 18:05
蒋家狂潮 阅读(6909)
评论(0) 编辑 收藏 所属分类:
Basic