将外部库提交到 SVN?

发布于 2024-10-18 08:40:58 字数 182 浏览 1 评论 0原文

我正在使用 Subclipse 1.6 来处理一个小组项目。我已将一些外部 JAR 库添加到我的构建路径中,并希望我的所有团队成员也能够访问它们。然而,当我冒险时,团队成员都收到错误消息,说他们缺少库。

我当然知道我可以直接将 JAR 本身发送过来,但我想这样做,以便相应地提交构建路径,这样他们就不必手动添加库。有办法做到这一点吗?

I'm using Subclipse 1.6 to work on a group project. I have added some external JAR libraries to my build path and would like all my team members to be able to access them as well. However, when I commit the chances, the team members all get error messages saying that they are missing the libraries.

I know of course that I could just send the JARs themselves over, but I'd like to make it so that the build paths are committed accordingly so they don't have to manually add the libraries. Is there a way to do this?

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

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

发布评论

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

评论(1

宫墨修音 2024-10-25 08:40:58

听起来您需要一个处理依赖关系管理的构建工具。

Hudson 和 Maven 对此效果很好 - 请考虑这篇文章

http:// weblogs.java.net/blog/johnsmart/archive/2008/11/managing_automa.html

It sounds like you need a build tool that handles dependency management.

Hudson and Maven work well for this - consider this article

http://weblogs.java.net/blog/johnsmart/archive/2008/11/managing_automa.html

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