influencia0406 / java-ide-droid

Automatically exported from code.google.com/p/java-ide-droid
0 stars 0 forks source link

ECJ always returns -1 #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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