Ticket #119 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

Sim Mgr Help > About doesn't show current version

Reported by: jdalbey Owned by:
Priority: Low Milestone: May 2019 Training
Component: Simulation Manager Version:
Severity: Minor Keywords:
Cc:

Description

Choosing Help > About gives this console message.

Mar 24, 2019 6:57:31 PM RevisionNumber getString()
SEVERE: Exception trying to read from file: config/svn-version.txt
java.io.FileNotFoundException: config/svn-version.txt (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.util.Scanner.<init>(Scanner.java:611)
	at tmcsim.common.RevisionNumber.getString(RevisionNumber.java:39)
	at tmcsim.simulationmanager.SimulationManagerView$1.actionPerformed(SimulationManagerView.java:734)

I think the code needs to be changed to use the same mechanism as is used in the CAD Server.

Change History

comment:1 Changed 7 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r365

Note: See TracTickets for help on using tickets.