Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Showsplash in product.ini file

I'm using Tycho 0.20.0 as well without problem. However, my product is generated with an Eclipse 3.7 target platform. I will test with an 4.2 and let you know

Jeff


On Mon, May 19, 2014 at 10:00 PM, Bojan Milenkoski <bojan.milenkoski@xxxxxxxxx> wrote:

Yes, i did configure it through the splash tab in the product configuration.
As a workaround I have also added it in program launching arguments. Now i have both splash screens in product.ini file. Mine is second in the file and gets loaded on startup.

-showsplash
org.eclipse.platform
-showsplash
myproduct.plugin

This looks like a bug in tycho 0.20.0.

Additionally, it might be relevant, I'm using Eclipse 4.2 to create the application (product.xml) and its update sites while running the build and Java 1.6 as an execution environment.

Bojan

On May 19, 2014 5:59 PM, "Jeff MAURY" <jeffmaury@xxxxxxxxxxxxx> wrote:
Bojan,

sorry for being so late.
I have a product with a specific splash screen but I've only configured through config.ini.
Did you configure the splash image throught the splash tab of the product configuration editor ?

Jeff


On Fri, Apr 4, 2014 at 11:57 AM, Bojan Milenkoski <bojan.milenkoski@xxxxxxxxx> wrote:
Hi all,

I have a small problem with the splash screen for my RCP product built with tycho 0.20.0.

In config.ini there is a correct line:
osgi.splashPath=platform\:/base/plugins/myproduct.plugin

But in the product.ini file I have:
-showsplash
org.eclipse.platform


If I delete the lines from product.ini file or change org.eclipse.platform to
myproduct.plugin the correct splash is loaded.

How to correct the lines in product.ini file?

Regards,
Bojan



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top