Thanks Carsten, Your updates resolved that issue. I'm now getting a test failure in the framework though. I've tried both Java 7 and Java 8, both fail the same test:
$ cat felix/framework/target/surefire-reports/org.apache.felix.framework.ServiceRegistryTest.txt ------------------------------------------------------------------------------- Test set: org.apache.felix.framework.ServiceRegistryTest ------------------------------------------------------------------------------- Tests run: 33, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.736 sec <<< FAILURE! - in org.apache.felix.framework.ServiceRegistryTest testGetUngetServiceFactory(org.apache.felix.framework.ServiceRegistryTest) Time elapsed: 0.396 sec <<< FAILURE! junit.framework.AssertionFailedError: 962 at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.assertTrue(Assert.java:22) at junit.framework.TestCase.assertTrue(TestCase.java:192) at org.apache.felix.framework.ServiceRegistryTest.testGetUngetServiceFactory(ServiceRegistryTest.java:1150) On Tue, Jul 28, 2015 at 11:27 PM, Carsten Ziegeler <[email protected]> wrote: > Am 28.07.15 um 20:09 schrieb Ken Gilmer: > > Thanks Guys, > > > > I updated my local repo and was able to get further. At one point I > had > > license violations from apache-rat-plugin but determined that I could > > disable the check. After building some more I got the following errors. > > With searching I was unable to find a resolution... LMK if anyone has > seen > > this before or has an idea on how to resolve it. > > > I've just committed a fix for that problem. I'Ve also updated the > resolver module so there shouldn't be any need to use Java 8 anymore. > > Carsten > -- > Carsten Ziegeler > Adobe Research Switzerland > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

