Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » Re: [buckminster-dev] headless resolve with properties
Re: [buckminster-dev] headless resolve with properties [message #9272] Wed, 12 March 2008 16:00
Adrian Skehill is currently offline Adrian SkehillFriend
Messages: 55
Registered: July 2009
Member
> My headless resolve bails out with:
>
> Errors and Warnings
> : Rejecting provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.3?importType=b inary):
>
> No component match was found
> Caused by: : PDEMapProvider
> cvs(:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,org.eclipse.releng/maps):
> Unable to find org.eclipse.ui:osgi.bundle/[3.2.0,4.0.0)#OSGi in map
> : Rejecting provider
> eclipse.import( http://download.eclipse.org/eclipse/updates/3.3?importType=b inary):
>
> No component match was found
> Caused by: : PDEMapProvider
> cvs(:pserver:anonymous@dev.eclipse.org:
> /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=b inary):
>
> No component match was found
> Caused by: [0][0][0003] : PDEMapProvider
> cvs(:pserver:anonymous@dev.eclipse.org:/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.getL ocalizedFormat(LocalizedException.java:26)
> at
> org.eclipse.buckminster.core.helpers.LocalizedException.getL ocalizedMessage(LocalizedException.java:76)
> at java.lang.Throwable.toString(Throwable.java:343)
> at
> org.eclipse.buckminster.core.helpers.FileUtils$1.run(FileUti ls.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@dev.eclipse.org:/cvsroot/eclipse,
> ...
> plugin@org.eclipse.ui=I20080312-1200,:pserver:anonymous@dev.eclipse.org:/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.
Previous Topic:Re: [buckminster-dev] headless resolve with properties
Next Topic:Re: [buckminster-dev] headless resolve with properties
Goto Forum:
  


Current Time: Sat Apr 27 02:48:37 GMT 2024

Powered by FUDForum. Page generated in 0.03035 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top