Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] missing dependencies for logback

I'm just getting started with m2e development, hoping to eventually contribute fixes for problems my org. is having after adoption.

I followed the instructions on http://wiki.eclipse.org/M2E_Development_Environment to get setup, but I had to make some changes. For example, using a stock Kepler version I could not install m2e 1.5.

In any case, I have Luna installed, cloned the git repos and have the projects loaded. All of the projects appear to be building cleanly except for org.eclipse.m2e.logback.appender and org.eclipse.m2e.logback.configuration; here's a sampling of some of the problems with those projects:

Bundle 'ch.qos.logback.classic' cannot be resolved        MANIFEST.MF        /org.eclipse.m2e.logback.configuration/META-INF        line 9        Plug-in Problem
Bundle 'ch.qos.logback.core' cannot be resolved        MANIFEST.MF        /org.eclipse.m2e.logback.configuration/META-INF        line 10        Plug-in Problem
Host bundle 'ch.qos.logback.classic' cannot be resolved        MANIFEST.MF        /org.eclipse.m2e.logback.appender/META-INF        line 9        Plug-in Problem
Unsatisfied version constraint: 'org.eclipse.core.runtime: 0.0.0'        MANIFEST.MF        /org.eclipse.m2e.logback.appender/META-INF        line 11        Plug-in Problem
Unsatisfied version constraint: 'org.eclipse.jface: 0.0.0'        MANIFEST.MF        /org.eclipse.m2e.logback.appender/META-INF        line 12        Plug-in Problem
Unsatisfied version constraint: 'org.eclipse.m2e.core.ui: [1.6.0,1.7.0)'        MANIFEST.MF        /org.eclipse.m2e.logback.appender/META-INF        line 14        Plug-in Problem
Unsatisfied version constraint: 'org.eclipse.ui.console: 0.0.0'        MANIFEST.MF        /org.eclipse.m2e.logback.appender/META-INF        line 13        Plug-in Problem

Any hints on how best to solve these problems? Apologies if this has been covered before, but my searches didn't turn up anything definitive.

Jeffrey E. (Jeff) Care
Advisory Software Engineer | IBM Watson Implementations Release Engineering

carej@xxxxxxxxxx | External: 919-543-4907 | Tie line: 441-4907


Back to the top