Tagged Questions

1
vote
2answers
69 views

Can Eclipse 3.5 discover all bundles in the plugins dir?

Simple usecase: assemble an Eclipse product using simple scripts, just dumping bundles into the plugins dir. This used to work with 3.3 - with 3.5 it's broken: my application does …
1
vote
0answers
30 views

P2 headless update not working

I have taken the org.eclipse.equinox.p2.examples.rcp.prestartupdate project and adapted it for use in my RCP application. I then setup an update repository that gets updated as pa …
0
votes
2answers
47 views

Equinox p2 for an arbitrary OSGi application?

Hello. I am designing a software system which I think I am going to implement on an OSGi platform. It is going to be a software system running on self-service terminals. OSGi idea …
1
vote
1answer
38 views

Using PDE build, p2 and AdvancedInstaller together

I am building an Eclipse RCP application with the command-line version of PDE build in Eclipse 3.5.1. Then I use AdvancedInstaller to create the installer for the RCP product. I th …
2
votes
2answers
112 views

Programatically installing an Eclipse plugin from within Eclipse?

I want to create an automated installer for an Eclipse plugin (i.e. not through the "Update Manager"). My scenario is simple: the user closes Eclipse, drops a downloaded JAR into t …
1
vote
2answers
151 views

Eclipse doesn’t load plugins in the dropins folder

I just downloaded Eclipse SDK 3.5.1 and want to install some add ons such as GEF, EMF, etc. I downloaded all the zip files for everything I needed and decided to install them in t …
1
vote
2answers
2k views

Do you know update site addresses for *latest* eclipse components ?

I am looking for all addresses related to: 3.x eclipse itself (milestones and/or integration builds) 3.x other components (GEF, GMF, EMF, ...) In the spirit of answering my own …
0
votes
2answers
103 views

In WordPress, restrict number of posts a user can post in a day

I run a website where registered users are Authors and can post to the front page. This is a community, but after we left beta and started welcoming users, some wierd people start …
1
vote
2answers
146 views

Tool for downloading eclipse plugins from update sites

I need to install an eclipse plugin to a machine not connected to the Internet and I cannot find a dist to use for a local install. Is there a tool for downloading a plugin from a …
3
votes
2answers
125 views

How to find list of installed Eclipse features from external program?

I am preparing windows installer for my Eclipse plugin. I want install it into target eclipse product using P2 director. I am targetting only Eclipse 3.5 for now. Installer should …
0
votes
1answer
104 views

Replacing an exsiting feature id in Eclipse

Hi, I have a feature and I want to change its' ID. However, this makes it impossible to update existing installation and here's why: Assume the feature F1 at version 1.0 consist …
1
vote
1answer
326 views

Eclipse 3.5 update site returns stale results for / but not for site.xml

I'm getting mixed results with an update site I'm setting up: Using http://mylyn-mantis.sourceforge.net/eclipse/update/site.xml gets the latest (3.0.2) version Using http://mylyn …
11
votes
3answers
1k views

Is it possible to make an eclipse p2 provisioning mechanism running *locally* ?

Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of provisioning called p2. "Provisioning" is the process allowing to discover and update on demand some pa …