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





------- Additional comments from [EMAIL PROTECTED] Wed Apr 30 11:09:02 +0000 
2008 -------
Please start the test again with parameter -verbose

testshl2 -verbose ../unxmacxi/lib/libtests..dylib

This will show you, which "absolute" path is taken. If the Path is wrong then,
this could be a problem in sal module.

The relative path '../unxmacxi/lib/libtests..dylib' is _suSysPath and I'm doing
the follows:

// takes the current absolute path
rtl::OUString curDirPth;
osl_getProcessWorkingDir( &curDirPth.pData );

// add the current path and the relative path together, removes the '..' and
convert the path to a file url.
osl::FileBase::getAbsoluteFileURL( curDirPth, _suSysPath, fURL );


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