Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Error - 7 icon(s) not replaced in ... using ...

Hello Sandro,

thank you for your fast response.

I tried removing the first "/", it didn't work for me.
I still get the same error. (i also checked the exported product).

I will look further into this on tuesday by creating a small sample project and to some testing.

Cheers,
Davy



From: sandro@xxxxxxx
Date: Fri, 10 Jun 2011 16:37:45 +0200
To: tycho-user@xxxxxxxxxxx
Subject: Re: [tycho-user] Error - 7 icon(s) not replaced in ... using ...

Hallo Meers,

I don't think it's fixed yet. I've found a workaround for this by removing the first "/" in the product definition (path to the .icon/.bmp files). To be more specific:

First my icon was defined like this "/com.myapp.branding/myicon.ico".
I replaced it with "com.myapp.branding/myicon.ico".

This results in an warning in eclipse but produces the correct product when building with tycho.

I hope that helps!

Cheers,

Sandro

On Fri, Jun 10, 2011 at 16:32, Davy Meers <davymeers@xxxxxxxxxxx> wrote:
Hello,

I am having a problem when exporting a product from a project with "eclipse-repository" packaging:
the tycho-p2-publisher-plugin:publish-products goal produces the error "Error - 7 icon(s) not replaced in ... using ...".

This problem is probably related to https://issues.sonatype.org/browse/TYCHO-300.

Is this problem going to be fixed? Is there a work-around?  (Since branding is important for us right know we cannot use tycho to export our product)

Kind regards,
Meers Davy




_______________________________________________
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

Back to the top