Just to adopt the latest service release, my MP3 Manager Eclipse RCP demo is now based on Eclipse 3.5.1. Compared to version 3.5.0 there is no new functionality, but there is a new bug :(. The splash handler does not work anymore, I have created a bug (291920) already.
Addition: Bug 291920 is fixed. SplashHandlers need an additional splashHandlerProductBinding extension. I just added one and everything works again.
Have Fun
Talking about splash handler, have you figured out a way to update the splash screen correctly? If Eclipse / or Eclipse RCP app starts and if it takes longer to start then the splashscreen does not get updated. For details: https://bugs.eclipse.org/bugs/show_bug.cgi?id=229271
The bug is fixed, SplashHandlers need an additional splashHandlerProductBinding extension. I just added one and everything works again.
@Lars I did not figure out how to deal with bug 229271 yet
Hi Kai,
I am developing an RCP application which should support different languages.
In the feature.xml of com.siemens.ct.mp3m.feature.nl_de is list of needed fragments. How have you created this list ? Manual via try and error or generated via Eclipse ?
Jürgen
@Jürgen,
manually try & error :(. I wish there was a tool for automatically choose the needed fragments…