Ticket #1 (closed task: done)

Opened 9 years ago

Last modified 9 years ago

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:1 Changed 9 years ago by jdalbey

  • Status changed from new to accepted

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.