Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Rearrange dropins folder fails
Rearrange dropins folder fails [message #333914] Tue, 13 January 2009 20:13 Go to next message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
Hello!

I want to rearrange my dropins folder, but after rearranging the plugins
are not found anymore (the new layout is supported and works perfectly
in a fresh eclipse install).

By example:
I have my CDO Plugins installed in /dropins/eclipse/* (works fine) and
now move them to /dropins/cdo/eclipse/*.
But after doing that and restarting Eclipse (3.5M4) I get those errors
in the log:
ProvisionException
No repository found at
file:/C:/Users/superuser/eclipse/eclipse/eclipse_3.5_cdo_2/d ropins/cdo
If I unzip just a fresh Eclipse SDK and put the same directory layout in
the dropins folder everything works fine.

I tried to start Eclipse with the -clean argument, but this doesn't help.
Any suggestions how to rearranging the dropins folder?

Best regards,
Kai
Re: Rearrange dropins folder fails [message #333918 is a reply to message #333914] Tue, 13 January 2009 21:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

Kai Schlamp schrieb:
> Hello!
>
> I want to rearrange my dropins folder, but after rearranging the plugins
> are not found anymore (the new layout is supported and works perfectly
> in a fresh eclipse install).
>
> By example:
> I have my CDO Plugins installed in /dropins/eclipse/* (works fine) and
> now move them to /dropins/cdo/eclipse/*.
> But after doing that and restarting Eclipse (3.5M4) I get those errors
> in the log:
> ProvisionException
> No repository found at
> file:/C:/Users/superuser/eclipse/eclipse/eclipse_3.5_cdo_2/d ropins/cdo
> If I unzip just a fresh Eclipse SDK and put the same directory layout in
> the dropins folder everything works fine.
>
> I tried to start Eclipse with the -clean argument, but this doesn't help.
> Any suggestions how to rearranging the dropins folder?
>
> Best regards,
> Kai
Kai,

perhaps this helps you:
1. remove all plugins you want to re-arrange from dropins folder
2. start -clean and quit
3. put plugins into new location, use a folder name you never used
before inside dropins with this eclipse installation
4. start -clean

if you're in luck the plugins are there

ekke
Re: Rearrange dropins folder fails [message #333935 is a reply to message #333918] Wed, 14 January 2009 13:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam_kowalskilee.gmail.com

ekke wrote:
> Kai Schlamp schrieb:
>> Hello!
>>
>> I want to rearrange my dropins folder, but after rearranging the
>> plugins are not found anymore (the new layout is supported and works
>> perfectly in a fresh eclipse install).
>>
>> By example:
>> I have my CDO Plugins installed in /dropins/eclipse/* (works fine) and
>> now move them to /dropins/cdo/eclipse/*.
>> But after doing that and restarting Eclipse (3.5M4) I get those errors
>> in the log:
>> ProvisionException
>> No repository found at
>> file:/C:/Users/superuser/eclipse/eclipse/eclipse_3.5_cdo_2/d ropins/cdo
>> If I unzip just a fresh Eclipse SDK and put the same directory layout
>> in the dropins folder everything works fine.
>>
>> I tried to start Eclipse with the -clean argument, but this doesn't help.
>> Any suggestions how to rearranging the dropins folder?
>>
>> Best regards,
>> Kai
> Kai,
>
> perhaps this helps you:
> 1. remove all plugins you want to re-arrange from dropins folder
> 2. start -clean and quit
> 3. put plugins into new location, use a folder name you never used
> before inside dropins with this eclipse installation
> 4. start -clean
>
> if you're in luck the plugins are there
>
> ekke

Hi ekke,

One pervasive question about p2 and dropins is why it doesn't seem to
completely "clean" just by using -clean.

I mean, why is this part of your step 3 necessary: "use a folder name
you never used before inside dropins with this eclipse installation".

I would have expected that if I did your step 1 and 2 (remove and
clean), then I could go ahead and use a folder name that I *have* used
before. Wouldn't it all be "clean" by that point?

--Lee Anne
Re: Rearrange dropins folder fails [message #333970 is a reply to message #333918] Wed, 14 January 2009 18:44 Go to previous messageGo to next message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
Ok, your method worked ... thanks a lot.
But I find this procedure also a bit weird.
It would be much more straightforward if a simple -clean would be enough.
Shoud I create an enhancement request?

Best regards,
Kai

ekke schrieb:
> Kai Schlamp schrieb:
>> Hello!
>>
>> I want to rearrange my dropins folder, but after rearranging the
>> plugins are not found anymore (the new layout is supported and works
>> perfectly in a fresh eclipse install).
>>
>> By example:
>> I have my CDO Plugins installed in /dropins/eclipse/* (works fine) and
>> now move them to /dropins/cdo/eclipse/*.
>> But after doing that and restarting Eclipse (3.5M4) I get those errors
>> in the log:
>> ProvisionException
>> No repository found at
>> file:/C:/Users/superuser/eclipse/eclipse/eclipse_3.5_cdo_2/d ropins/cdo
>> If I unzip just a fresh Eclipse SDK and put the same directory layout
>> in the dropins folder everything works fine.
>>
>> I tried to start Eclipse with the -clean argument, but this doesn't help.
>> Any suggestions how to rearranging the dropins folder?
>>
>> Best regards,
>> Kai
> Kai,
>
> perhaps this helps you:
> 1. remove all plugins you want to re-arrange from dropins folder
> 2. start -clean and quit
> 3. put plugins into new location, use a folder name you never used
> before inside dropins with this eclipse installation
> 4. start -clean
>
> if you're in luck the plugins are there
>
> ekke
Re: Rearrange dropins folder fails [message #334041 is a reply to message #333970] Fri, 16 January 2009 13:18 Go to previous message
Kai Schlamp is currently offline Kai SchlampFriend
Messages: 344
Registered: July 2009
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=261344


Kai Schlamp schrieb:
> Ok, your method worked ... thanks a lot.
> But I find this procedure also a bit weird.
> It would be much more straightforward if a simple -clean would be enough.
> Shoud I create an enhancement request?
>
> Best regards,
> Kai
>
> ekke schrieb:
>> Kai Schlamp schrieb:
>>> Hello!
>>>
>>> I want to rearrange my dropins folder, but after rearranging the
>>> plugins are not found anymore (the new layout is supported and works
>>> perfectly in a fresh eclipse install).
>>>
>>> By example:
>>> I have my CDO Plugins installed in /dropins/eclipse/* (works fine)
>>> and now move them to /dropins/cdo/eclipse/*.
>>> But after doing that and restarting Eclipse (3.5M4) I get those
>>> errors in the log:
>>> ProvisionException
>>> No repository found at
>>> file:/C:/Users/superuser/eclipse/eclipse/eclipse_3.5_cdo_2/d ropins/cdo
>>> If I unzip just a fresh Eclipse SDK and put the same directory layout
>>> in the dropins folder everything works fine.
>>>
>>> I tried to start Eclipse with the -clean argument, but this doesn't
>>> help.
>>> Any suggestions how to rearranging the dropins folder?
>>>
>>> Best regards,
>>> Kai
>> Kai,
>>
>> perhaps this helps you:
>> 1. remove all plugins you want to re-arrange from dropins folder
>> 2. start -clean and quit
>> 3. put plugins into new location, use a folder name you never used
>> before inside dropins with this eclipse installation
>> 4. start -clean
>>
>> if you're in luck the plugins are there
>>
>> ekke
Previous Topic:Project nature icon displayed in the Navigator but not in the Project Explorer
Next Topic:[Common Navigator] possible memory problems w/ NavigatorContentDescriptorManager
Goto Forum:
  


Current Time: Sat Apr 20 02:31:54 GMT 2024

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

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

Back to the top