To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71083
Issue #|71083
Summary|build --html leaves *many* tmp files in /tmp
Component|tools
Version|current
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|solenv
Assigned to|vg
Reported by|pjanik
------- Additional comments from [EMAIL PROTECTED] Wed Nov 1 11:21:06 -0800
2006 -------
Hi,
build --html leaves many temporary files in /tmp.
looks like this code does not work properly:
if(-e $temp_html_file) {
rename($temp_html_file, $html_file) or system("mv", $temp_html_file,
$html_file);
unlink $temp_html_file if (-e $temp_html_file);
};
---------------------------------------------------------------------
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]