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
精彩评论