Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] How to use publish-features-and-bundles to turn old-style update site into p2

Hi Michael

You might have a look at the pom.xml in our project 
https://github.com/elexis/elexis.3rdparty.libraries
where we bundle a lot of stuff to have a p2 site.

We publish it somewhere because consuming it locally did not always work with 
mvn or the Eclipse IDE (I don't remember the problem exactly).

You find a Jenkins-CI for it at 
https://srv.elexis.info/jenkins/view/3.0/job/Elexis-3-3rdparty/

Best regards

Niklaus

> Hi, we have some old dependencies in a few oldstuff.zip, which each contain
> normal plugins/*.jar and features/** folders - but no content |
> artifact.xml/jar.
> 
> Are those "old-style update site" as per
> https://wiki.eclipse.org/Tycho/Additional_Tools#publish-features-and-bundle
> s_goal ?
> 
> We'd, ideally, like to turn those into p2 sites to be able to easily
> consume them from a Tycho build, and have tried using what's described on
> the Wiki, but step 1 fails saying "Error during mirroring: Mirroring
> failed: No repository found at", and the FeaturesAndBundlesPublisher from
> step 2 (we tried to skip step 1) just does nothing ("Generating metadata
> for .. Generation completed with success [0 seconds].")
> 
> Is this possible, and how, or are those old (in-house) ZIPs not "old-style
> update site" ?
> 
> _______________________
> Michael Vorburger
> http://www.vorburger.ch
-- 
Niklaus Giger
Wieshoschet 6
CH-8753 Mollis
+41  (0)55 612 20 54 P
+41  (0)77 473 02 59 Mobil


Back to the top