Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-update-dev] Eclipse 2.1 New Updates Help Required

Hi,

I tried to use New Updates available with Eclipse 2.1. I have started from creating a new Hello World Plugin, Feature and updateSite. I kept the site.xml, plugins folder and features folder as a webapp on my tomcat.

For the first time, I have been able to use Update Manger to install the plugin, it works fine. I then updated the plugin and changed the version 1.0.0 to 2.0.0 at all places in plugin.xml and feature.xml and site.xml

Now my site.xml looks like:
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/com.exmaple.xyz_1.0.0.jar" id="com.exmaple.xyz" version="1.0.0">
      <category name="sampleCategory"/>
   </feature>
<feature url="features/com.exmaple.xyz_2.0.0.jar" id="com.exmaple.xyz" version="2.0.0">
      <category name="sampleCategory"/>
      <category name="sampleCategory2"/>
   </feature>
   <category-def name="sampleCategory" label="Sample Label">
      <description>
This category demonstrates how features can be classified
      </description>
   </category-def>
</site>

and plugins and features folder have 2-2 jar files with _1.0.0 and _2.0.0 versions of features and plugins. I deleted the site bookmark and created once again the bookmark and I can see the 2.0.0 version of HelloWorld plugin is available for updating the existing 1.0.0 plugin. so Update Button is visible.

But, When I click on Help > Software Updates > New Updates the new update doesnot strike. Even with the Update Manager > Available Updates > Search does not find the new update...Anything wrong with my setup ?

ANy clues ...?

Thanks in advance.

Bhavin Raichura


___________________________________________________
Download the hottest & happening ringtones here!
OR SMS: Top tone to 7333
Click here now: http://sms.rediff.com/cgi-bin/ringtone/ringhome.pl




Back to the top