hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
191 stars 98 forks source link

Add support for bndtools #11

Closed BryanHunt closed 11 years ago

BryanHunt commented 11 years ago

Could you add support for the bndtools repository format?

You can get the indexer from https://bndtools.ci.cloudbees.com/job/bindex.master/

Indexing is as simple as:

java -jar org.osgi.impl.bundle.repoindex.cli-0.0.4.jar -n osgi-jax-rs plugins/*

hstaudacher commented 11 years ago

What would you like to see indexed? The contents of the p2 repository?

hstaudacher commented 11 years ago

Anyway, I have no experience with bndtools. Is it possible that you can open a pull request just to let me see how it should look like?

BryanHunt commented 11 years ago

It's no more difficult than the command line example above. That command line will index all of the bundles in the plugins folder and create the index.xml.gz file. That's all there is to it. Just run it at the root p2 repository folder that contains the artifacts.jar, content.jar, etc.

On Aug 1, 2013, at 1:07 AM, Holger Staudacher notifications@github.com wrote:

Anyway, I have no experience with bndtools. Is it possible that you can open a pull request just to let me see how it should look like?

— Reply to this email directly or view it on GitHub.