Task #3299
Import, compilation error, display an "Internal Error" message
Status: | New | Start date: | 10/12/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Import | Spent time: | - | |
Target version: | TXM 0.8.3 |
Description
Currently in case of compilation error of an import module, TXM just say that the import module call ended with no additional information.
It is impossible to know what is happening from the point of view of the user.
Solution¶
Catch compilation errors and display a modal dialog box saying:- Internal error, impossible to call import module
- send inquiry to TXM developpers
note : the modal dialog could use the "Severe message in dialog" mode (changed in the advance preferences page)
note2 : the actual code could catch the Groovy exceptions
note3 : augment the TXM Log system with a new Log level "modal" (higher than severe) to show the message in the modal box
History
#1 Updated by Matthieu Decorde 26 days ago
- Subject changed from import modules compilation error, display an "Internal Error" message to Import, compilation error, display an "Internal Error" message
- Description updated (diff)
#2 Updated by Matthieu Decorde 26 days ago
- Description updated (diff)
- Target version changed from TXM 0.8.2 to TXM 0.8.3