update-site

Change mirror of update sites of eclipse plugins

I'm using ganymede but I can't find the option to change mirror for the update sites. Is there a way to change this? ...

How to track downloads from an Eclipse update site?

I have a plug-in that I am distributing via an Eclipse update site. I want to track how many times it is being downloaded, and preferably by whom. For regular pages on my site, I can use Google analytics. However, Eclipse doesn't use any HTMLs when going for update sites. Is there any way to do this when I don't have access to the host...

How to find orphan plugins in eclipse RCPs ?

Update sites with RCPs prohibits orphan plugins, otherwise plugins that are not in a feature. If this condition is not filled, the update manager returns the following error: Resulting configuration does not contain the platform. Unfortunately, no way to determine which plugins are orphan. How to find orphan plugins ? ...

Why is Galileo update site empty?

I just installed Eclipse Galileo for Java developers and noticed that the update site list is empty. Does anyone else have the same problem? I don't know the URL's for the update sites. ...

Update Site Creation Automation

Hi, I've developed an eclipse plug in, and created a feature and an update site projects inside eclipse to publish it. What i am looking for, is a way to automate the process of creating my update site during our automatic build process through a command line rather that manually throught the UI of the update site project. It seems to ...

How to get data from server and update the database with it ?

I am implementing an android application and i can't figure out how to solve this problem : When user clicks to the update button , i want to connect to the my server and check if there is any update on the data , if there is , i want to get data from server and update the database.Should i use xml structure to check and get updates from...