To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81911


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'hjs,hr,ihi,kz,rt'        |'hjs,hr,ihi,kz,rt,vg'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Oct 26 10:44:06 +0000 
2007 -------
Hmm, then it is a build tool. maybe it removes *complete* tmp dir?

I see at least these cases in build.pl:

sub do_exit {
#    close_server_socket();
    my $exit_code = shift;
    $build_finished++;
    generate_html_file(1);
    rmtree(CorrectPath($tmp_dir), 0, 1) if ($tmp_dir);
    exit($exit_code);
};

and

sub print_error {
    my $message = shift;
    my $force = shift;
    rmtree(CorrectPath($tmp_dir), 0, 1) if ($tmp_dir);



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

Reply via email to