Feture Details Table [message #325831] |
Thu, 28 February 2008 08:13  |
Eclipse User |
|
|
|
Hi all,
After looking into the deepest part of the workbench i can't figure out
why my Feature is not displayed in the Help -> About Eclipse -> Faeture
Details table !!!
My feature is correctly installed == all my plugins are here and works
perfectly.
I tried installing the feature by copying features and plugins
respectively in features and plugins directories and i also tried to
install trough Help -> Software Update -> manage Configuration from a
given directory containing my feature and a .eclipseextension file.
Nothing to do.
In both cases after installing the feature i can see it in Help ->
Software Update -> Manage Configuration without any warning but i can't
see it in Help -> About Eclipse -> Faeture Details table ....
Any help is welcome
Thanks in advance
Manu
http://manuelselva.wordpress.com
|
|
|
|
|
|
|
|
|
|
|
Re: Feture Details Table [message #325936 is a reply to message #325863] |
Mon, 03 March 2008 10:59   |
Eclipse User |
|
|
|
Originally posted by: codeslave.ca.ibm.com
The reason that features don't appear in the Help > About dialog is that
that dialog needs a branding plugin in order to provide branding
information (provider, icon, copyright, etc.).
To make the viPlugin appear in my Help > About dialog, I edited the
feature.xml file thus:
--- feature.xml 2008-03-03 10:48:31.000000000 -0500
+++ feature.xml.fixed 2008-03-03 10:48:19.000000000 -0500
@@ -3,7 +3,8 @@
id="viPluginFeature"
label="viPluginFeature"
version="1.14.0"
- provider-name="Michael Bartl">
+ provider-name="Michael Bartl"
+ plugin="ViPluginEclipseLayer">
<install-handler/>
<description>
The other way to make this work appears to be having a branding plugin
for your feature, as platform's source features do (eg., jdt.source)
features/org.eclipse.jdt.source_3.4.0.v20080204-1800-7o7qEFD EFpPqiqYydmCVKgP
plugins/org.eclipse.jdt.source_3.3.0.v20080204-1800.jar
Note that the versions don't match here, but the ids do. Have a look
inside that jar to see what is needed by Eclipse in order to display
feature info.
Should you want to know how to display a different icon than the
standard Eclipse one, look at the features of a project you have
installed that provides a different icon in the Help > About dialog. For
example: anything from the Modeling project, Subclipse, ShellEd (a great
shell script editor, by the by), Mylyn ...
Cheers,
Nick Boldt
http://dev.eclipse.org/blogs/releng && http://divbyzero.com
Ed Merks wrote:
> Manuel,
>
> I see exactly the behavior you describe. I'm not sure what's different
> about this feature as opposed to the features that do show in the
> dialog. Hopefully someone knowledgeable will shed light on the issue.
> One thing I notice is that the ones that show support scan for updates
> while the vi feature which doesn't, doesn't support that...
> Coincidence? Maybe...
>
>
> Manuel Selva wrote:
>> Ed,
>>
>> Thanks again for the answer. It seems you have the same behaviour with
>> your VI feature (VI within Eclipse a wonderful IDE ???? ;o)).
>>
>> Does any one could tell why some features are not presented in the
>> Feature Details table ?
>>
>> Thanks
>>
>> Manu
>> http://manuelselva.wordpress.com
>>
|
|
|
|
|
Re: Feture Details Table [message #325966 is a reply to message #325958] |
Tue, 04 March 2008 07:30  |
Eclipse User |
|
|
|
Ed,
Yes i know for the donation ;o) !!!
The choice "workspace features (simulated normal startup)" doesn't work
for me, it displays the following error message :
The workspace is not set up properly for this option. Plug-ins must be in
'plugins' directory, and features in 'features' directory.
Concerning the branding plug-in i changed my feature ID to match my core
plug-in ID and added an about.ini and about.properties file in this
plug-in and it works.
Everything is ok ;o) !!!
I 'll start an other thread on source feature ...
Manu
|
|
|
Powered by
FUDForum. Page generated in 0.08222 seconds