Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [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 14:10:57 +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=E+MWYCdXFrF9tF0T8enOwL1l4FzXznnsETI7wfTcR3A=; b=eyt+9IL5Km+cpNBUP3yoKFFFr6LvFmiWn/x1q292AsiaKsqTXTpLZ0NpIuF3uxzTqGlHaQ4YIPY9gdbM1NjpSJJXUgsjKeCy+oWOHjjuSCDl+XUFAA45TNfzVsub8WYyMI9IUxWsvhSJVRTYabnG2PiH0YciUCbrl6SfXgOT0sut3BB8xd9u88pgcdBj44Hlj6G0OGedx3emEIKhxWtyjkxnu1xLCsdO2tpOg8WW6BB0KbWvJU3Pbvy7YIP3cf1FUf1rrk8OglNTpj5GqVFIFME+1koURtdvk/fuuNzXTfdWxhhRdLi/Lr9I+l8RzIlsE83DEDihMn3xojcEL0Bv7Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Wbd6P8hO2nPzolcRBkWSkGl1GMz+UvNZoQWE4hV70ChzSV1CBsR/NJUuVEXiKXln3N/j1YsQbuKUWAgdmObyxlQsYD9oxE9byjDn4IphRVLqZ/ADVKKrAjMsrCv6BgCctWj/+wM20B71V+uqmyjCbxnaal54x6h21xJVw0pJGxmMXXmEjX6VRaKbYi6vXGyIQdP3LUVd7G5Bkl1nrXzCti8ORr6HDLV0GrX6XURccFYKgT6PCTowvBezPNvBgb6NwVTqBnVlbgNLN5lt3gY/fBKxU7WRT4S90V+vqO8foFt0kW2Y38ncoffyq3YVsU+nEt7BbJjvfMwDLDkSNWn6+w==
  • 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/xnV6z3HvMAgAAFmaSAAALTAIAAAqS+
  • Thread-topic: [m2e-dev] Setup environment in relation to https://github.com/eclipse-m2e/m2e-core/issues/635

Hi

I have tried both from terminal and the automatic setup (Oomph) and I get the same error message.

[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:972)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:293)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:196)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
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
at org.eclipse.tycho.core.osgitools.DefaultBundleReader.loadManifestFromDirectory(DefaultBundleReader.java:96)
at org.eclipse.tycho.core.osgitools.DefaultBundleReader.doLoadManifest(DefaultBundleReader.java:63)
at org.eclipse.tycho.core.osgitools.DefaultBundleReader.loadManifest(DefaultBundleReader.java:54)
at org.eclipse.tycho.core.osgitools.OsgiBundleProject.readArtifactKey(OsgiBundleProject.java:194)
at org.eclipse.tycho.core.osgitools.OsgiBundleProject.setupProject(OsgiBundleProject.java:176)
at org.eclipse.tycho.core.resolver.DefaultTychoResolver.setupProject(DefaultTychoResolver.java:89)
at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:111)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:264)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
... 11 more
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException


//mike

 

 


Från: m2e-dev <m2e-dev-bounces@xxxxxxxxxxx> för Mickael Istria <mistria@xxxxxxxxxx>
Skickat: den 19 april 2022 12:17
Till: Maven Integration for Eclipse developers mailing list <m2e-dev@xxxxxxxxxxx>
Ämne: Re: [m2e-dev] Setup environment in relation to https://github.com/eclipse-m2e/m2e-core/issues/635
 
I've run this command from a terminal. Can you please try in a terminal? As long as this comment couldn't be successful, I don't think you can expect PDE or further tools to work.

Back to the top