apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Make errors returned by ANTLR from parsing DMN files friendly #57

Open baldimir opened 1 year ago

baldimir commented 1 year ago

Errors produced by ANTLR when parsing DMN files are not user friendly (e.g. when parsing using kogito-maven-plugin). We need to make sure the errors are explanatory.

baldimir commented 1 year ago

Example log: mvn-clean-install.log

jomarko commented 1 year ago

What is the suggestion in this specific case @baldimir ? How should look the error message form your point of view please?

baldimir commented 1 year ago

It is hard to tell. I think we need to first do an analysis what errors we get from ANTLR.