Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Error reading icon.png for plugin
Greets Folks,
I'm just easing myself into plugin land and enjoying same; there is one minor glitch I can't find an answer to, which has to do with the following error message...
Hope so!
I'm just easing myself into plugin land and enjoying same; there is one minor glitch I can't find an answer to, which has to do with the following error message...
May 5, 2010 7:11:13 PM WARNING: Error reading icon.png for plugin HaddockWhich shows if I do Help->About Installed Extensions->About Haddock Extension. Does anybody know how to resolve this?
Hope so!
0
Answers
thank you,
radone
you can put an icon.png under META-INF/. E.g., put it under resources/META-INF/. The next version of the whitepaper will contain a hint.
Cheers,
Simon
- META-INF/img_icon.png
and also to
- icons\16\img_icon.png
- icons\24\img_icon.png
- icons\48\img_icon.png
in the OperatorsTemplate.xml Unfortunately, without any success.
My apologies for not replying sooner, I just needed to check that the original problem is still there, and it is ;D The solution that works for me now has two stages.
1. Stick your icon file in the resources folder of your Eclipse Extension project.
2. Refer to it in the "build_extension.xml" file in the Vega release, the offending line is currently... So if your icon file is icon.png it should read And it all might work for you like it just has for me, hope so.