Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] [p2] compile error?

Hey all,

In 3.4M6a, I just updated to the latest of all the projects in org.eclipse.equinox.p2.releng/projectSet.psf

I'm getting a compile error in org.eclipse.equinox.p2.reconciler.dropins/Activator:244:

...
Location eclipseHome = (Location) ServiceHelper.getService(getContext(), Location.class.getName(), Location.ECLIPSE_HOME_FILTER);
...

Description    Resource    Path    Location    Type
Location.ECLIPSE_HOME_FILTER cannot be resolved Activator.java org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins line 244 Java Problem

This is in Eclipse 3.4m6a. The interface org.eclipse.osgi.service.datalocation.Location seens not to have an ECLIPSE_HOME_FILTER (has INSTANCE_FILTER, INSTALL_FILTER, etc).

Is there something I'm doing wrong for p2 setup, etc?

Thanks,

Scott





Back to the top