DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39644>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39644 Summary: FTP task fails, but reason is unclear Product: Ant Version: 1.6.5 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Optional Tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Using the optional FTP task, which requires the optional library commons net, FTP fails under certain situations (not all). The FTP task implementation in Ant obscures the real cause of the error, reporting just "error during FTP transfer: org.apache.commons.net.io.CopyStreamException: IOException caught while copying.". The real cause was a class not found exception for an ORO library class. Which I'd missed on the task dependencies list. I suspect other errors might be being hidden too. These errors should be better explained, to prevent others having the several months of problems that I had before I found the cause by writing my own wrapper task which caught the exception and dumped it fully... I've found postings online of users experiencing potentially the same problem. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]