To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82551
User sj changed the following:
What |Old value |New value
================================================================================
Status|REOPENED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Nov 19 11:57:55 +0000
2007 -------
@rene, I can see in your posted description.xml that you are using the correct
version and that my fixes are working properly: default-license-id has been
changed from "en-NZ" to "lic-en-US" -> my fix works as desired the
description.xml is no longer broken.
---------------------------------
I can also see in your description.xml that your license texts are still
missing, but this can|t be fixed by me. You might have one of the following
problems:
Maybe the following code of the makefile.mk isn|t copy at least one license text
(the licenses are used from the osl project) :
.IF "$(GUI)" == "WIN" || "$(GUI)" == "WNT"
$(PACKLICS) : $(SOLARBINDIR)$/osl$/license$$(@:b:s/_/./:e:s/./_/)$$(@:e).txt
@@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@
.ELSE
$(PACKLICS) : $(SOLARBINDIR)$/osl$/LICENSE$$(@:b:s/_/./:e:s/./_/)$$(@:e)
@@-$(MKDIRHIER) $(@:d)
$(GNUCOPY) $< $@
.ENDIF
or second, the licinserter.pl is not working properly, this perl script makes
one entry in description.xml for each license text.
At the end, the description.xml file should look similar to this:
<?xml version="1.0" encoding="UTF-8"?>
<description xmlns="http://openoffice.org/extensions/description/2006"
xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<version value="1.0" />
<dependencies>
<OpenOffice.org-minimal-version value="2.3"
dep:name="OpenOffice.org 2.3"/>
</dependencies>
<registration>
<simple-license accept-by="admin" default-license-id="lic-en-US">
<license-text xlink:href="registry/LICENSE_en-US" lang="en-US"
license-id="lic-en-US"/>
<license-text xlink:href="registry/LICENSE_de" lang="de"
license-id="lic-de"/>
</simple-license>
</registration>
</description>
Please provide another Issue for your problem.
---------------------------------------------------------------------
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]