Actions
Feature #3894
closedload script : line number is missing.
Status:
Closed
Priority:
Low
Assigned To:
Category:
ENX Core
Target version:
Start date:
02/04/2013
Due date:
02/04/2013
% Done:
100%
Estimated time:
Description
If there is a problem during loading an ENX script, you got only:
ENX > !load tab.enx 6 DEBUG [main_task_0000000001E3FA30] ENX.Console - <result type="error">The configuration file "tab.enx" is mispelled!</result> 6 INFO [main_task_0000000001E3FA30] ENX.Console - Error : The configuration file "tab.enx" is mispelled!
get the line number of the misspelled line in the script file can be helpful.
Updated by Dosme Nicolas almost 12 years ago
Trunk r462.
error message contains now the line number and the error type.
ENX > !load error1.enx 13 DEBUG [main_task_0000000002135A30] ENX.Console - <result type="error">The configuration file "error1.enx" is misspelled! line 15 : Unknown control action</result> 13 INFO [main_task_0000000002135A30] ENX.Console - Error : The configuration file "error1.enx" is misspelled! line 15 : Unknown control action
Updated by Dosme Nicolas almost 12 years ago
- Due date set to 02/04/2013
- Status changed from New to Closed
- Assigned To set to Dosme Nicolas
- % Done changed from 0 to 100
Actions