Bug 79796 - Inconsistent classfile error stops build
Summary: Inconsistent classfile error stops build
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-30 13:05 EST by Bart Geraci CLA
Modified: 2004-12-10 18:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.