sirnple

Results 2 issues of sirnple

In method `spoon.support.compiler.SpoonPom#generateClassPathFile`, `invoker.execute(request)` does not process the return value, it just catch a `MavenInvocationException`. But actually, when the return value contains a non-zero exit code, it represents maven build...

easy-rules-mvel version: 4.1.0 I have run code like: ```java try { MVELRule mVELRule = new MVELRule(); MVELRule result = mVELRule.then("jaz.Zer"); } catch (Exception e) { } ``` Meanwhile I hava...