迈林& Redmine 集成

发布于 2024-07-12 22:26:31 字数 356 浏览 5 评论 0原文

我正在尝试让 Mylyn 和 Redmine 协同工作,以便我可以直接在 Eclipse 中管理任务。 我在redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn 但我认为这是针对旧版本的 Mylyn 的。

我找不到 Mylyn 的通用 Web 连接器插件,但有这个 Web 模板插件。 我认为它取代了通用 Web 连接器。 但它与Redmine wiki上发布的截图有很大不同。 没有任务 URL、新任务 URL 等。

I'm trying to get Mylyn and Redmine work together so I can manage tasks right inside Eclipse. I saw this on redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn but I think it's for the old version of Mylyn.

I can't find the Generic Web Connector plugin for Mylyn but there's this Web templates plugin. I think that one replaced the Generic Web Connector. But it's quite different from the screenshots posted at the Redmine wiki. There's no Task URL, New Task URL, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

小镇女孩 2024-07-19 22:26:31

这是您要查找的内容:

http://sourceforge.net/projects/radmin-mylyncon/

专门用于 RedMine 的 Mylyn 连接器。 它与 eclipse ganymede 配合得很好。

更新站点是: http://redmin-mylyncon.sourceforge.net/update-site /N/

Here is what you are looking for:

http://sourceforge.net/projects/redmin-mylyncon/

A Mylyn connector specially for RedMine. It works fine with eclipse ganymede.

The update site is: http://redmin-mylyncon.sourceforge.net/update-site/N/

眼波传意 2024-07-19 22:26:31

以下是在 Eclipse Mylyn 和 Redmine 之间执行集成的步骤。
我假设 Eclipse、Mylyn 和 Redmine 已经安装,后者位于 $REDMINE_HOME 中的某个位置。 使用 Eclipse 3.7 和 Redmine 1.2.1 进行测试。

总之,您需要安装一个 Eclipse 插件和一个 Redmine 插件。

  1. 转到 $REDMINE_HOME/vendor/plugins 并运行

    git clone git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

  2. (重新)启动服务器,并在管理下的Redmine中/Plugins 应列出 Mylyn 连接器插件

  3. 再次在 Redmine 中的“管理/设置/身份验证”下,选中“启用 REST” Web 服务”字段
  4. 在 Eclipse 中,通过其更新站点安装 Eclipse 连接器

    http://redmin-mylyncon.sourceforge.net/update-site/N/

  5. 创建您的存储库并检查它是否已连接,然后您就可以开始了!

    创建

Here are the steps to perform integration between Eclipse Mylyn and Redmine.
I assume that Eclipse, Mylyn and Redmine are already installed, the latter somewhere in $REDMINE_HOME. Tested with Eclipse 3.7 and Redmine 1.2.1.

Summarily, you need to install an Eclipse plugin AND a Redmine plugin.

  1. Go to $REDMINE_HOME/vendor/plugins and run

    git clone git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

  2. (Re)start the server, and in Redmine under Administration/Plugins the Mylyn Connector Plugin should be listed

  3. Again in Redmine, under Administration/Settings/Authentication, check the "Enable REST web service" field
  4. In Eclipse, install the Eclipse connector via its update site

    http://redmin-mylyncon.sourceforge.net/update-site/N/

  5. Create your repository and check that it connects, then you are good to go!

命硬 2024-07-19 22:26:31

请参阅本手册。
http://wiki.eclipse.org/index.php/Mylyn_Extensions

Eclipse 菜单。
帮助-> 软件更新...-> 添加站点...

http://download.eclipse.org/tools/mylyn/update /孵化器

See this manual.
http://wiki.eclipse.org/index.php/Mylyn_Extensions

Eclipse Menu.
Help -> Software Updates ... -> Add Site...

http://download.eclipse.org/tools/mylyn/update/incubator

葬花如无物 2024-07-19 22:26:31

http://www.redmine.org/projects/redmine/wiki/HowTo_Mylyn
http://danmunn.github.com/redmine_mylyn_connector/
https://github.com/danmunn/redmine_mylyn_connector

截至 2012 年 7 月,现在有一个新的专用 Redmine- Mylyn-Connector 正在为 Redmine 2.x 积极开发! (必须承认,我还没有测试过它。)


我正在测试 1.x 连接器,可以在 sourceforge 上找到它,完成后我将编辑这篇文章。

