To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105002 Issue #|105002 Summary|inappropriate log file name by build.pl for 3rd party |modules Component|tools Version|DEV300m57 Platform|All URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|vg Reported by|tono
------- Additional comments from [email protected] Sat Sep 12 00:28:21 +0000 2009 ------- At line #1068 in solenv.pl, the script is checking the body of log file name is "./" only. It should be the case that "./" is set at line #1049 and nothing is appended. However, now the hash key always contains a following slash ("/"), the comparison at line #1049 always fails. So the script emits a log file name ${modulename}/${inpath}/misc/logs/.txt instead of ${modulename}/ ${inpath}/misc/logs/${modulename}.txt. I have explored that the trailing "/" is not set in the hash key in older revision of build.pl but not yet found out where in the current script it is set. --------------------------------------------------------------------- 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]
