Issue Details (XML | Word | Printable)

Key: DERBY-2521
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Andrew McIntyre
Reporter: Daniel John Debrunner
Votes: 0
Watchers: 0
Operations

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

Building derby outputs (from ant) various information messages that are marked as warning severity.

Created: 03/Apr/07 06:58 PM   Updated: 03/Apr/07 10:16 PM
Return to search
Component/s: Build tools
Affects Version/s: 10.3.1.4
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby-2521-v1.diff 2007-04-03 08:29 PM Andrew McIntyre 14 kB

Resolution Date: 03/Apr/07 09:32 PM


 Description  « Hide
Building Derby in CruiseControl shows 66 Errors/Warnings, the majority of which are informational messages.

This messages should be tagged with the level="info" attribute in the <echo> task.

E.g. genParser target in the top-level build.xml should have

<echo level="info" message=" ${msg}"/>

Will add comment with the messages I think should be informational.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order