Bug 44660 - Task 'get' should display human readable error messages.
Summary: Task 'get' should display human readable error messages.
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-23 06:02 UTC by Gustav Weber
Modified: 2008-03-23 06:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustav Weber 2008-03-23 06:02:25 UTC
The 'get' task should display human readable messages when something bad happens.
Right now the default behavior is to display:
'java.io.IOException'
for *every* io problem.