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=31541>.
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=31541





------- Additional Comments From [EMAIL PROTECTED]  2004-11-18 07:26 -------
Looking at your output and the code, it looks like something is going on with
the delFile method.

As you're specifying a fileset (I assume from the build.xml included below), the
task looks inside the fileset and then perorms the desired action, in this case
delFile.  I think for some reason, the FTPClient object can't delete the file on
the server, but the warning message that the file couldn't be deleted will be
swallowed and the # processed won't be incremented if skipFailedTransfers is set
to false.  Normally this would produce a BuildException, except in your case it
isn't, which is pretty strange.

Can you try it with verbose="true" and see if it logs a skipping file message?





-- 
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]

Reply via email to