Bug 25551 - Ant javac adapter always reports build successful even if there are compiler errors
Summary: Ant javac adapter always reports build successful even if there are compiler ...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-30 13:12 EST by Olivier Thomann CLA
Modified: 2002-10-31 09:32 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 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.