原文地址:http://www.mantis.org.cn/websiteArticle/show.do?actionType=show&articleId=142
mantis系统和eclipse集成(2009-08-13 )
作者:admin 文章来源:http://www.mantis.org.cn 时间:2010-09-08 18:37:20.0 阅读次数:2909 【打印此文】 【加入收藏】
mantis 1.1.1 eclipse 3.4
1. eclipse 中安装 mylyn
mylyn地址:http://www.eclipse.org/mylyn/
eclipse software update 地址:http://download.eclipse.org/tools/mylyn/update/e3.4
2. 安装Mylyn-Mantis Repository Connector
地址:http://sourceforge.net/apps/mediawiki/mylyn-mantis/index.php
eclipse software update 地址:http://mylyn-mantis.sourceforge.net/eclipse/update/
3. web 方式登录mantis,在选定的项目中建立一个bug过滤器,保存过滤器,名字自己随便起,例如"mybugs"
3. 在eclipse中设定
eclipse中,windows->show views->Tasks
找到 “add Task Repository”,界面中有 mantis,选中mantis,->next
要求输入server地址和label
先选label,选择,Mantis Connector 1.1.0 or greater
Server地址栏中出现:http://your.domain.com/api/soap/mantisconnect.php, 把your.domain.com改成自己公司的mantis地址。
之后会选择在mantis中的项目,选择过滤器,之后,就ok了。下面是安装好后的截图。