Ticket #1 (closed task: done)
Add a revision number to the About box in ScriptBulder
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Medium | Milestone: | ScriptBuilder 1 |
| Component: | ScriptBuilder GUI | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Help > About in ScriptBuilder should display the current SVN revision number so it's always possible to know which source code version created the executable you are running.
Change History
comment:2 Changed 9 years ago by jdalbey
- Status changed from accepted to closed
- Resolution set to done
Completed in r8.
Add target to build.xml to create a properties file at build time that contains the svn version number.
Added a method to ScriptBuilderFrame? to read the properties file and extract the version number.
Added action listener for Help > About to display the version number.
Note: See
TracTickets for help on using
tickets.
