开发者

Committing external libraries to SVN?

开发者 https://www.devze.com 2023-02-11 07:02 出处:网络
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 commi

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 accordin开发者_如何转开发gly so they don't have to manually add the libraries. Is there a way to do this?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消