Ticket #266 (closed defect: done)
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
Note: See
TracTickets for help on using
tickets.

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