To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116342
User cfries changed the following:
What |Old value |New value
================================================================================
Status|RESOLVED |CLOSED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Wed Jan 12 09:26:55
+0000 2011 -------
Thank you! I got it. Signing Obba_IDL_types.jar resolved the problem. So to
created an OXT with a signed JAR I had to add
<target name="-pre-uno-package">
<signjar jar="${dist.jar}" alias="yourAlias" storepass="yourPassword" />
<signjar jar="${dist.dir}/${idl_types.jar}" alias="yourAlias"
storepass="yourPassword" />
</target>
to my ANT built file. I am sorry for causing this confusion, but maybe there
could be some hint in the developer documentation or a section on creating a OXT
with a signed JAR. After all the error message was quite unhelpful and also I
did not see the error messages you posted. Must have been my mistake!
---------------------------------------------------------------------
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]