I’m developing a library connected SVN @sourceforge, My IDE is Eclipse, so how to setup version numbering ? I guess it’s automatic but how do I do that using Eclipse ?
NOTE: I’m using Subclipse
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you’re using Java and this is a new application. In that case I recommend setting up your project with Maven and using the Release plugin (http://maven.apache.org/plugins/maven-release-plugin/) or the Versions plugin (http://mojo.codehaus.org/versions-maven-plugin/). Here is a link on how to get started with the Versions plugin once you have Maven set up:
http://weblogs.java.net/blog/johnsmart/archive/2010/08/18/managing-version-numbers-maven-maven-versions-plugin