Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] ZIPs within ZIPs in archive product

> I managed to build a feature-based product using Tycho and materialize
> and archive it with the tycho-p2-director-plugin. So far, so good. :-)
> 
> Unfortunately, the resulting ZIP contains a "binary" folder which
> contains the zipped rootfiles from my feature as well as the (in my
> case, Mac OS X) executable:
> 
> binary/org.example_root_0.0.0.v20130212-1713-b000
> binary/org.example.executable.cocoa.macosx.x86_64_0.0.0.v20130212-1713-b000
> 
> Is there any way to get the tycho-p2-director-plugin to unzip these
> files instead, such that the rootfiles and the OS X executable are place
> directly within the outermost ZIP?

Nevermind. Figured out that the tycho-p2-director-plugin indeed does the
unzipping, but puts the results (i.e., the final products) below
${project.directory}/products. The primary artifact produced below
${project.directory} is just an intermediate result.

So, problem solved. :-)

Andreas
-- 
Codetrails.com - the knowledge transfer company


Back to the top