Tagged Questions
The update-site tag has no wiki summary.
9
votes
3answers
10k views
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.
6
votes
3answers
4k views
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?
4
votes
3answers
2k views
Eclipse updates not working
I have installed Eclipse 3,6 on 64 bit Windows platform.
When I try to connect to update sites by going to Help->install new software it gives following error:
Unable to connect to repository
...
2
votes
1answer
70 views
plugin - feature - update site
I have several plugins and would like to create a nice update site to provide them. Some of them only contain core functionality (would not do anything, let's call them core-plugin) and others provide ...
2
votes
1answer
2k views
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 ...
2
votes
2answers
224 views
Update Site Creation Automation
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 ...
2
votes
1answer
256 views
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 ...
2
votes
3answers
204 views
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 ...
1
vote
2answers
50 views
Local update site with remote features
I would like to create a lightweight eclipse update site that would only reference to feature or plugins in remote update sites, in order to have a single entry point for my team to install and update ...
1
vote
1answer
133 views
Eclipse update site - how to sign jars?
I have a few Eclipse plugins that are part of a feature. We would like to apply code signing to these plugins when the update site is updated.
I can see the JAR Signing tab when exporting an ...
0
votes
1answer
34 views
Solution for building an offline “composite” Eclipse update site with categories
This is going to be a pretty long question, so bear with me. I'm looking for a solution to build custom update sites (or p2 repositories) for use in an offline development environment, with the ...
0
votes
1answer
32 views
Why do my eclipse plugins not work when deployed?
So, I'm working to deploy some plugins that we've developed via an update site. So, I've made a feature with the plugins, put the dependencies etc in. Then I made an update site project, and added the ...
0
votes
1answer
67 views
Update-Site for Mylyn Web Templates Connector (a.k.a. generic web connector) is unknown
I want to install the Web Templates Connector for Mylyn in Eclipse. It was also known as Generic Web Connector in the past.
There's an infinite count of pages on the web that mention ...
0
votes
1answer
13 views
application checking for patches/updates
I have a question to the group, I am working on (Java) Eclipse RCP windows desktop application, I need to implement a function which checks a website for any available updates to it. So I would want ...
0
votes
1answer
36 views
P2 sites security strategy
We have a p2 site, which we want to make available for our customers. But we do not want someone else to access it. What are the strategies for securing p2 sites?
0
votes
2answers
112 views
eclipse RCP build updatesite for multiple features
need your expertise on this..
Is it possible to build an update site for more than one feature? (ex: two different features are updated via one update site)