Bug 79796

Summary: Inconsistent classfile error stops build
Product: [Eclipse Project] JDT Reporter: Bart Geraci <BJGeraci>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Bart Geraci CLA 2004-11-30 13:05:19 EST
Build 200411300800

In one of my projects, I get an "Inconsistent classfile encountered" error (I'll
detail why in another bug report). If I clean the project & rebuild, then I
still get the error, but I notice that it stops the build for the rest of the
project. 

Is there a way (some option) to compile **all** the project files regardless of
errors like these?
Comment 1 Philipe Mulet CLA 2004-11-30 18:55:59 EST
Not really. The offending file seems to have been produced by our compiler, and
would indicate a bug. Then we fail to load the classfile when incremental
compiling against it.

Your best bet is to force the offending file to be recompiled from source each
time (either force a full build, or manually touch the offending source file by
adding a space to it).
Comment 2 Philipe Mulet CLA 2004-11-30 18:56:33 EST
Offending scenario is described in bug 79797
Comment 3 Jerome Lanneluc CLA 2004-12-10 07:58:10 EST
Since bug 79797 is fixed, this is not an issue any longer, right ?
Comment 4 Philipe Mulet CLA 2004-12-10 18:45:06 EST
This scenario shouldn't happen, and thus fault-tolerance is not required here.