Bug 7363 - Rebuild Project action is not compiling all Java source files
Summary: Rebuild Project action is not compiling all Java source files
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 98
: P1 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-08 16:23 EST by Jim des Rivieres CLA
Modified: 2002-01-11 08:56 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 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.