Bug 74740

Summary: Build path problems seem to always be flagged as errors
Product: [Eclipse Project] JDT Reporter: Darin Swanson <Darin_Swanson>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: John_Wiegand
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Darin Swanson CLA 2004-09-22 19:53:57 EDT
I have set the Java compiler prefs to warning for incomplete build paths and 
NOT to abort build when build path errors occur.

I add an external JAR as a library for the project
Out in the file system I delete that JAR
I refresh the project

I get two errors: "Project Builders is missing required library..." and "The 
project cannot be built until build path errors are resolved"

I expected to get only a warning that the library is missing.
Comment 1 Darin Swanson CLA 2004-09-22 20:03:56 EDT
I am a bonehead...I had project specific compiler settings and I was changing 
the global settings :-(