To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91232
------- Additional comments from [EMAIL PROTECTED] Wed Jul 2 15:13:02 +0000
2008 -------
Looks as if
+.IF "$(SOLAR_JAVA)" == "YES"
$(JAVAI) $(JAVA_LIBRARY_PATH) -cp $(my_cp) com.sun.star.help.HelpIndexer
-foo
-mod $(LINKNAME) -zipdir $(MISC)$/ziptmp$(@:b) -o $@
+.ELSE
+ $(RM) $(MISC)$/ziptmp$(@:b)$/content/*.*
+ $(RM) $(MISC)$/ziptmp$(@:b)$/caption/*.*
+ zip -j -D $@ $(MISC)$/ziptmp$(@:b)$/*
+ $(RM) $(MISC)$/ziptmp$(@:b)$/*.*
+.ENDIF
will do the job. As discussed with hjs it leaves some temporary folders
in $(MISC), because $(RM) -rf better shouldn't be used. This will be
fixed in a follow up issue for hjs to provide something like $(RMDIR).
Then the target zip files are build containing everything but the
Lucene index. I will do a test build over night.
---------------------------------------------------------------------
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]