Bug 25495 - Ant compiler adapter should treat bogus imports as errors
Summary: Ant compiler adapter should treat bogus imports as errors
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-29 11:24 EST by Philipe Mulet CLA
Modified: 2002-10-31 09:33 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 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.