Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Support for non-standard Manifest location?

No, Tycho still requires OSGi bundle manifest to be locating in
${project.basedir}/META-INF/MANIFEST.MF.

Out of curiosity, can you explain tools involved in development of such
webapps? I assume all webapps' dependencies are available from P2
repositories, how are these repositories get populated?

--
Regards,
Igor

On 2/17/2014, 10:23, Stephen Rowles wrote:
Hi all,

I have some web application bundles, which are valid OSGi bundles but
have their META-INF/MANIFEST.MF is not under the bundle root they are
within a top level folder of BundleContent, so
BundleContent/META-INF/MANIFEST.MF

I found this old tycho bug:

https://issues.sonatype.org/browse/TYCHO-500

However that was back in 2010, there are lots more OSGi based web
application servers now, so I was wondering if this has moved on and
been dealt with? I've done LOTS of googling but cannot find any way of
telling tycho how to use a custom location for the manifest. This is a
shame as it's the last step in the chain to making these work.

Any suggestions?

Cheers,


*Stephen Rowles*

Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number
741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


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



Back to the top