commit | c15ed2d771b4b02bab5f2a2281d08a050ee1df89 | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Wed May 13 17:57:43 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Wed May 13 18:03:14 2009 -0700 |
tree | 9bee2643b324ca70dd1ad9f7d37319f06dbfd692 | |
parent | 20d4ecf2d785bb0120222ab4ab249abc1165314c [diff] |
Fix a double issue regarding interrupted builds due to pre-existing errors. First, the ApkBuilder didn't cancel its run if the project had markers from JDT. Second, the try/catch on ApkBuilder#build didn't properly test the CoreException status severity (used getCode instead of getSeverity), so it did not detect cancels being thrown by #abortOnBadSetup and displayed the error in the console instead.