Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No splash screen #30

Open
GoogleCodeExporter opened this issue Dec 30, 2015 · 2 comments
Open

No splash screen #30

GoogleCodeExporter opened this issue Dec 30, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Due to a bug in Tycho, the launcher does not include a splash screen if the 
name of the containing plug-in contains dots. The recommended workaround is to 
build a p2 repository instead of an application. 

Original issue reported on code.google.com by peer.tor...@gmail.com on 27 Sep 2011 at 6:08

@GoogleCodeExporter
Copy link
Author

Quoting the e-mail conversation on this topic:

There is apparently a bug in Tycho that causes the name of the splash file to 
get corrupted in the generated config.ini if the name of the plug-in that holds 
the splash file contains dots (see 
http://www.eclipse.org/forums/index.php/m/662311/):

If the splash.bmp is located in plug-in 
org.socialmusicdiscovery.yggdrasil.foundation, the generated config.ini file 
holds the text
    osgi.splashPath=platform\:/base/plugins/org
when it should be
    osgi.splashPath=platform\:/base/plugins/org.socialmusicdiscovery.yggdrasil.foundation

The effect is that yggdrasil currently launches without a splash screen. The 
problem is easily verified by manually editing 
...\yggdrasil\org.socialmusicdiscovery.yggdrasil-product\target\win32.win32.x86\
eclipse\configuration\config.ini (or whatever target platform you built).

I did try to check-in the config.ini and change the product spec to use the 
existing file rather than generate a new, but this had no effect. Since the bug 
still doesn't seem to be fixed, we will probably have to redo this project and 
let Tycho build the product as "eclipse-repository" unless we can find some 
other workaround (I am not very eager to rename the project again and use an 
unqualified name, plug-ins benefit from qualified names just as Java classes 
do).

Original comment by peer.tor...@gmail.com on 27 Sep 2011 at 6:11

@GoogleCodeExporter
Copy link
Author

The problem is still present after upgrading to Tycho 0.13.

Original comment by peer.tor...@gmail.com on 27 Sep 2011 at 6:12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant