Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Application Icon

Hi Greg,

The POM I think is standard, and the .product is like that in the example. I use only an Icon for Windows, so I have only the "win"-part.

The windowImages which are included in the .product are successfully assumed. In some way the Icon which is in the same folder is not used.
In the .jar the .ico is available.
The path to the icon is also correct.

:-(



Hi Reiner,

As a place to check just to compare, have you looked at the integration test from Tycho's source that shows how to properly setup the custom icons:
http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-its/projects/TYCHO300launcherIcons/product 

Does that help at all?

On Fri, Jun 15, 2012 at 4:49 PM, Reiner Fäth <darkphoenix20888@xxxxxxxxxxxxxx> wrote:
Hello,

I build an RCP Application with Tycho 14.1. Everything works fine but I want to use an other Icon for the aplication.
My Icon is an .ico and it is referenced by the .product but the build with tycho only creates an application with the eclipse-Icon.
I can't find any setting where to reference the new icon in Tycho.
Is there any possibility to use my own Icon for the application?

Thx in advance

Reiner

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


Back to the top