Ticket #266 (closed defect: done)

Opened 4 years ago

Last modified 4 years ago

Coordinator using hard-coded path separator causes fault in EINotebook

Reported by: jdalbey Owned by: jdalbey
Priority: Urgent Milestone:
Component: CAD Server Version:
Severity: Critical Keywords:
Cc:

Description

EINotebook doesn't use correct incident script. The underlying cause is that the Coordinator uses "/" instead of path.separator, causing the copy xml method to fail on Windows. It's the first source code line in copyXMLfile().
This problem didn't occur in previous production release because there was a line in the batch file to manually copy the incident script.

Change History

comment:1 Changed 4 years ago by jdalbey

Fixed in r676. Changed "/" to File.separator.

comment:2 Changed 4 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done
Note: See TracTickets for help on using tickets.