将外部库提交到 SVN?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要一个处理依赖关系管理的构建工具。
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