Dropins Folder? [message #116635] |
Thu, 28 August 2008 09:11  |
Eclipse User |
|
|
|
Hi there,
is there any documentation on how to use watched directories as the
"dropins" folder?
I found only the getting started at
http://wiki.eclipse.org/Equinox_p2_Getting_Started
Unfortunately the dropins folder does not work as expected: I threw
there some plain plugins into it and they were not started. I moved them
to the original "plugins" folder and everything was fine.
Do I miss something? Do I have to activate the plugins somehow via the
P2 ui?
Hauke
|
|
|
|
|
|
Re: Dropins Folder? [message #117912 is a reply to message #117898] |
Thu, 25 September 2008 05:08   |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Neil Brennan schrieb:
> On Fri, 05 Sep 2008 08:10:31 +0200, Hauke Fuhrmann wrote:
>
>> Jan-Hendrik Diederich wrote:
>>> Remember that you need a plugins and a features directory, just like
>>> under the eclipse root directory.
>> I tried every thinkable subfolder combination in the dropins directory
>> with no success. No error messages about the plugin. It's like it's
>> never found at all.
>>
>> No error except this very general one: "org.eclipse.equinox.p2.engine:
>> An error occurred while collecting items to be installed. No artifact
>> repository available."
>>
>> Maybe this is a problem of p2?
>>
>> Hauke
>
> Hi. I'm running Ganymede 3.4.0 on Mac OS X 10.5.5 and have exactly the
> same problem.
>
> Nothing that I put in the dropins folder does anything at all. Also,
> trying to directly place items into the features and plugins directories
> doesn't seem to work any more.
>
> There doesn't appear to be any logging of this stuff at all. I can't
> even tell if the dropins folder is being examined or not.
>
> I'm trying to install Teneo:
> http://www.eclipse.org/modeling/emf/downloads/?project=teneo
>
> And am currently totally stuck.
>
> Can anyone help?
>
> Regards,
>
> Neil Brennan
I have no problems with dropins folder
Ganymede 3.4.0, OSX 10.5.5
/eclipseinstallationfolder
.../eclipse
...../dropins
......./swtdesigner
........./eclipse
.........../features
.........../plugins
......./drools
........./eclipse
.........../features
and so on
and because I'm having two eclipse installations*
* modeling with emf, uml, oaw ...
* rcp, equinox, osgi ...
I not only have the dropins folder from inside eclipse,
I also have a shared dropins folder where I place plugins using in both
eclipse installations
the only thing you have to do is to place thgis in eclipse.ini:
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/Volum es/xyz/e34shared_dropin
e34shared_dropin itself has the same structure as the 'normal' dropins
described above
hope it helps
ekke
|
|
|
Re: Dropins Folder? [message #117939 is a reply to message #117912] |
Thu, 25 September 2008 07:01   |
Eclipse User |
|
|
|
On Thu, 25 Sep 2008 11:08:48 +0200, ekke wrote:
> Neil Brennan schrieb:
>> On Fri, 05 Sep 2008 08:10:31 +0200, Hauke Fuhrmann wrote:
>>
>>> Jan-Hendrik Diederich wrote:
>>>> Remember that you need a plugins and a features directory, just like
>>>> under the eclipse root directory.
>>> I tried every thinkable subfolder combination in the dropins directory
>>> with no success. No error messages about the plugin. It's like it's
>>> never found at all.
>>>
>>> No error except this very general one: "org.eclipse.equinox.p2.engine:
>>> An error occurred while collecting items to be installed. No artifact
>>> repository available."
>>>
>>> Maybe this is a problem of p2?
>>>
>>> Hauke
>>
>> Hi. I'm running Ganymede 3.4.0 on Mac OS X 10.5.5 and have exactly the
>> same problem.
>>
>> Nothing that I put in the dropins folder does anything at all. Also,
>> trying to directly place items into the features and plugins
>> directories doesn't seem to work any more.
>>
>> There doesn't appear to be any logging of this stuff at all. I can't
>> even tell if the dropins folder is being examined or not.
>>
>> I'm trying to install Teneo:
>> http://www.eclipse.org/modeling/emf/downloads/?project=teneo
>>
>> And am currently totally stuck.
>>
>> Can anyone help?
>>
>> Regards,
>>
>> Neil Brennan
> I have no problems with dropins folder Ganymede 3.4.0, OSX 10.5.5
>
> /eclipseinstallationfolder
> ../eclipse
> ..../dropins
> ....../swtdesigner
> ......../eclipse
> ........../features
> ........../plugins
> ....../drools
> ......../eclipse
> ........../features
> and so on
>
> and because I'm having two eclipse installations* * modeling with emf,
> uml, oaw ...
> * rcp, equinox, osgi ...
>
> I not only have the dropins folder from inside eclipse, I also have a
> shared dropins folder where I place plugins using in both eclipse
> installations
>
> the only thing you have to do is to place thgis in eclipse.ini:
>
> -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/Volum es/xyz/
e34shared_dropin
>
> e34shared_dropin itself has the same structure as the 'normal' dropins
> described above
>
> hope it helps
>
> ekke
Hi Ekke,
I read your blog and have tried your solution. I tried creating my own
separate dropins area, and it doesn't work for me on Mac.
The most annoying thing about this is that there is NO logging of any kind
as far as I can see. It's very hard to believe that anyone thinks this is
good work.
I'm starting to suspect that this whole edifice was built on Windows,
eventually ported to Linux and never checked again.
Regards,
Neil
|
|
|
Re: Dropins Folder? [message #117952 is a reply to message #117939] |
Thu, 25 September 2008 07:44   |
Eclipse User |
|
|
|
Originally posted by: ekkehard.gentz-software.de
Neil Brennan schrieb:
> On Thu, 25 Sep 2008 11:08:48 +0200, ekke wrote:
>
>> Neil Brennan schrieb:
>>> On Fri, 05 Sep 2008 08:10:31 +0200, Hauke Fuhrmann wrote:
>>>
>>>> Jan-Hendrik Diederich wrote:
>>>>> Remember that you need a plugins and a features directory, just like
>>>>> under the eclipse root directory.
>>>> I tried every thinkable subfolder combination in the dropins directory
>>>> with no success. No error messages about the plugin. It's like it's
>>>> never found at all.
>>>>
>>>> No error except this very general one: "org.eclipse.equinox.p2.engine:
>>>> An error occurred while collecting items to be installed. No artifact
>>>> repository available."
>>>>
>>>> Maybe this is a problem of p2?
>>>>
>>>> Hauke
>>> Hi. I'm running Ganymede 3.4.0 on Mac OS X 10.5.5 and have exactly the
>>> same problem.
>>>
>>> Nothing that I put in the dropins folder does anything at all. Also,
>>> trying to directly place items into the features and plugins
>>> directories doesn't seem to work any more.
>>>
>>> There doesn't appear to be any logging of this stuff at all. I can't
>>> even tell if the dropins folder is being examined or not.
>>>
>>> I'm trying to install Teneo:
>>> http://www.eclipse.org/modeling/emf/downloads/?project=teneo
>>>
>>> And am currently totally stuck.
>>>
>>> Can anyone help?
>>>
>>> Regards,
>>>
>>> Neil Brennan
>> I have no problems with dropins folder Ganymede 3.4.0, OSX 10.5.5
>>
>> /eclipseinstallationfolder
>> ../eclipse
>> ..../dropins
>> ....../swtdesigner
>> ......../eclipse
>> ........../features
>> ........../plugins
>> ....../drools
>> ......../eclipse
>> ........../features
>> and so on
>>
>> and because I'm having two eclipse installations* * modeling with emf,
>> uml, oaw ...
>> * rcp, equinox, osgi ...
>>
>> I not only have the dropins folder from inside eclipse, I also have a
>> shared dropins folder where I place plugins using in both eclipse
>> installations
>>
>> the only thing you have to do is to place thgis in eclipse.ini:
>>
>> -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/Volum es/xyz/
> e34shared_dropin
>> e34shared_dropin itself has the same structure as the 'normal' dropins
>> described above
>>
>> hope it helps
>>
>> ekke
>
> Hi Ekke,
>
> I read your blog and have tried your solution. I tried creating my own
> separate dropins area, and it doesn't work for me on Mac.
>
> The most annoying thing about this is that there is NO logging of any kind
> as far as I can see.
About Eclipse - configuration details should log something like:
/configuration/org.eclipse.equinox.p2.artifact.repository
/repositories/file\:....../url=file\:/<yourPath2Eclipse/eclipse/dropins/ <yourFolderInsideDropins>/
It's very hard to believe that anyone thinks this is
> good work.
>
> I'm starting to suspect that this whole edifice was built on Windows,
> eventually ported to Linux and never checked again.
thats not reality - many of the eclipse comitters are using OSX
did you restart with -clean ??
I have many different eclipse installations on OSX (MacPro and
MacBookPro) and always use dropins folder without problem
one time I confused P2 after wrong input in dropins folder,
I deleted all from dropins, started -clean and did my work again
and all was well
ekke
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 9.31734 seconds