Skip to main content

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

Hi Scott,

I think you are missing org.eclipse.osgi from HEAD?
http://dev.eclipse.org/mhonarc/lists/equinox-dev/msg04114.html

Regards,
Rem

On Sun, Apr 20, 2008 at 6:15 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
> 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
>
>
>
>  _______________________________________________
>  equinox-dev mailing list
>  equinox-dev@xxxxxxxxxxx
>  https://dev.eclipse.org/mailman/listinfo/equinox-dev
>


Back to the top