Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Identify partial IUs / Build p2 metadata

Hi Dirk,

I do not have any site.xml or category.xml. I just have a (mirrored) P2 repository which I would like to use in my .target-file.

Kind regards
Oliver

----- Ursprüngliche Mail -----
Von: "Dirk Fauth" <dirk.fauth@xxxxxxxxx>
An: "Tycho user list" <tycho-user@xxxxxxxxxxx>
Gesendet: Freitag, 6. September 2013 09:22:35
Betreff: Re: [tycho-user] Identify partial IUs / Build p2 metadata





Hi, 

AFAIK you need to rename your site.xml to category.xml to make the p2 repository build work with Tycho. 

Greez, 
Dirk 




On Fri, Sep 6, 2013 at 9:11 AM, Oliver Libutzki < oliver.libutzki@xxxxxxxxx > wrote: 


Hi Alex, 

-- Generally these occur for sites that only have a "site.xml" file, and no content.jar/artefacts.jar files. 

The P2 repository contains content.jar/artefacts.jar files. It was built by using the tycho-extras mirror goal, maybe in the past some pertial IUs have been mirrored this way. 

-- You can run the P2 features and bundles application to rebuild this information. 

I have done this without success using this pom: http://wiki.eclipse.org/Tycho/Additional_Tools#publish-features-and-bundles_goal 

Kind regards 
Oliver 

----- Ursprüngliche Mail ----- 
Von: "Alex Blewitt" < alex.blewitt@xxxxxxxxx > 
An: "Tycho user list" < tycho-user@xxxxxxxxxxx > 
CC: tycho-user@xxxxxxxxxxx 
Gesendet: Freitag, 6. September 2013 08:54:05 
Betreff: Re: [tycho-user] Identify partial IUs / Build p2 metadata 




On 6 Sep 2013, at 07:03, Oliver Libutzki < oliver.libutzki@xxxxxxxxx > wrote: 




Hello, 

using Tycho 0.18.1 I get the following message while resoving my target platform: 
"The p2 repository at {someurl} contains units from an old style update site which cannot be used for dependency resolution" 

I just ran http://wiki.eclipse.org/Tycho/Additional_Tools#publish-features-and-bundles_goal but I still get this error message. 

How can I identify the partial IUs? I read that it's possible by using Igor Fedorenko's P2 Browser ( https://github.com/ifedorenko/p2-browser ), but I don't know how to find them. 










Do you have any suggestions how I can "rebuild" the p2 metadata or even identify the partial IUs? 


You can run the P2 features and bundles application to rebuild this information. 





http://help.eclipse.org/juno/topic/org.eclipse.platform.doc.isv/guide/p2_publisher.html#features_and_bundles_publisher 


_______________________________________________ 
tycho-user mailing list 
tycho-user@xxxxxxxxxxx 
https://dev.eclipse.org/mailman/listinfo/tycho-user 
_______________________________________________ 
tycho-user mailing list 
tycho-user@xxxxxxxxxxx 
https://dev.eclipse.org/mailman/listinfo/tycho-user 


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top