Reputation: 7249
in my app, i have define a splash screen via product file, and when I start the application, the splash is shown as expected.
but, after I generated a build with tycho (via hudson), the config.ini of my application ends up as follow:
osgi.splashPath=platform\:/base/plugins/br
and the splash screen is never shown. So. I have to edit the file manually and set this line to
osgi.splashPath=platform\:/base/plugins/my_plugin_id
any ideas? any workaround?
thanks in advance
Upvotes: 0
Views: 527
Reputation: 1853
take a look at the tycho tutorial [1] which has a working splash screen example [2].
[1] http://www.eclipsecon.org/2013/sessions/building-eclipse-plug-ins-and-rcp-applications-tycho
[2] https://github.com/jsievers/tycho-demo/tree/master/exercises/Exercise_05_Solution
Upvotes: 1