Task #3299
Mis à jour par Matthieu Decorde il y a plus de 2 ans
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.
h3. 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
It is impossible to know what is happening from the point of view of the user.
h3. 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