发布通用工作区设置

发布于 2024-11-11 15:14:30 字数 251 浏览 5 评论 0原文

我想在 IBM RAD(或者说 eclipse)中设置某些配置和首选项,以便大型团队能够使用已经完成的设置。这将减少团队中的不一致和返工工作。

最好我想将其保留在颠覆中。

现在,当在我的个人桌面中创建一个工作区并将其添加到 SVN 时,每次我的团队成员检查它时,.metadata 和其他 eclipse 内部文件都会根据他们的输入而发生变化。

是否有在 RAD/Eclipse 中发布公共工作区设置的标准实践/流程?

谢谢

I want to set up certain configurations and preferences in IBM RAD (or say eclipse) so that a big team will be able to use the set-up already done. this would reduce the inconsistencies and rework effort in the team.

Preferably I want to keep that in subversion.

Right now, when created a workspace in my personal desktop and added it to SVN, everytime my team mates check it out obviously the .metadata and other eclipse internal files change based on their input.

Is there a standard practice/process to publish a common workspace setting in RAD/Eclipse?

Thanks

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

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

发布评论

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

评论(3

临风闻羌笛 2024-11-18 15:14:30

为自己或他人提供新的工作空间时,可能有两件事最重要。设置首选项,并检查适当的源代码。

1a) 您可以设置一个工作区,然后导出所有首选项。这提供了一个可以导入到新工作区的 Eclipse 首选项文件

1b) 尽可能使用项目特定的首选项,因为这些首选项将被签入您的 SCM

2) 您处理的项目可以导出到 团队项目集文件。可以将其导入到新的工作区中。

将它们全部签入 SCM 中的 relen 项目中。在这种情况下,releng 项目只是一个包含所有构建信息的项目。然后,新的工作区设置涉及签出 releng 项目,并导入 PSF 和首选项文件。

There are probably 2 things that matter most when getting yourself or someone else a new workspace. Getting the preferences set up, and checking out the appropriate source code.

1a) you can set up a workspace, and then export all the preferences. That provides a eclipse preference file that can be imported into a new workspace

1b) use project specific preferences where possible, as those will get checked into your SCM

2) the projects you work on can exported to a Team Project Set File. That can be imported into a new workspace.

Check them all into a releng project in your SCM. In this context, a releng project is just a project that has all of the build information in it. Then a new workspace setup involves checkout out the releng project, and importing the PSF and the preferences file.

荭秂 2024-11-18 15:14:30

或者查看 Workspace Mechanic for Eclipse:http://code.google。 com/a/eclipselabs.org/p/workspacemechanic/

Or have a look at Workspace Mechanic for Eclipse: http://code.google.com/a/eclipselabs.org/p/workspacemechanic/

睡美人的小仙女 2024-11-18 15:14:30

如果您使用的是 Websphere RAD 7.5,它允许您导出服务器配置文件首选项的备份。因此,可以备份数据库和类路径的所有配置。我会尝试将其部署到您的团队,看看是否有帮助。

右键单击服务器,然后单击服务器配置>备份。

希望这能起到作用。

If you are using Websphere RAD 7.5 it allows you to export a backup of your server profile preferences. So all of that configuration for databases and classpath can be backed up. I would try deploying that to your team and see if that helps.

Right click on the server, then click Server Configuration> Backup .

Hopefully that does the trick.

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