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





------- Additional comments from [email protected] Mon Sep 21 14:47:26 +0000 
2009 -------
> So the non working links may well be a result of having moved the 
> whole ooo/helpcontent2 away from ooo and over to src.m57 folder, 
> just before building?

The *.tree files are updated by the helpcontent2/helpers/update_tree.pl script
that verifies that all files listed in the *.tree files exist, and removes the
non-existing entries. The source tree files are not touched.

I suspect that this is due to the fact that the ooo/helpcontent2 was moved to
src.m57/helpcontent2 instead of just renaming the symlink in src.m57.
The makefile in helpcontent2/source/auxiliary calls the script with 

$(COMMONMISC)$/treefiles.done : $(LOCTREEFILES)
        +$(PERL) $(PRJ)$/helpers$/update_tree.pl && $(TOUCH) $@

I don't know what $PRJ is set to at the time of the call.

Solution: Rerun the script on the existing tree files and make sure that the
path is correct this time, i.e. make sure that there is an ooo/helpcontent2 
folder




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