question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Startfehler und Bau via mvn ebenso

See original GitHub issue

Heyho,

bei mir unter Manjaro/arch Linux lief Version 0.36.1 noch fehlerfrei, ab dem Upgrade zu 0.37.1 bekomme ich nur noch Fehlermeldungen bzgl unresolvter Modules

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.equinox.common [350]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.core.contenttype [274]
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.core.jobs [288]

Mir gab darauf jmd den Tipp, meinen .eclipse-Folder umzubennenen, dann lief mein System wieder mit version 0.36.1, aber nach Update wieder der gleiche Fehler.

Dann wollte ich das Projekt einfach selber mit Maven bauen, aber da failt es bei mir mit

Could not find artifact org.apache.maven.plugins:maven-jarsigner-plugin:jar:1.5-SNAPSHOT

im central Maven https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-jarsigner-plugin gibts es auch keine Version 1.5, nur 1.4 oder 3.0.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Marfircommented, Jan 28, 2019

Ich habe unter Ubuntu z.B. immer das Problem das der automatische Neustart nach dem Update nicht klappt.

Für das kleine Programm wurde OSGI verwendet? Klingt ziemlich over engineered. Aber gut. Da das Kind nun schon in den Brunnen gefallen ist, müssen wir wohl damit leben.

1reaction
Marfircommented, Jan 27, 2019

Man bindet in ein Release auch keine SNAPSHOT dependencies ein. Da hat jemand beim letzten PP Release geschlafen. 😉 Das enforcer Plugin kann helfen solche Fehler in Zukunft zu vermeiden.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to build profiles - Apache Maven
Profiles are specified using a subset of the elements available in the POM itself (plus one extra section), and are triggered in any...
Read more >
Maven projects | IntelliJ IDEA Documentation - JetBrains
IntelliJ IDEA lets you manage Maven projects. You can link, ignore projects, synchronize changes in Maven and IntelliJ IDEA projects, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found