Re: looking for more informative exception messages when parsing invalid Ruta script

2015-07-17 Thread Peter Klügl
Hi, withtout looking at the code (I am on vacation right now), I think the error reporting (the catch of the exception) in the ruta-core parser misses the functionality present in the parser of ruta-ide. Shouldn't be a problem to fix it. I will create a ticket next week and will fix it. You

looking for more informative exception messages when parsing invalid Ruta script

2015-07-16 Thread Renaud Richardet
Hello, When using Ruta in a non-Workbench setup (in my case, Maven), I don't manage to catch Ruta script errors in a meaningful way. Here is an example: aaa\. - MyAnnotation; // fails because of escaped dot The thrown error is quite uninformative: java.lang.ArrayIndexOutOfBoundsException: -1