Bug 31005 - When a filter throws a BuildException, no indication is given as to which file failed
Summary: When a filter throws a BuildException, no indication is given as to which fil...
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.6.2
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-01 22:21 UTC by Steve Collins
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Collins 2004-09-01 22:21:20 UTC
When a filter chain is being executed, say in a <copy> task, I would like to 
know what file on which the filter was executing against when the filter throws 
a BuildException.  Currently, 1.6.1 does not display this information.  Also, 
if it does throw an exception, that file in the <copy> destination directory 
should not be created so that on the second invocation of the <copy> the file 
does get copied otherwise to the user, it appears that the <copy> completed 
successfully because the zero length file still gets created.