Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » laucher icon during headless build
laucher icon during headless build [message #566569] Thu, 08 May 2008 01:49
Will Horn is currently offline Will HornFriend
Messages: 265
Registered: July 2009
Senior Member
I have a product configuration with a launcher ico file

<win useIco="true">
<ico path="/com.example.foo/icons/icons.ico"/>
<bmp/>
</win>

When built in Eclipse, the exe is branded, but headless it was not.
After debugging, I realized the laucherIcons property was null which was
skipping the branding. So I added

launcherIcons=/com.example.foo/icons/icons.ico

to my build.properties and it worked. Why does the headless build not
read from the product file? If there is a good reason, then this
property should be in the build.properties template.

Or am I doing something wrong?

Thanks,
Will
Previous Topic:new Plug-in Test Fragment Project proposal
Next Topic:Sending data to View
Goto Forum:
  


Current Time: Thu Mar 28 11:21:51 GMT 2024

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

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

Back to the top