• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse RCP P2 update system

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am struggling with the P2 update system for about 2 weeks now and I'm totally stuck, so I am hoping someone can finally help me...

I have maden RCP application with about 10 plug-ins. But eacht plug-in has several dependencies from third parties and eclipse. So my feature is based on my 10 plug-ins + about 100 extra plug-ins that I didn't make.

Each of the 10 plug-ins that i made is version 1.0.0.qualifier and the rest are the version numbers of the plug-in providers...

Now I create an executable from from my product and for testing purposes when the exe is created i change one of my plug ins and give it version 1.0.1.qualifier and my feature also gets version 1.0.1.qualifier. After I did that I create a deployable feature from my feature...

When i test my exe it has version 1.0.0.<qualifier> like expected, So I try to update it. This is where it gets wrong.

It doesn't find version 1.0.1.<qualifier>. So I try to "find new software". There it DOES find version 1.0.1.<qualifier> but when I try to install it it tells me that it is allready installed and that an update will be performed. But It doesn't find the update....

Can anyone tell me what I am doing wrong? Hopefully someone can help me...

Thanks alot
 
reply
    Bookmark Topic Watch Topic
  • New Topic