ops4j / org.ops4j.pax.runner

Multi Framework OSGi Runner
http://team.ops4j.org/wiki/display/paxrunner/
47 stars 39 forks source link

Upgrade to pax-runner 1.8.6-SNAPSHOT breaks the maven-compiler-plugin [PAXRUNNER-442] #439

Closed ops4j-issues closed 10 years ago

ops4j-issues commented 10 years ago

Jean-Baptiste Onofre created PAXRUNNER-442

When upgrading to pax-runner 1.8.6-SNAPSHOT (in pax-logging for instance), the maven-compiler-plugin doesn't work anymore:

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project pax-logging-it: Fatal error compiling: java.lang.NoClassDefFoundError: javax/inject/Named: javax.inject.Named -> [Help 1]

Affects: 1.8.6 Fixed in: 1.8.6 Votes: 0, Watches: 1


Referenced issues

depends on:

ops4j-issues commented 10 years ago

Jean-Baptiste Onofre commented

The problem has been introduced by this commit:

commit 5dff43afa3fcf1516d56225ac76bded1c1d4f59e
Author: Dmytro Pishchukhin <dmytro.pishchukhin@gmail.com>
Date:   Tue Mar 26 10:26:16 2013 +0100

    PAXRUNNER-435, PAXRUNNER-436, PAXRUNNER-434
ops4j-issues commented 10 years ago

Jean-Baptiste Onofre commented

The problem has been introduced by the upgrade to Pax URL 1.5.0. Downgrading to Pax URL 1.3.5 works fine.

I downgrade for now to give some time to investigate.