Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Tycho » config.ini - osgi.splashPath
config.ini - osgi.splashPath [message #662297] Wed, 30 March 2011 07:37 Go to next message
Jonathan Dumont is currently offline Jonathan DumontFriend
Messages: 58
Registered: March 2011
Location: Laval
Member
Hi,

I build an RCP application with Tycho. I originally use Tycho 1.10.0, and the eclipse-application packaging.

All is working well... except the splash screen which is not shown. The issue is that the osgi.splashPath property in the config.ini generated by tycho is incorrect !

It is :
osgi.splashPath=platform\:/base/plugins/com

Instead of :
osgi.splashPath=platform\:/base/plugins/com.my.plugin


It seams to be a known bug, as a 'split' is done on the first dot instead of the last one.

However, I've tried to use Tycho 1.11.0 but this doesn't correct this issue !

Thus, what can I do ? Is the packaging eclipse-application deprecated ? I've found some topics about the eclipse-repository packaging, but I'm not sure that it corresponds to my need. Any info ?
Re: config.ini - osgi.splashPath [message #662311 is a reply to message #662297] Wed, 30 March 2011 08:28 Go to previous message
Jan Sievers is currently offline Jan SieversFriend
Messages: 23
Registered: July 2009
Junior Member
eclipse-application will be overhauled for the next release [1]

for now you should try eclipse-repository.

See an example with working splash screen [2] screen from our EclipseCon
tutorial [3].

Regards,
Jan

[1]
https://docs.sonatype.org/display/TYCHO/Discussion+on+eclips e-repository+packaging+type+clean-up
[2]
https://github.com/jsievers/tycho-demo/tree/master/exercises /Exercise_05_Solution
[3] http://www.eclipsecon.org/2011/sessions/?page=sessions&i d=2049


"jod" <jod@all4tec.net> wrote in message
news:imum6d$ivd$1@news.eclipse.org...
> Hi,
>
> I build an RCP application with Tycho. I originally use Tycho 1.10.0, and
> the eclipse-application packaging.
>
> All is working well... except the splash screen which is not shown. The
> issue is that the osgi.splashPath property in the config.ini generated by
> tycho is incorrect !
>
> It is :
> osgi.splashPath=platform\:/base/plugins/com
>
> Instead of :
> osgi.splashPath=platform\:/base/plugins/com.my.plugin
>
> It seams to be a known bug, as a 'split' is done on the first dot instead
> of the last one.
>
> However, I've tried to use Tycho 1.11.0 but this doesn't correct this
> issue !
>
> Thus, what can I do ? Is the packaging eclipse-application deprecated ?
> I've found some topics about the eclipse-repository packaging, but I'm not
> sure that it corresponds to my need. Any info ?
Previous Topic:EMF code-generation in maven builds?
Next Topic:Build with specific folders
Goto Forum:
  


Current Time: Fri Apr 19 18:25:36 GMT 2024

Powered by FUDForum. Page generated in 0.03120 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top