Bug 25495

Summary: Ant compiler adapter should treat bogus imports as errors
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0.2   
Target Milestone: 2.0.2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-10-29 11:24:53 EST
R2.0.2

The Ant adapter tasks should not consider unresolved imports as warnings.
It should instead default to treating them as errors (unclear it would even 
need an option to disable them - deluxe?).
Comment 1 Philipe Mulet CLA 2002-10-29 11:25:29 EST
We may want to backport this into 2.0.2 for exposing it to Releng.
Comment 2 Olivier Thomann CLA 2002-10-29 11:30:40 EST
I removed the "-noImportError" from the command line invoked by the javac ant
adapter.
Fixed and released in 2.1 stream.
Comment 3 Olivier Thomann CLA 2002-10-31 09:09:35 EST
Backported to 2.0.2 stream.
Comment 4 Olivier Thomann CLA 2002-10-31 09:33:09 EST
Verified.