Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Pack.gz files not included in the p2 repository

On Tue, Sep 10, 2013 at 7:07 PM, Grégoire Dupé <gdupe@xxxxxxxxxxxxxxxx> wrote:
Thanks for your quick answer!

> I bet you can find an answer on that page: http://wiki.eclipse.org/Tycho/Pack200

According to this documentation, I only have to add "<includePackedArtifacts>true</includePackedArtifacts>" in the target-platform-configuration section.

I've already set this option in the parent pom :-( (cf. https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/ws/org.eclipse.emf.facet.maintenance/pom.xml/*view*/)

I've also checked that I'm using the eclipse-repository packaging type. (cf. https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/ws/org.eclipse.emf.facet.maintenance/features/org.eclipse.emf.facet.updatesite/pom.xml/*view*/)

I've also checked that the pack.gz files exist in the target directories (for example https://hudson.eclipse.org/hudson/job/emffacet-nightly-maintenance/ws/org.eclipse.emf.facet.maintenance/org.eclipse.emf.facet.efacet.sdk.ui/__target__/)

I guess you are using some pom dependencies in this case you will hit
this current limitation of tycho

--
Matthias

Back to the top