Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Yesterday's 4.4 M-build: broken metadata?

Oh, and, I do have one more idea :) ... if you wanted a "quick fix", you might be able to work around the issue be including the ECF repo directly in your builds "list of repos" from which you pull things. The latest we are using is

http://download.eclipse.org/rt/ecf/453919/site.p2/

And we make a "copy" of what we use into our repo ... err, for convenience of consumers such as yourself :/
And, it was that "copy" part I forgot to update ... so, we ended up "using the latests" but just having the older version in our repo.

But, like I said, I'm happy to start another build if you (or others) have a need for it.

Thanks,




From:        David M Williams/Raleigh/IBM@IBMUS
To:        "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
Date:        12/04/2014 04:45 PM
Subject:        Re: [platform-releng-dev] Yesterday's 4.4 M-build: broken metadata?
Sent by:        platform-releng-dev-bounces@xxxxxxxxxxx




Well, by "idea" ... I can confirm it is broken. I fixed our pom's last night (with no new bug, since it was an incomplete fix for bugs 453677 and 453919 -- entirely my fault).

I was not aware of anyone making use of the M-build repositories this early, so, if you do not want to wait next Wednesday, it would be entirely reasonable for you to ask for a respin.


Apologies for the break, and especially not properly announcing it.


Let me know,







From:        
Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx>
To:        
platform-releng-dev@xxxxxxxxxxx,
Date:        
12/04/2014 12:36 PM
Subject:        
[platform-releng-dev] Yesterday's 4.4 M-build: broken metadata?
Sent by:        
platform-releng-dev-bounces@xxxxxxxxxxx




Hi,

I have a problem consuming 4.4 M-build from yesterday [1] with Tycho
(with -Dtycho.disableP2Mirrors=true, so mirrors are not to blame):

> [ERROR] The following artifacts could not be downloaded: [ERROR]
> osgi.bundle,org.eclipse.ecf,3.4.0.v20141202-1832 [ERROR]
> osgi.bundle,org.eclipse.ecf.filetransfer,5.0.0.v20141202-1832 [ERROR]
> osgi.bundle,org.eclipse.ecf.identity,3.4.0.v20141202-1832 [ERROR]
> osgi.bundle,org.eclipse.ecf.provider.filetransfer,3.2.200.v20141202-1832

Now, the p2 repository [1] lists only older versions for these bundles:

> org.eclipse.ecf_3.4.0.v20140827-1444.jar
> org.eclipse.ecf_3.4.0.v20140827-1444.jar.pack.gz
> org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar
> org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar.pack.gz
> org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar
> org.eclipse.ecf.identity_3.4.0.v20140827-1444.jar.pack.gz
> org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar
> org.eclipse.ecf.provider.filetransfer_3.2.200.v20140827-1444.jar.pack.gz

However, there is something about this particular p2 repository [1] that
makes my build fail. Going back to the previous M-build [3] fixes it. I
wonder what makes Tycho look for bundles with qualifier v20141202-1832
(which looks plausible, BTW, as we are talking about the M20141203-0800
M-build). Any ideas? (FWIW, here's my target definition [4].)

Best wishes,

Andreas

[1]
<
http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20141203-0800/>
[2]
<
http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20141203-0800/artifacts.jar>
[3]
<
http://download.eclipse.org/eclipse/updates/4.4-M-builds/M20141126-0800/>
[4]
<
https://git.eclipse.org/c/recommenders/org.eclipse.recommenders.git/tree/targets/luna/luna.target?id=912628db58b43a58fa5d7577236f06edf5aadbff>

--
Codetrails GmbH
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Phone: +49-6151-276-7092
Mobile: +49-170-811-3791

http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

Back to the top