Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Dropins in rcp not working
Dropins in rcp not working [message #467935] Mon, 03 August 2009 12:21 Go to next message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
<br><font size=2 face="sans-serif">I have an rcp application and want to
update using the dropins folder as P2 is just far to complicated.</font>
<br>
<br><font size=2 face="sans-serif">However I create a dropins folder at
the same level as the p2/plugins/features folder.</font>
<br>
<br><font size=2 face="sans-serif">Inside the dropins folder I create a
plugins and features folder and I put the feature and all its referenced
plugins into their respective folders.</font>
<br>
<br><font size=2 face="sans-serif">I start the application and as far as
i can tell the dropins folder is completely ignored. The new feature and
plugin files do not get installed and physically they are not even copied
from dropins to the plugins folder. There are no errors in the log file.</font>
<br>
<br><font size=2 face="sans-serif">How can I make dropins work in an rcp
application.</font>
<br>
<br><font size=2 face="sans-serif">I have org.eclipse.equinox.p2.reconciler.dropins,1.0.100.v20090520- 1905,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.0.1 00.v20090520-1905.jar,4,true
in the bundles.info file and it is included in the rcp application.</font>
Re: Dropins in rcp not working [message #468165 is a reply to message #467935] Tue, 04 August 2009 12:48 Go to previous messageGo to next message
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
While I had many problems with dropins absent or not working in 3.4.1,
everything works in 3.5 without any tweaks. At the end of our build, the
dropins folder is present and working, no tweaks to bundles.info required.
Re: Dropins in rcp not working [message #468184 is a reply to message #468165] Tue, 04 August 2009 13:20 Go to previous messageGo to next message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
<br><font size=2 face="sans-serif">I create my export using the link from
the product file which opens the export wizard. It does not create a dropins
folder. Just configuration, plugin, feature, p2 and repository. Do you
actually get a dropins folder when you create the export. If so how.</font>
<br>
<br><font size=2 face="sans-serif">Do I have to tell it I want a dropins
folder, the stuff I have read sort of says it monitors this one automatically.</font>
<br>
<br><font size=2 face="sans-serif">Is there some p2.inf entry or something
I need.</font>
<br>
<br><font size=2 face="sans-serif">Thanks as this is driving me round the
bend.</font>
Re: Dropins in rcp not working [message #468450 is a reply to message #468184] Wed, 05 August 2009 14:31 Go to previous messageGo to next message
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
Sorry, I do all my builds headlessly with PDE, so do not use Export.
Re: Dropins in rcp not working [message #478967 is a reply to message #468450] Fri, 07 August 2009 17:10 Go to previous messageGo to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
MSacarny wrote:
> Sorry, I do all my builds headlessly with PDE, so do not use Export.

I do headless builds as well, but didn't get a "dropins" folder to appear
until I created a p2.inf file in the same directory as the .product file:

instructions.install = mkdir(path:${installFolder}/dropins);
Re: Dropins in rcp not working [message #479197 is a reply to message #478967] Mon, 10 August 2009 08:37 Go to previous messageGo to next message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
This is a multipart message in MIME format.
--=_alternative 002F65DD8025760E_=
Content-Type: text/plain; charset="US-ASCII"

Thanks, that creates the dropins folder. Problm is it still takes no
notice of it.

I re-built my install to inslude the dropins folder. Installed the rcp and
it comes up as 2.2.0.

I update a plugin and the feature that contains it to 2.,2.1 and
re-export.

from the repository I copy the feature jar and the plugin jar (2..2.1)
into the dropins folder and restart the rcp.

Nothing, the folder is ignored and the app does not contain either the new
feature or the new plugin.

Has anyone out there ever got an rcp to pick up on the dropins folder, am
I missing some required plugins or something.
--=_alternative 002F65DD8025760E_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Thanks, that creates the dropins folder.
Problm is it still takes no notice of it.</font>
<br>
<br><font size=2 face="sans-serif">I re-built my install to inslude the
dropins folder. Installed the rcp and it comes up as 2.2.0.</font>
<br>
<br><font size=2 face="sans-serif">I update a plugin and the feature that
contains it to 2.,2.1 and re-export.</font>
<br>
<br><font size=2 face="sans-serif">from the repository I copy the feature
jar and the plugin jar (2..2.1) into the dropins folder and restart the
rcp.</font>
<br>
<br><font size=2 face="sans-serif">Nothing, the folder is ignored and the
app does not contain either the new feature or the new plugin.</font>
<br>
<br><font size=2 face="sans-serif">Has anyone out there ever got an rcp
to pick up on the dropins folder, am I missing some required plugins or
something.</font>
--=_alternative 002F65DD8025760E_=--
Re: Dropins in rcp not working [message #479394 is a reply to message #479197] Mon, 10 August 2009 20:55 Go to previous messageGo to next message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.

------=_NextPart_000_005E_01CA19DB.529E51C0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Dropins support is controlled by the =
org.eclipse.equinox.p2.reconciler.dropins. Is that bundle present and =
started?
<Phill_Perryman@Mitel.COM> wrote in message =
news:h5oo21$g2$1@build.eclipse.org...

Thanks, that creates the dropins folder. Problm is it still takes no =
notice of it.=20

I re-built my install to inslude the dropins folder. Installed the rcp =
and it comes up as 2.2.0.=20

I update a plugin and the feature that contains it to 2.,2.1 and =
re-export.=20

from the repository I copy the feature jar and the plugin jar (2..2.1) =
into the dropins folder and restart the rcp.=20

Nothing, the folder is ignored and the app does not contain either the =
new feature or the new plugin.=20

Has anyone out there ever got an rcp to pick up on the dropins folder, =
am I missing some required plugins or something.
------=_NextPart_000_005E_01CA19DB.529E51C0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18812">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2 face=3DArial>Dropins support is controlled by the=20
org.eclipse.equinox.p2.reconciler.dropins. Is that bundle present and=20
started?</FONT></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; =
PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV>&lt;<A=20
=
href=3D"mailto:Phill_Perryman@Mitel.COM">Phill_Perryman@Mitel.COM</A>&gt;=
wrote=20
in message <A=20
=
href=3D"news:h5oo21$g2$1@build.eclipse.org">news:h5oo21$g2$1@build.eclips=
e.org</A>...</DIV><BR><FONT=20
size=3D2 face=3Dsans-serif>Thanks, that creates the dropins folder. =
Problm is it=20
still takes no notice of it.</FONT> <BR><BR><FONT size=3D2 =
face=3Dsans-serif>I=20
re-built my install to inslude the dropins folder. Installed the rcp =
and it=20
comes up as 2.2.0.</FONT> <BR><BR><FONT size=3D2 face=3Dsans-serif>I =
update a=20
plugin and the feature that contains it to 2.,2.1 and =
re-export.</FONT>=20
<BR><BR><FONT size=3D2 face=3Dsans-serif>from the repository I copy =
the feature=20
jar and the plugin jar (2..2.1) into the dropins folder and restart =
the=20
rcp.</FONT> <BR><BR><FONT size=3D2 face=3Dsans-serif>Nothing, the =
folder is=20
ignored and the app does not contain either the new feature or the new =

plugin.</FONT> <BR><BR><FONT size=3D2 face=3Dsans-serif>Has anyone out =
there ever=20
got an rcp to pick up on the dropins folder, am I missing some =
required=20
plugins or something.</FONT></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_005E_01CA19DB.529E51C0--
Re: Dropins in rcp not working [message #479523 is a reply to message #479394] Tue, 11 August 2009 12:32 Go to previous message
michael.sacarny is currently offline michael.sacarnyFriend
Messages: 103
Registered: July 2009
Location: USA
Senior Member
I create the folder via p2.inf:
instructions.configure=\
mkdir(path:${installFolder}/dropins);

Then, I make sure org.eclipse.equinox.p2.reconciler.dropins is in the
Configurations, Plugins, tab of the Product, with default start level and
Autostart=true.
Previous Topic:Hundreds of missing required plug-ins when trying to use eclipse.buildScript
Next Topic:Moving my update site [p2]
Goto Forum:
  


Current Time: Thu Apr 18 19:11:18 GMT 2024

Powered by FUDForum. Page generated in 0.02177 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top