https://issues.apache.org/bugzilla/show_bug.cgi?id=44843
Summary: ant unzip tasks should make filenotfound exceptions more
explicit
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
If you try and <unzip> a file that doesnt exist, all you see in the log is
Error while expanding lib/package-core-install/sf-core-install-3.12.031dev.zip
when you run at -d you see
Caused by: java.io.FileNotFoundException:
/home/bob/CC/SmartFrogSVN/core/release/build/ivy/lib/package-core-install/sf-core-install-3.12.031dev.zip
(No such file or directory)
really, a missing file is something we could check for first, and fail with
something meaningful. Also, the text from any nested IOE should be printed
rather than lost at the normal log level
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.