Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] single package for multiple platforms

Sure, but that's just a couple of lines to pack N zips into a single one.

First:

build something like https://github.com/nickboldt/p2diff/tree/master/org.eclipse.equinox.p2.example.p2diff.packaging and get 6 platform-specific zips.

Then:

Call ant from Maven to do a simple <zip> of the 6 <zipfileset>s.

https://ant.apache.org/manual/Types/zipfileset.html



On 04/24/2015 09:47 AM, Pascal Rapicault wrote:
It has to be done manually.

On 04/24/2015 09:46 AM, Massimo Rabbi wrote:
Hi all,
is there any chance of configuring Tycho so it can produce a final
product archive that contains all the different versions (i.e. Linux
32/64, Windows 32/64 and Mac 64)?

The goal is to produce a final ZIP file containing all the product
versions so it can be easily shipped and re-used in different
environment.�
Something similar to what Talend does with its Open Studio product
(see downloadable release
package):�https://www.talend.com/download/talend-open-studio

I was wondering if there is something to do it automatically or it
should be done "manually"?

Sorry if it has been already asked, but I was not able to find it
after a quick search among old threads.

Thanks in advance.
Best regards,
Massimo.




_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Nick Boldt :: http://nick.divbyzero.com


Back to the top