将 mylyn 任务列表连接到存储库
我是 mylyn 的新手。
看来我应该连接到存储库,我应该连接到 eclipse.org 来存储项目上的错误/任务吗?信息存储是否安全/私密?
在任务存储库的属性中,我输入 服务器:https://bugs.eclipse.org/bugs 标签:Eclipse.org 用户身份: ... 密码:...
当我单击验证设置时,我不断收到 “与 https://bugs.eclipse.org/bugs 通信时发生 I/O 错误。”
通过 Chrome,我已使用积分登录该帐户。
接下来我应该做什么才能连接到存储库?
约翰
I'm new to mylyn.
It seems I should connect to a repository, should I connect to eclipse.org to store bugs/tasks on my projects? Is information stored secure/private?
In the properties for task repository, I enter
Server: https://bugs.eclipse.org/bugs
Label: Eclipse.org
User ID: ...
Password: ...
When I click validate settings, I keep getting
"I/O Error occurred while communicating with https://bugs.eclipse.org/bugs."
Via chrome, I have logged into the account using the creditials.
What should I do next to be able to connect to the repository?
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不!您必须创建自己的 Bugzilla 安装。您还可以使用其他跟踪系统,例如 Trac 或 JIRA。
但您也可以使用 Mylyn 本地。可以创建本地任务。
NO! You must create your own Bugzilla installation. You can also use other tracking system like Trac or JIRA.
But you can also use Mylyn local. It is possible to create local tasks.
蒂姆·克鲁格说了一切。此外,尝试连接 Eclipse.org Bugzilla 实例时出现 IO 异常也很奇怪。您可能想使用 webUI 向此 Bugzilla 提交有关它的错误。
这引出了我的第二点:eclipse.org Bugzilla 用于处理所有 eclipse.org 项目上的错误。迈琳就是其中之一。它不适用于私人任务。
所以本地任务是你最好的选择。如果您需要协作,请尝试安装具有 Mylyn 连接器的众多存储库之一。 Trac 和 Bugzilla 可能是一个不错的选择,因为它们是成熟的连接器和免费服务器。
Tim Krueger says it all. Additionally though, getting an IO Exception on trying to connect to the Eclipse.org Bugzilla instance is weird. You might want to use the webUI to submit a bug to this Bugzilla about it.
Which leads me to my second point: the eclipse.org Bugzilla is used for bugs on all those eclipse.org projects. Mylyn being one of them. It is not for private tasks.
So local tasks are your best bet. And if you need collaboration, try installing one of the many repositories where there are Mylyn connectors for. Trac and Bugzilla probably being a good choice as they are mature connectors, and a free servers.