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





------- Additional comments from [EMAIL PROTECTED] Tue Apr 18 06:18:24 -0700 
2006 -------
Well, I cannot reproduce this. Perhaps this is a problem of slashes in Windows
environment. In the ddf file I can see, that the temporary path was not removed
from the complete path. Therefore the line contains more than 256 characters.
This removal happens in file 
"solenv/bin/modules/installer/windows/msiglobal.pm"
where the function make_relative_ddf_path simply substitutes the temp path by
nothing. 

sub make_relative_ddf_path
{
        my ( $sourcepath ) = @_;
        $sourcepath =~ s/\Q$installer::globals::temppath\E//;
        $sourcepath =~ s/^\\//;
        return $sourcepath;
}

In your ddf file backslashes are used. Is it possible, that your variable
$installer::globals::temppath contains slashes? Can you please check this?
Another simple error could be, that your file
"instsetoo_native/util/openoffice.lst"
does not contain the setting "RELATIVE_PATHES_IN_DDF 1" for the product
OpenOffice_SDK. Can you please check this, too?


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