Skip to main content



      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 04:08 Go to next message
Eclipse UserFriend
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 02:25 Go to previous message
Eclipse UserFriend
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...


Previous Topic:Rerunning setup task does not recreate the working sets
Next Topic:Launch Task not found after git import
Goto Forum:
  


Current Time: Mon Jul 07 23:40:39 EDT 2025

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

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

Back to the top