Community
Participate
Working Groups
Build Identifier: Build id: 20100617-1415 I've been trying to use p2 update site for my eclipse based product and haven't been successful. I have a test application here https://code.google.com/p/akravets-sandbox/source/browse/#svn/trunk. Basically it's a mail app example but made to run in SDK. To make update site work I first create a product with com.example.mail.feature/feature.xml that does not have com.example.plugin. And then create a p2 site with the plugin in it. After launching the app and using update site I get this message http://pastebin.com/f6XsMHc9. This is happening in Eclipse 3.6 using 3.6 TP. If I do something similar in my other application using 3.4 TP, I get this message http://pastebin.com/ait69B55 which I guess is somewhat similar to the first one. Is this problem due to the fact that I am initially installing a product and then use feature based update site? I don't really understand what is the real cause of the errors. thanks, Alex Reproducible: Always
This was related to incomplete setup on my part.