Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » How to deselect repeated plug-ins from a Target Platform automatically
How to deselect repeated plug-ins from a Target Platform automatically [message #27815] Tue, 21 October 2008 08:24 Go to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform at:

Window -> Preferences -> Plug-in Development -> Target Platform

This new Target Platform has thousands of plug-ins and most of them with
several versions like:

org.eclipse.osgi_3.2.2.R32x_v20070118.jar
org.eclipse.osgi_3.2.3.R32x_v20071108.jar
org.eclipse.osgi_3.3.1.R33x_v20070828.jar
org.eclipse.osgi_3.4.0.v20080605-1900.jar
org.eclipse.osgi_3.4.1.R340x_v20080806.jar

Is there any automatic way to deselect all of them except the last version?

Thanks in advance,

Chemi.
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #27895 is a reply to message #27815] Tue, 21 October 2008 10:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.code9.com

Chemi wrote:
> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform at:
>
> Window -> Preferences -> Plug-in Development -> Target Platform
>
> This new Target Platform has thousands of plug-ins and most of them with
> several versions like:
>
> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
> org.eclipse.osgi_3.4.0.v20080605-1900.jar
> org.eclipse.osgi_3.4.1.R340x_v20080806.jar

Why does your target platform have so many versions of org.eclipse.osgi?
In general, are you seeing a lot of duplicates?

Also, I'm noticing that your target platform pretty much contains
Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
plug-ins can be incompatible with each other depending what they use
from the various releases.

Cheers,

~ Chris
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #28015 is a reply to message #27895] Tue, 21 October 2008 10:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jmordax.terra.es

Chris Aniszczyk wrote:
> Chemi wrote:
>> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform
>> at:
>>
>> Window -> Preferences -> Plug-in Development -> Target Platform
>>
>> This new Target Platform has thousands of plug-ins and most of them
>> with several versions like:
>>
>> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
>> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
>> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
>> org.eclipse.osgi_3.4.0.v20080605-1900.jar
>> org.eclipse.osgi_3.4.1.R340x_v20080806.jar
>
> Why does your target platform have so many versions of
> org.eclipse.osgi? In general, are you seeing a lot of duplicates?
>
> Also, I'm noticing that your target platform pretty much contains
> Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
> plug-ins can be incompatible with each other depending what they use
> from the various releases.
>
> Cheers,
>
> ~ Chris
The reason is because it is the Share Directory for many products based
on Eclipse like: RAD 7.0, RSA 7.0, RAD 7.5, RSA 7.5, WID 6.1.2, WModeler
6.1.2, RSAR 7.0, etc... and I would like to find a way to be able to
clean as fast as I can the Target Platform I am defining to test on a
specific product.

Any idea about how to do that?

Thanks in avance,

Chemi.
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #28132 is a reply to message #28015] Tue, 21 October 2008 12:41 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

Chemi schrieb:
> Chris Aniszczyk wrote:
>> Chemi wrote:
>>> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform
>>> at:
>>>
>>> Window -> Preferences -> Plug-in Development -> Target Platform
>>>
>>> This new Target Platform has thousands of plug-ins and most of them
>>> with several versions like:
>>>
>>> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
>>> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
>>> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
>>> org.eclipse.osgi_3.4.0.v20080605-1900.jar
>>> org.eclipse.osgi_3.4.1.R340x_v20080806.jar
>>
>> Why does your target platform have so many versions of
>> org.eclipse.osgi? In general, are you seeing a lot of duplicates?
>>
>> Also, I'm noticing that your target platform pretty much contains
>> Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
>> plug-ins can be incompatible with each other depending what they use
>> from the various releases.
>>
>> Cheers,
>>
>> ~ Chris
> The reason is because it is the Share Directory for many products based
> on Eclipse like: RAD 7.0, RSA 7.0, RAD 7.5, RSA 7.5, WID 6.1.2, WModeler
> 6.1.2, RSAR 7.0, etc... and I would like to find a way to be able to
> clean as fast as I can the Target Platform I am defining to test on a
> specific product.
>
> Any idea about how to do that?
>
> Thanks in avance,
>
> Chemi.
I have organized my target platform directory with sub-folders
and then I'm using TargetPlatformDefinition files,
where in the TargetPlatformDefinitionFile I add those locations
(subfolders) I need
ekke
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #583142 is a reply to message #27815] Tue, 21 October 2008 10:35 Go to previous message
Eclipse UserFriend
Chemi wrote:
> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform at:
>
> Window -> Preferences -> Plug-in Development -> Target Platform
>
> This new Target Platform has thousands of plug-ins and most of them with
> several versions like:
>
> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
> org.eclipse.osgi_3.4.0.v20080605-1900.jar
> org.eclipse.osgi_3.4.1.R340x_v20080806.jar

Why does your target platform have so many versions of org.eclipse.osgi?
In general, are you seeing a lot of duplicates?

Also, I'm noticing that your target platform pretty much contains
Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
plug-ins can be incompatible with each other depending what they use
from the various releases.

Cheers,

~ Chris
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #583201 is a reply to message #27895] Tue, 21 October 2008 10:59 Go to previous message
Eclipse UserFriend
Chris Aniszczyk wrote:
> Chemi wrote:
>> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform
>> at:
>>
>> Window -> Preferences -> Plug-in Development -> Target Platform
>>
>> This new Target Platform has thousands of plug-ins and most of them
>> with several versions like:
>>
>> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
>> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
>> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
>> org.eclipse.osgi_3.4.0.v20080605-1900.jar
>> org.eclipse.osgi_3.4.1.R340x_v20080806.jar
>
> Why does your target platform have so many versions of
> org.eclipse.osgi? In general, are you seeing a lot of duplicates?
>
> Also, I'm noticing that your target platform pretty much contains
> Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
> plug-ins can be incompatible with each other depending what they use
> from the various releases.
>
> Cheers,
>
> ~ Chris
The reason is because it is the Share Directory for many products based
on Eclipse like: RAD 7.0, RSA 7.0, RAD 7.5, RSA 7.5, WID 6.1.2, WModeler
6.1.2, RSAR 7.0, etc... and I would like to find a way to be able to
clean as fast as I can the Target Platform I am defining to test on a
specific product.

Any idea about how to do that?

Thanks in avance,

Chemi.
Re: How to deselect repeated plug-ins from a Target Platform automatically [message #583231 is a reply to message #28015] Tue, 21 October 2008 12:41 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

Chemi schrieb:
> Chris Aniszczyk wrote:
>> Chemi wrote:
>>> Hi, I am using Eclipse R3.4.1 and I am defining a new Target Platform
>>> at:
>>>
>>> Window -> Preferences -> Plug-in Development -> Target Platform
>>>
>>> This new Target Platform has thousands of plug-ins and most of them
>>> with several versions like:
>>>
>>> org.eclipse.osgi_3.2.2.R32x_v20070118.jar
>>> org.eclipse.osgi_3.2.3.R32x_v20071108.jar
>>> org.eclipse.osgi_3.3.1.R33x_v20070828.jar
>>> org.eclipse.osgi_3.4.0.v20080605-1900.jar
>>> org.eclipse.osgi_3.4.1.R340x_v20080806.jar
>>
>> Why does your target platform have so many versions of
>> org.eclipse.osgi? In general, are you seeing a lot of duplicates?
>>
>> Also, I'm noticing that your target platform pretty much contains
>> Eclipse 3.2.2, 3.3.1, 3.4.0 and 3.4.1... that could mean that a lot of
>> plug-ins can be incompatible with each other depending what they use
>> from the various releases.
>>
>> Cheers,
>>
>> ~ Chris
> The reason is because it is the Share Directory for many products based
> on Eclipse like: RAD 7.0, RSA 7.0, RAD 7.5, RSA 7.5, WID 6.1.2, WModeler
> 6.1.2, RSAR 7.0, etc... and I would like to find a way to be able to
> clean as fast as I can the Target Platform I am defining to test on a
> specific product.
>
> Any idea about how to do that?
>
> Thanks in avance,
>
> Chemi.
I have organized my target platform directory with sub-folders
and then I'm using TargetPlatformDefinition files,
where in the TargetPlatformDefinitionFile I add those locations
(subfolders) I need
ekke
Previous Topic:Headless build configs="win32,win32,x86_64"
Next Topic:Attachment rt.jar in a plugin
Goto Forum:
  


Current Time: Mon Jun 23 09:57:21 EDT 2025

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

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

Back to the top