custom p2 touchpoint actions with a signed update site [message #499166] |
Fri, 20 November 2009 04:01  |
Eclipse Developer Messages: 3 Registered: November 2009 |
Junior Member |
|
|
Does anybody know how to get a custom p2 touchpoint install and uninstall action working WITH signed plugin/feature JAR files in the update site?
My situation:
-->one custom p2 touchpoint action, unsigned JAR files - works
-->multiple custom p2 touchpoint actions, unsigned JAR files - works
-->one custom p2 touchpoint action, signed JAR files - works
-->multiple custom p2 touchpoint actions, signed JAR files - Not working as expected - Eclipse wants to first install the plugin which contributes the p2 touchpoint action and then get me to restart and install my feature from the update site again (but why does it work in the case of one custom action, whether it is added to the install OR uninstall phase?)
Any ideas? All I want is a custom install and uninstall action for a feature and i'm using a p2.inf file co-located in the feature which imports the action using "metaRequirements", and another p2.inf file in the META-INF of a plugin which contributes the custom actions using "provides".
I'm sure the syntax is correct because if it was wrong it wouldn't work for both actions with unsigned JAR files or one action and signed JAR files. Right?
Thanks!
|
|
|