To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59477
------- Additional comments from [EMAIL PROTECTED] Mon Dec 19 02:11:20 -0800
2005 -------
Very strange. 'deliver.pl' is supposed to check for file existence before
writing it to deliver.log and before copying. Obviously neither the check in
line 840/841
@from_stat = stat($from);
return 0 unless -f _;
nor that in line 1102
return 0 if ( ! -e $entry[1] );
works for you, because according to your example a non existing
automation/wntmsci10.pro/bin/testtool is tried to be copied. That leads to all
those error messages about non existing files and to wrong logfiles containing
entries for files which have never been copied.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]