fixed bug #11462.
--- a/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java Mon Jun 21 16:26:29 2010 -0500
+++ b/builder/com.nokia.carbide.cdt.builder/src/com/nokia/carbide/cdt/builder/EpocEngineHelper.java Mon Jun 21 17:49:53 2010 -0500
@@ -1066,7 +1066,7 @@
// get the bitmaps
List<IMMPBitmap> bmps = mmpData.getBitmaps();
for (IMMPBitmap bmp : bmps) {
- IPath mbmPath = bmp.getTargetFilePath().makeRelative();
+ IPath mbmPath = bmp.getTargetFilePath().makeAbsolute();
// if there's no target path then use the main target path
if (mbmPath.segmentCount() == 1) {
mbmPath = targetPath.append(mbmPath);