Bug 25551

Summary: Ant javac adapter always reports build successful even if there are compiler errors
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.0.2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Olivier Thomann CLA 2002-10-30 13:12:27 EST
The execute() method of our ant javac adapter always return true even if compile
errors are found during the compilation process.
This can be easily fixed and would make our custom javac task consistent with
the ant default javac task.
Comment 1 Olivier Thomann CLA 2002-10-30 13:13:48 EST
Fixed and released in 2.1 stream.
We should backport it to 2.0.2 stream.
Comment 2 Olivier Thomann CLA 2002-10-30 13:14:13 EST
Change milestone.
Comment 3 Olivier Thomann CLA 2002-10-31 09:08:39 EST
Backported to 2.0.2 stream.
Comment 4 Olivier Thomann CLA 2002-10-31 09:32:43 EST
Verified.