|
Project Information
Members
Featured
Downloads
Links
|
This project has a various re-usable methods for managing build numbers to simple (very simple) logging. I expect that additional functionality will be included over time. AppInfo UsageSimply:
Overall, the methods are pretty simple to use. Logger UsageSee blog Current FeaturesAppInfoThis module is responsible for extracting version information about a JAR file. The information can include the name of the JAR (i.e. the executable or library name), author, version, build number, build date, and description... When using this, it is important to think about a AppInfo version to be a project or libary version. A version number you would put in an About box or title bar. You setup your build.xml and code to use this when you first create a project. After that, you can forget about it since everything works automatically. To get a better idea of how this works, just checkout my blog. AppInfoPanelThis panel can be used for an About box type dialog. Usage is simple within a calling program. LoggerA very simple logger that can be used to help with debugging or activity tracking. ExampleTo see this library in action (except for Logger) check out my first open source project language-translate. TZConvertTime Zone Convert is a simple tool for converting between a source and target timezone. It is geared to be used in situations where inbounds dates are text. See the javadoc for an example of usage. At the time of writing, this code this code had been tested but not 100%. For this reason try it out but validate your results. If you find bugs or issues let me know. NOTEThis code does not come with any implied warranty or guarantee. See GNU Public License for more details. 02-11-2008 |