Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Packaging and MANIFEST.MF

Are you trying to build this plugin or use it as a dependency? Tycho is
should be able to use this plugin as a dependency, but it needs existing
bundle manifest to build.

--
Regards,
Igor

On 12-01-20 9:19 AM, Martin Röbert wrote:
Hi there,

at the moment I am trying to set up a build process for some eclipse bundles. Everything is fine except an error in a third-party bundle.
This bundle uses the plugin.xml as the only manifest file. If I try to build it, maven/tycho is nagging around, that it could not pack the jar, because it could not find a MANIFEST.MF.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.13.0:package-plugin (default-package-plugin) on project org.testng.eclipse: Error assembling JAR: /Users/martin/git/probate-web/eclipse/de.lpzebusiness.testng/META-INF/MANIFEST.MF (No such file or directory) ->  [Help 1]

Any hints on that?

Thanks in advance,

Martin

--
Martin Röbert
Forschungsbereich Applied Software Engineering
Institut für Angewandte Informatik e.V. an der Universität Leipzig

Großer Brockhaus 1
04103 Leipzig

http://www.infai.org

Die IT-Trends von morgen - Wissen aus der
angewandten Forschung für Entscheider:
http://www.it-radar.org

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


Back to the top