I am using Eclipse to develop a Blackberry Java application.Is possible to automatically increment version 开发者_如何学Pythonnumber on every build like its done in Visual Studio ?
If you use Ant under Eclipse, you can use the <buildnumber>
task. See here for more details.
I prefer you can try using subversion http://subversion.apache.org/ for project standard development. try using maven http://maven.apache.org/
精彩评论