Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] Setup environment in relation to https://github.com/eclipse-m2e/m2e-core/issues/635
  • From: Mikael Petterson <mikaelpetterson@xxxxxxxxxxx>
  • Date: Tue, 19 Apr 2022 08:28:41 +0000
  • Accept-language: sv-SE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FRNiLMtoskvyO/+EqrF24vhfddGuGK97m0rRf2gwksw=; b=LlzuSe+ejz4RJYopPisyFkuhmniKIZtkBeTVRObMfyyqlSXUVDiwWK++z9b0e3JGJvTuhfs6irfQqFv21G4Wau82cxuItvxZdq6DD3qtEWxA95xpjBmoxwAiL3hi7cyH5k4JMQ8sPs3L9StBse0/WZNeu11TUcEq1hlg5XJupHXpw2a0L58CvDvysFj85H33vZmNEXfAjFm1oOK44tMW+18RAjFrzx1aZpoWo4MyMecJOhu/AfBDVAScO53Wu3hN2UMJUYFOMjg9wBwWBDgcW+wbIj8O2UVhdI4oquXHNsu9chNkErG9vezM85KTKG6k2R7RKRPug/y/DP84+Hv4eg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Bj3x0SPm/Duf2ulx3C/+pz+dEpIIo2o8jnynm1aQKgYhhKLkRSHiumvT3a95tucRmbgknSCYHLkY5XcbA0WuQFwTHjZEtz6DDKqlNi9fNVoPpbkprPs8c1GXe39V2bem9jgK76ktPoN0x7axV/8zjecYqKroMHDmTZ0xTVNIA1nbB9BLHJqbiIW6FMK1RcaocRoya4aozabNLl1oDxTowCrU794yItgJoGZoL5zfLTBYj6aoWKbM5q2tX7UZ5wf7lV5mBDF3lLGGdUlX9W0EDxPt7H0ZZr7WUg4+tP08UJhN7uqZ/mudzpMuM0gplrvBIA0P5WqmTkmQzMZMUa/Dqw==
  • Delivered-to: m2e-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/m2e-dev/>
  • List-help: <mailto:m2e-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/m2e-dev>, <mailto:m2e-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHYU8XiWJY1AEX4dUm0t43T6/xnVw==
  • Thread-topic: Setup environment in relation to https://github.com/eclipse-m2e/m2e-core/issues/635

Hi,

I opened this issue:

but still no progress...

So I decided setup the environment for m2e.

I run Eclipe 4.22 and JDK 11 ( openjdk zulu).

I follow instructions:


When I run this
$ mvn generate-sources -f m2e-maven-runtime -Pgenerate-osgi-metadata -Dtycho.mode=maven


I can see the following error:



$ mvn generate-sources -f m2e-maven-runtime -Pgenerate-osgi-metadata -Dtycho.mode=maven
[INFO] Scanning for projects...
[ERROR] Internal error: org.eclipse.tycho.core.osgitools.OsgiManifestParserException: Exception parsing OSGi MANIFEST C:\Users\eraonel\git\m2e-core\m2e-maven-runtime\org.eclipse.m2e.archetype.common\META-INF\MANIFEST.MF: Manifest file not found -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.core.osgitools.OsgiManifestParserException: Exception parsing OSGi MANIFEST C:\Users\eraonel\git\m2e-core\m2e-maven-runtime\org.eclipse.m2e.archetype.common\META-INF\MANIFEST.MF: Manifest file not found
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:120)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.eclipse.tycho.core.osgitools.OsgiManifestParserException: Exception parsing OSGi MANIFEST C:\Users\eraonel\git\m2e-core\m2e-maven-runtime\org.eclipse.m2e.archetype.common\META-INF\MANIFEST.MF: Manifest file not found

What am I missing?

br,

//mike

 

 


Back to the top