[tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Hi all, While trying to materialize a .product with Tycho, we cannot replace all bitmaps in the native launcher. We are using Windows and Tycho 0.20.0. The launcher.exe has 7 bitmaps that need to...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Is your 256x256 image compressed? I've heard a rumor that Tycho can't use/read a "compressed" large image, but if you leave it un-compressed it should work [1] but I have no personal experience with...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Hi David, The 256x256 image is uncompressed. However the problem does not seem to be that Tycho canât read it, but that the tycho-p2-publisher-plugin plugin is not aware of its existence when it...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Hi David, The application we use to create ICO files, has by default the âcompressâ checkbox checked for 256x256x32 bitmaps. And indeed, the original ICO file has the 256x256x32 bitmap compressed....
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Glad you got it going. Sounds like original issue is a legitimate bug, though. And, sounds like you got into it pretty deep, so would be good if you opened it with your findings. (But, I know, to go...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
thanks Marcel for reporting back. This is actually a FAQ and you might consider posting your findings to stackoverflow or tycho wiki [1]. Also see previous stackoverflow answer by Andrew Niefer [2]....
View ArticleRe: [tycho-user] Can tycho build both an eclipse OSGi bundle and a test jar...
>>>>> Steinar Bang <sb@xxxxxx>: > And it kind-of-sort-of works... that is: it works when running maven > from the command line. > But it doesn't work in m2e, which sort of...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Hi Jan, I have updated the Tycho Wiki and added an answer to the stackoverflow question. So the information is now on more locations than just this mailing list. But I do think that the p2 class...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
after reading the latest FAQ change https://wiki.eclipse.org/Tycho/FAQ#Why_do_some_images_not_get_updated_in_the_native_launcher_for_Windows.3F it turns out there actually is a bug in tycho in...
View ArticleRe: [tycho-user] "Error - 1 icon(s) not replaced", missing 256x256x32 bitmap
Hi Jan, Thanks for creating the bug report. Kind regards, Marcel Romijn From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan Sent: Friday, May...
View ArticleRe: [tycho-user] How to mvn deploy to repo plugins (site) in one build and...
A completely different thought that occured to me was to have a go at this from another angle: If you used git submodules to checkout out different Tycho based projects and then built them together,...
View ArticleRe: [tycho-user] How to include pack200'ed artifacts from non-Tycho build in...
Matthias Sohn wrote: > I filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=416543 to get support > for that in Tycho since we face the same problem for JGit Thanks. Good to know. I'll have a...
View Article[tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
Platform: Win7 Java 1.7 eclipse 4.2.2 m2e 1.4.0.20130601-0317 scala ide 3.0.1v-2_10-201307101641-eff8147 I have a set of maven projects created by tycho-eclipse-plugin-archetype...
View ArticleRe: [tycho-user] tycho-eclipserun v0.20.0 versus v0.18.1
might be a mixed tycho version setup. we validate this before the build starts for the known tycho plugins but we may have missed one of those in the validation. make sure all tycho plugins...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
You probably want to contact scala developers about this, they wrote the code and should be able to tell if there is a way to suppress those dialogs. -- Regards, Igor On 2014-05-09, 3:11, Steinar Bang...
View ArticleRe: [tycho-user] tycho-eclipserun v0.20.0 versus v0.18.1
Yup, the mixed tycho versions setup was the cause. Thanks for the heads up Jan! Thanks, Johnny From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sievers, Jan...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
>>>>> Igor Fedorenko <igor@xxxxxxxxxxxxxx>: > You probably want to contact scala developers about this, they wrote the > code and should be able to tell if there is a way to...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
You need to assume Tycho recreates test eclipse runtime on each build. Scala ide developers should know how scala ide persists its settings and whether the settings can be controlled externally. Tycho...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
Uninstall the Scala plugin, and the problem will go away. The problem is that the Scala plug-in will pop up this dialog every time on an empty workspace with the default arguments. Alex On 9 May 2014,...
View ArticleRe: [tycho-user] Encountering "Setup diagnostics" on tycho plugin test shutdown
>>>>> Alex Blewitt <alex.blewitt@xxxxxxxxx>: > Uninstall the Scala plugin, and the problem will go away. Yes, I am aware of that. :-) But I was hoping there was a different...
View Article