免费项目托管网站可轻松与 Hudson/Maven 等集成

发布于 2024-09-26 00:31:11 字数 209 浏览 4 评论 0原文

我想在免费项目托管网站上托管我的 java 项目。 我想使用 SVN(如果可能集成在 NetBeans 中)。

我希望该网站易于使用,并提供像 Hudson 系统这样的选项来控制我的夜间构建/测试执行。

有这样的网站吗?

预先感谢您的答复。

如果您认为有比 SVN 或其他更好的替代方案,请使用足够的论证来说服我。我接受您尝试过的任何建议。

I want to host my java project on a free project hosting site.
I want to use SVN (if possible integrated in NetBeans).

I want the site to be easy to use and offer an option like Hudson system to control my nightly build/test execution.

Is there such a site(s) ?

Thank you in advance for the answers.

If there is an alternative that you think it's better than the SVN or something else, please use enough argumentation to convince me. I accept any proposals that you have tried out.

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

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

发布评论

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

评论(2

夜唯美灬不弃 2024-10-03 00:31:12

我希望该网站易于使用,并提供像 Hudson 系统这样的选项来控制我的夜间构建/测试执行。

Java 托管持续集成本质上不容易免费提供(因为它非常占用 CPU 和磁盘资源),因此您不会在“大型”公共伪造品上找到它。

据我所知,唯一提供 CI(以及 subversion、邮件列表、wiki 等)的地方是 CodeHaus.org。如果您的项目“符合条件”,可能是一个选择。

如果没有,要么自己运行 Hudson(只需将其插入任何托管的 Subversion 存储库,例如 Google Code)或者...使用商业服务,例如 CloudBeesMikeCICI 铸造。另请参阅托管持续集成

I want the site to be easy to use and offer an option like Hudson system to control my nightly build/test execution.

Hosted Continuous Integration for Java is not something easy to provide for free by nature (because it's very CPU and disk intensive), so you won't find that on "big" public forges.

The only place I know that offers CI (and subversion, mailing list, wiki, etc) is CodeHaus.org. Might be an option if your project is "eligible".

If not, either run Hudson yourself (and just plug it on any hosted Subversion repository, e.g. on Google Code) or... use a commercial service like CloudBees, MikeCI, CI Foundry. See also Hosted Continuous Integration.

裂开嘴轻声笑有多痛 2024-10-03 00:31:12

实际上我的问题类似于咨询两个问题。
以下是我对他们的回答。

  1. 查找 SVN 免费源代码控制存储库
    • 我已经停止了两个选择:
      • Java.net - 这看起来像是一个具有未来的存储库,并且正在使用 Kenai 技术进行升级,所以我希望它稳定且快速。
      • kenai.com - 与 NetBeans 的集成非常漂亮!易于使用并具有许多功能,例如集成问题报告。不幸的是,这个已经死了,项目正在迁移到java.net。所以坚持第一个建议。
  2. 与哈德逊整合
    • 我还没有安装和配置Hudson,但我想这不会是这样的问题。我们拭目以待。

Actually my question was something like a consulting 2 questions.
Here are my answers to them.

  1. Find SVN free source control repository
    • I have stopped on two options:
      • Java.net - this seems like a repository with future and it's getting upgraded with Kenai technology, so I hope it's stable and fast.
      • kenai.com - Very nice looking integration with NetBeans! Easy to use and with lots of features like integrated issue-reporting. Unfortunately, this one is dead and projects are getting migrated to java.net. So stick with the first proposition.
  2. Integrate with Hudson
    • I haven't installed and configured a Hudson yet, but I guess it won't be such a problem. We'll see.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文