Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » How do I redirect to a product catalog in GIT?
How do I redirect to a product catalog in GIT? [message #1816925] Tue, 12 November 2019 09:08 Go to next message
Marcel Abou Khalil is currently offline Marcel Abou KhalilFriend
Messages: 1
Registered: November 2019
Junior Member
Hi all,

I'm trying to share an Eclipse installer with the product catalog in GIT. I have added the following line to my eclipse-inst.ini and ensured that my system GIT has the proper certificate set up, to access the repository:

-Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->git@github.<our self-hosted-server>:MyTeam/eclipse_configuration.git/setups/

However, this does not work. Adding a git:// prefix also did not work and gives out the error message "The catalog could not be loaded".

Is there a way to make this work without publishing the product catalog somewhere publicly?
Re: How do I redirect to a product catalog in GIT? [message #1817148 is a reply to message #1816925] Sat, 16 November 2019 07:25 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
This just doesn't look like a hierarchical URI but rather an opaque URI, i.e., a URI is hierarchical only if there is a '/' after the ':' so I can't imagine that could work.

Generally the details here seem relevant for how to setups at a secure site (where cookie-based authentication can be used):

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Accessing_Setups_that_Require_Authentication

But even with this, I'm not sure you can make it work because including the query string in a redirection I don't think will work well. You might need to put the index somewhere "public" and use the URIs with query strings to access the Product/Project catalogs in using password prompting.

It's certainly not a use case that's been tried and tested...




Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Rerunning setup task does not recreate the working sets
Next Topic:Launch Task not found after git import
Goto Forum:
  


Current Time: Fri Apr 19 06:25:55 GMT 2024

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

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

Back to the top