Skip to main content



      Home
Home » Eclipse Projects » Sirius » My First Maven/Tycho Failure: Sirius 5.1.0 repo missing?
My First Maven/Tycho Failure: Sirius 5.1.0 repo missing? [message #1781386] Tue, 06 February 2018 11:13 Go to next message
Eclipse UserFriend
I've recently migrated the build process for my RCP apps to Maven/Tycho. And even more recently, I've included Sirius in my RCP app.

My target for Maven/Tycho included the following update site:

<repository location="http://download.eclipse.org/sirius/updates/releases/5.1.0/neon"/>

Coincidentally, it appears 5.1.1 was just released.

Was the update site for 5.1.0 destroyed or no longer maintained? Or was the Maven repo destroyed in the process? My Eclipse target still seems to resolve while pointing to the update site. But my Jenkins Maven build is crashing on the Sirius 5.1.0 repo.

Asking because I don't fully understand how these things are supposed to be managed. I assumed that 5.1.0 would still be valid.

From my side, Tycho is handling going between my Eclipse target and Maven. I don't fully understand how that works.

[Updated on: Tue, 06 February 2018 11:31] by Moderator

Re: My First Maven/Tycho Failure: Sirius 5.1.0 repo missing? [message #1781399 is a reply to message #1781386] Tue, 06 February 2018 13:22 Go to previous messageGo to next message
Eclipse UserFriend
Actually, if I re-load my target in Eclipse, the update site is complaining it's broken even before I get to the Maven/Tycho build:

location http://download.eclipse.org/sirius/updates/releases/5.1.0/neon: Artifact not found: http://download.eclipse.org/sirius/updates/releases/5.1.0/neon/content.xml.xz.
Re: My First Maven/Tycho Failure: Sirius 5.1.0 repo missing? [message #1781419 is a reply to message #1781399] Wed, 07 February 2018 02:59 Go to previous message
Eclipse UserFriend
Hi.

This is a caching issue. After the release of 5.1.1 I moved all the non-current releases of each stream to archive.download.org (to make room on the main server and its mirrors). I've put redirects in place from download.eclipse.org to make this as transparent as possible, but it's not perfect.
Concretely, http://download.eclipse.org/sirius/updates/releases/5.1.0/neon is still a valid repo, but its internal structure has changed: it is now a "composite" p2 repository with a single entry that points to http://archive.eclipse.org/sirius/updates/releases/5.1.0/neon, and the content.xml.xz only exists on the archive.eclipse.org location now.

You can either clear your caches, point directly to http://archive.eclipse.org/sirius/updates/releases/5.1.0/neon, or use the newly released 5.1.1 (which for now is still physically on download.eclipse.org).

Regards,
Previous Topic:Disable default context menu and properties
Next Topic:Trigger on action Copy/Paste
Goto Forum:
  


Current Time: Sun Jul 27 02:29:19 EDT 2025

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

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

Back to the top