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


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


Apparently this is because we have the job that generates that update site running nightly and it replaced the version that was there when I set the build file...

I had hoped that it would leverage the files that are still in the directory and we could update the build file as needed but apparently not.

I'll adjust and take it off nightly run for the time being and see if that fixes the next build, if not I'll comment us out of the build
 
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