Bug 7363

Summary: Rebuild Project action is not compiling all Java source files
Product: [Eclipse Project] JDT Reporter: Jim des Rivieres <jeem>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 98   
Whiteboard:

Description Jim des Rivieres CLA 2002-01-08 16:23:09 EST
I've noticed that the Rebuild Project action issues on a Java project
does not compile some of my Java source files. This is happening in
Eclipse 20011219 (stable build).

I know it's not compiling them because (a) there are no error markers, 
and (b) there are no generated class files.

Its always the same two files (ASTTest and ASTVisitorTest), and the
only thing even remotely remarkable about them is that they occur
in the same package fragment as another file (ASTConverterTest) which
has a lot of errors due to missing imports. If I edit either file and
save the changed, the Build Project action does compile the changed file.
Comment 1 Kent Johnson CLA 2002-01-09 15:31:10 EST
The build is failing because of an incomplete classpath.

Jeem does not have our latest changes which replaces all problems on the 
project with just two problems.

He should see one error on the project: "The project was not built since its 
classpath is incomplete."

The second error in on the file which indirectly references the missing class 
file.