Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECJ always returns -1 #2

Closed
GoogleCodeExporter opened this issue Feb 27, 2016 · 2 comments
Closed

ECJ always returns -1 #2

GoogleCodeExporter opened this issue Feb 27, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

ECJ always returns -1, even if the compilation is successful.

It should return 0 on success, so we can react to error correctly in the 
BeanShell scripts

Original issue reported on code.google.com by tom.ar...@gmail.com on 20 May 2011 at 11:59

@GoogleCodeExporter
Copy link
Author

The issue is fixed in version 0.6.2
Now, fnCompile returns following values:
0 = compiled OK
1 = compiled with warnings
2 = compilation errors
3 = other errors

Tom

Original comment by tom.ar...@gmail.com on 22 May 2011 at 11:18

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by tom.ar...@gmail.com on 17 Aug 2011 at 5:22

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant