Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] discovery build failure

That does not look like a missing repository. It seems that someone is depending on a very new apache bundle:

org.apache.jasper.glassfish:osgi.bundle/[2.2.2.v201205150955,2.2.2.v201205150955] 

which can be found here:

http://download.eclipse.org/tools/orbit/downloads/drops/S20120519125550/

and here is the repo we need to add to the rmap

http://download.eclipse.org/tools/orbit/downloads/drops/S20120519125550/repository/

Regards,

Wim




On Wed, May 23, 2012 at 8:08 PM, Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx> wrote:
On 05/23/2012 08:02 PM, Markus Alexander Kuppe wrote:

> Anyway, I will look into the discovery build problems asap.

From first sight it looks like as if Orbit has removed a repository.
This in turns causes our component resolution to fail:

ERROR   [0105] : No suitable provider for component
org.apache.jasper.glassfish:osgi.bundle/[2.2.2.v201205150955,2.2.2.v201205150955]
was found in resourceMap
file:/opt/hudson/jobs/N-HEAD-sdk.feature/workspace/ecf.rmap
 ERROR   [0105] : No suitable provider for component
org.apache.jasper.glassfish:osgi.bundle/[2.2.2.v201205150955,2.2.2.v201205150955]
was found in searchPath default
   ERROR   [0105] : Rejecting provider
p2(http://ftp.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/S20120428190502/repository/[http://ftp.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/S20120428190502/repository/]):
No component match was found
   ERROR   [0105] : Rejecting provider
p2(http://ftp.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20120119162704/repository[http://ftp.osuosl.org/pub/eclipse/tools/orbit/downloads/drops/R20120119162704/repository]):
No component match was found

Markus
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top