Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] headless resolve with properties

>  My headless resolve bails out with:
>
>  Errors and Warnings
>  [0][0003] : Rejecting provider
>  eclipse.import(http://download.eclipse.org/eclipse/updates/3.3?importType=binary):
>
>  No component match was found
>  Caused by: [0][0][0003] : PDEMapProvider
>  cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,org.eclipse.releng/maps):
>   Unable to find org.eclipse.ui:osgi.bundle/[3.2.0,4.0.0)#OSGi in map
>  [0][0008] : Rejecting provider
>  eclipse.import(http://download.eclipse.org/eclipse/updates/3.3?importType=binary):
>
>  No component match was found
>  Caused by: [0][0][0008] : PDEMapProvider
>  cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:
>  /cvsroot/eclipse,org.eclipse.releng/maps): Unable to find
>  org.eclipse.jface:osgi.bundle/[3.2.0,4.0.0)#OSGi in map
>  [0][0003] : Rejecting provider
>  eclipse.import(http://download.eclipse.org/eclipse/updates/3.3?importType=binary):
>
>  No component match was found
>  Caused by: [0][0][0003] : PDEMapProvider
>  cvs(:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,org.eclipse.releng/maps):
>   Unable to find org.eclipse.ui:osgi.bundle/[3.2.0,4.0.0)#OSGi in map
>  Exception in thread "Thread-14" java.lang.NullPointerException
>         at
>  org.eclipse.buckminster.core.helpers.LocalizedException.getLocalizedFormat(LocalizedException.java:26)
>         at
>  org.eclipse.buckminster.core.helpers.LocalizedException.getLocalizedMessage(LocalizedException.java:76)
>         at java.lang.Throwable.toString(Throwable.java:343)
>         at
>  org.eclipse.buckminster.core.helpers.FileUtils$1.run(FileUtils.java:8
>  00)
>
>  Now I noticed that the map file entries for the above components at
>  dev.eclipse.org have integration build version qualifiers:
>  plugin@org.eclipse.jface=I20080312-1200,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,
>  ...
>  plugin@xxxxxxxxxxxxxx=I20080312-1200,:pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/eclipse,
>
>  Could that be throwing off the pde map provider? Looking inside the
>  repository, eg - org.eclipse.jface, the 3.4.0 version does seem to be
>  available, which suggests it should match if it finds it's way there via
>  the pde map.
>
>  I gather that there are people out there running headless (as gruesome as
>  it sounds :) ) with more success than I. Can anyone confirm
>  success/experience with the 1.0.0.r08941 product package? Is a prior
>  product package perhaps considered more stable?
>
>  Any suggestions welcome,
>  Thanks
>

Hi Todd,

Not sure if this is exactly what you need but I just use an importer
in my rmap to pull the required plugins from the SDK that I would be
doing the materialising in. So I'm able to resolve all the OSGi based
dependencies fine, it's when it comes to maven that I'm getting
unstuck right now.  Once I find someway of overcoming this, my plan
was to use buckminster to install all the plugins / features it would
need from org.eclipse prior to kicking off the resolve. Then it should
automatically resolve those plugins from its own plugin repository. I
was going to automate this from within an ant script.

Stability wise I think the latest version appears to be better than
those prior to it so I wouldn't recommend going back in version.

HTH,
Adrian.


Back to the top