Content:Home |
AutoVersionGeneratorWhat's it?This small programm creates a Java file that contains the build count, a minor and major version, the program name and the compile time. After each run of the software, this information will be updated.This software is freeware. How to use it?Unzip the archive and start the program withjava -jar AutoVersionGenerator . It will create the file AutoVersionS.java , that can be edited by yourself. Please update the Application name and the version information after the first run.
Every additional run will update the build information of this file by incrementing it by one. If you call the programm with The major version can only be changed by editing the file manually. You should also reset the minorVersion.
If you specify the parameter
Another file is in the package:
AutoVersionM.java for details.
If you have specified a package name, you have to edit DownloadSourcecode and Executable |