History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-536
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Robin Shen
Reporter: AlSt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Some types of warnings are interpreted as errors

Created: 11/Nov/21 11:15 PM   Updated: 23/Feb/10 05:41 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File build-log.txt (2 kb)

Environment: PMEase QuickBuild, 2.1.10, 2010-02-19


 Description  « Hide
Some types of warnings are interpreted as errors:
- deprecation warnings
- "no such file" warnings
- unchecked or unsafe operations

See attached build log for details...

 All   Comments   Work Log   Change History      Sort Order:
AlSt [19/Feb/10 01:40 PM]
Sorry, this refers to the feature "Task and compilation error in Ant build step can now be catched and reported in build overview screen."

Robin Shen [20/Feb/10 04:09 AM]
Unfortunately there is no obvious mark javac task output to distinguish errors and warnings (simply checking against words such as "warning" and "note" is not feasible since these words are different across different languages). We thought to mark all the errors and warnings produced by "javac" task as WARN instead ERROR. What do you think?

Robin Shen [23/Feb/10 05:41 AM]
Errors now displayed as warnings in 2.1.11