I'm still seeing it after updating just now. How did you fix it? Thanks Sam Bratton
Guillaume Nodet <[email protected]> wrote on 06/04/2014 03:44:05 PM: > From: Guillaume Nodet <[email protected]> > To: [email protected] > Date: 06/04/2014 03:44 PM > Subject: Re: compiling subsystems itests failing > > I think I fixed that yesterday, it seems to work for me on latest trunk. > > > 2014-06-04 22:41 GMT+02:00 Samuel E Bratton <[email protected]>: > > > I'm also having issues building aries on the subssystem itests. It's been > > failing the last few days including with the latest updates from this > > morning. I see multiple compile errors. It looks like non-Genericized > > classes being used with generics, for example > > > > ~/aries/subsystem/subsystem-itests mvn clean install > > ... > > > > [ERROR] > > > > /C:/cygwin/home/sbratton/ariesJ7/aries/subsystem/subsystem-itests/ > src/test/java/org/apache/aries/subsystem/itests/SubsystemTest.java:[248,49] > > type org.osgi.framework.ServiceRegistration does not take parameters > > ... > > > > on this line of code: > > 248: protected Collection<ServiceRegistration<?>> serviceRegistrations > > = new ArrayList<ServiceRegistration<?>>(); > > > > as far as I can tell from the mvn debug messages the version of > > ServiceRegistration is from org.eclipse.osgi-3.8.0.v20120529-1548.jar > > > > Anybody know what's causing thsi? > > > > -- > > Samuel Bratton
