Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Bug 390020 - Create the swt-<buildId>-gtk-linux-x86.zip files

Hi Everyone,

I was looking at Bug 390020 [1] today and tried to create a patch that would create the zip files mentioned in the bug. I was able to use maven-antrun-plugin to get it to build the "swtdownload" target and it to create the zip file. Unfortunately I discovered after that it seems Tycho does not actually pick the zip file once the build completes (it does not appear in the /target directory).

I'm thinking my approach is likely wrong and as I understand we shouldn't be using maven-antrun-plugin anyway if possible. I guess what I'm trying to understand now is, is this something that should actually be done inside a Tycho plugin? Would it require new changes to Tycho?

Thanks,


Thanh

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=390020

Back to the top