Community
Participate
Working Groups
Build Identifier: Build id: I20100608-0911 I'm using Buckminster to automate my builds. I get the following error: Error - 7 icon(s) not replaced in C:\WINDOWS\TEMP\p2.brandingIron705967665982685683\launcher.exe using C:\Programme\Hudson\workspace\jobs\scodi.client.integration\workspace\source\scodi-rcp\features\ch.scodi.client.feature\ch.scodi.scodi4p\icons\scodi.ico The path is put together wrong "features\ch.scodi.client.feature" is the location of the feature where the product file is located. "ch.scodi.scodi4p\icons\scodi.ico" is the branding plug-in and the path defined in the product file. The build somehow uses the wrong base path. Using the export wizard in the eclipse IDE the launcher icon is made correctly. Reproducible: Always
I am seeing this problem as well and it appears to be a a problem with how org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile attempts to resolve files within a buckminster workspace. In the addIcon method it is attempting to resolve paths that are not absolute by concatenating the workspace directory and the relative path together. Even if the plugins has been resolved to the workspace directory the icon path will not be found because buckminster does not put plugins in the root workspace directory. After that fails it just concatenates the relative path with the plugin that defined the product which also doesn't work.
This issue seems to be fixed in the current buckminster version: Eclipse 4.2.1 org.eclipse.buckminster.core_1.3.0.v20120910-1329