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:19:16 +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=fBuwO9daRPIo0T5HD5aOddOq2kp3FKwIoKHqkS1aD9A=; b=BMT3BMoCDu7F7qqscjfJHpOhQ/j9gmUs6cga2+G3k9/nYdWqjmDYbnQOG7gNQ7ScTqGoTiTlJAbK3Gc+ZMVPsxJgZM/UUROtfClN+TgMXIUe0OHvKt8R61oOIpdloKrU/U9bG3G0HtzfaLgNUpDXtfgrelMEZ/TcnK+BmEUYHCW/LvWsBFy7T/H/lfGRHdZwqHDVET23scNprBztMcKwvWrSma4i86CflwFo5wZhQkTY0rXqA2MGAXcXCYWvuX38L3thZomH0YWg4cH6nZf+9UNHYL2GWiqGhZISsHxYs/sfZH/rOXsHPX3r6pm6d6AyqDP3SJPCPBuraeOe2S6HCA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CrMGG5KvEjHGUlnAUFGOhpkUiefIzBjfrSAud7++zDw/HEdi+yvg3UYizmdj4ZIjOQgiXJZSV/5fEngrCuTtsRcrB22qkIOl+n1YtzfOTomUbFyg9mmUu/8YWbBHmD/RzOesj0oKjZDcQnH2kEdBpv5VD2vk5cUzoy9qJ8W3eQQpb/hx/QA6q65mzkkQRoMm1F2j1O9V522OyAuTYn+2JbBSkHZB3bfPSRDO0P5ntClcgrutIjcGP2JfThFru39n5xf6gz+ElKML6x9VL4XYeJY8e/3v4MuKUS0g/qBhFb8o+JA7H1xEWltu9qOsi/EqFip/WUMRaGJLCQx5GQvZyQ==
  • 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+gAAfLMo=
  • Thread-topic: [m2e-dev] Setup environment in relation to https://github.com/eclipse-m2e/m2e-core/issues/635

Hi,

Also could you check if you have file here:

C:\Users\eraonel\git\m2e-core\m2e-maven-runtime\org.eclipse.m2e.archetype.common\META-INF\MANIFEST.MF


//mike

 

 


Från: m2e-dev <m2e-dev-bounces@xxxxxxxxxxx> för Mikael Petterson <mikaelpetterson@xxxxxxxxxxx>
Skickat: den 19 april 2022 14:10
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
 
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