编辑:
mylyn-plugin 的更新站点来自已接受的发布作品中的链接。
以及用于 redmine 安装的 mylyn 连接器。 (使用 1.3.2 安装进行测试,安装后不要忘记重新启动 Web 服务器。;))

但是这两件事都不起作用...一旦安装了 mylyn-connector,Web 界面就无法工作不再了。 ;(

编辑2:
特殊的连接器适用于 2.x,Mylyn 看起来终于正常了。

http://danmunn.github.com/redmine_mylyn_connector/ redmine 服务器插件。
http://kenjiru.ro/blog/2012 /02/install-the-redmine-mylyn-connector-for-eclipse 另一个服务器插件链接和 eclipse 连接器插件

将类似于 这个

http://www.redmine.org/projects/redmine/wiki/HowTo_Mylyn
http://danmunn.github.com/redmine_mylyn_connector/
https://github.com/danmunn/redmine_mylyn_connector

As of july 2012 now there is a new dedicated Redmine-Mylyn-Connector under active development for Redmine 2.x! (Got to admit, I haven't tested it yet.)


I am in the process of testing the 1.x connector that can be found on sourceforge, I will edit this post once I am done.

EDIT:
The update-site for the mylyn-plugin from the link in the accepted posting works.
As well as the mylyn-connector for the redmine installation. (Tested with 1.3.2 installation, don't forget to restart the web server after installing it. ;))

But both things aren't working out... once the mylyn-connector is installed, the web-interface is not working anymore. ;(

EDIT2:
The special connector works with 2.x and Mylyn finally looks proper.

http://danmunn.github.com/redmine_mylyn_connector/ the redmine server plugin.
http://kenjiru.ro/blog/2012/02/install-the-redmine-mylyn-connector-for-eclipse another server plugin link and the eclipse connector plugin

Will look like this.

书信已泛黄 2024-07-19 22:26:31

截至昨天,Sven 已经关闭了更新站点(如果你去那里,你将一无所获),因为有人向 Sourceforge 举报了他(请参阅 https://sourceforge.net/tracker/?func=detail&aid=3441532&group_id=228995&atid=1075435) 。

因此,现在没有可用于 Eclipse 的二进制文件。 有谁知道获取这些插件的替代方法? 我不知道如何编译。

GIT 和 SVN 存储库都在那里,但再次让我难过的是,我不是 java 程序员。 任何人都可以为 Sven 提供一个可以将二进制文件存储为更新的网站吗?

As of yesterday, Sven has taken down the update site (if you go there, you'll find nothing) since someone reported him to Sourceforge (see https://sourceforge.net/tracker/?func=detail&aid=3441532&group_id=228995&atid=1075435).

So, there are NO binaries available now for Eclipse. Does anyone know of alternative ways to get these plugins? I have no clue how to compile.

The GIT and SVN repositories are there, but again as I sad, I'm not a java programmer. Can anyone offer Sven a site where he can store the binaries as an Update?

吹梦到西洲 2024-07-19 22:26:31

用于检索redmine mylyn连接器

https://github.com/ljader/redmine-mylyn-plugin

在 Eclipse Juno 4.2 中
“安装新软件”并作为本地存档,如这篇文章中所示:
如何从 .zip 安装 Eclipse 插件

For retrieve redmine mylyn connector

https://github.com/ljader/redmine-mylyn-plugin

In eclipse juno 4.2
"Install new software" and as local archive like in this post :
How to install plugin for Eclipse from .zip

鸠魁 2024-07-19 22:26:31

redmine 的读物也不错。

如何将 Mylyn 存储库连接到 Redmine:
http://www.redmine.org/wiki/1/HowTo_Mylyn

Also a good read from redmine.

HowTo connect a Mylyn repository to Redmine:
http://www.redmine.org/wiki/1/HowTo_Mylyn

空城缀染半城烟沙 2024-07-19 22:26:31

download.eclipse.org/tools/mylyn/update/incubator 将不再工作,对于新的更新站点,请查看 http://www.eclipse.org/mylyn/downloads/

Web 连接器可以通过 http://download.eclipse.org/mylyn/incubator/3.5

download.eclipse.org/tools/mylyn/update/incubator wont work anymore, for the new update sites look at http://www.eclipse.org/mylyn/downloads/

The Web Connector could be found via http://download.eclipse.org/mylyn/incubator/3.5

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文