Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Re: [Helios] Failed for build 2010-03-17_21-46-36


This is becoming a "FAQ" ... so, will answer on cross-project, so everyone can learn (or give better advice :)

1.

".feature.group" is, conceptually, the same thing as most of us think of as your "feature", but implies not only literally that one feature "jar" file, but all the bundles and other features which the feature "includes". (I'm sure others can use more P2 correct language ... but, conceptually that's what it is).

2.

The first thing (or, maybe second thing to look for) is what is in your content.jar/xml file. I just quickly peeked at yours, and saw
 <unit id='org.eclipse.jetty.osgi.boot.feature.feature.group' version='7.0.2.201003170717'
 In other words, your .build file is saying to get version 7.0.2.201003162116 but your repository is "announcing" is has (only) version 7.0.2.201003170717

HTH

Good luck,





From: Jesse McConnell <jmcconnell@xxxxxxxxxx>
To: David M Williams/Raleigh/IBM@IBMUS
Date: 03/17/2010 10:58 PM
Subject: Re: [Helios] Failed for build 2010-03-17_21-46-36
Sent by: jesse.mcconnell@xxxxxxxxx





can you point me at what this might be?

.feature.group seems to have appeared out of no where and I haven't
the foggiest clue on how to debug this...

cheers!
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Wed, Mar 17, 2010 at 19:48, David Williams <david_williams@xxxxxxxxxx> wrote:
> The following errors occured when building Helios:
>
> Unable to find org.eclipse.jetty.osgi.boot.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.osgi.pde.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.client.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.core.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.jsp.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.server.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Unable to find org.eclipse.jetty.webapp.feature.feature.group/7.0.2.201003162116 in repository
http://download.eclipse.org/jetty/nightly/jetty7/
>
> Check the log file for more information:
https://build.eclipse.org/hudson/view/Repository%20Aggregation/job/helios.runBuckyBuild/499/console
>
>



Back to the top