Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Configuration with User Project?
Configuration with User Project? [message #1830135] Fri, 17 July 2020 16:57 Go to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
I am trying to understand configurations and see if I can create one for my project to enable a one click development environment setup.
My project setup file is on github, and I currently add it to the installer manually as a user project. Then I select the stream.
Is there a way to automate that step in a configuration? From what I could see I can only add streams to a configuration that are in a project catalog that is known to the installer, but maybe I missed something.

[Updated on: Fri, 17 July 2020 18:59]

Report message to a moderator

Re: Configuration with User Project? [message #1830143 is a reply to message #1830135] Fri, 17 July 2020 19:50 Go to previous messageGo to next message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
So I re-read the documentation at https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Configuration_Handling and it seems that my case should be handled. However, from that section I have no idea what to put in the href attribute of the stream element in order to reference a stream in a setup that is stored on github. When I drag and drop the stream from my setup I get a reference to the already imported stream in user projects, not a reference to github.
Re: Configuration with User Project? [message #1830151 is a reply to message #1830143] Sat, 18 July 2020 05:46 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
If you use Load Resource... and load the project setup, e.g.,

https://raw.githubusercontent.com/RobertHilbrich/blackant/master/ch.hilbri.blackant.releng/BlackAnt.setup

You can then drag the Stream and drop it onto the Workspace. The reference will look like this:
  <stream href="https://raw.githubusercontent.com/RobertHilbrich/blackant/master/ch.hilbri.blackant.releng/BlackAnt.setup#//@streams[name='master']"/>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Configuration with User Project? [message #1830166 is a reply to message #1830151] Sat, 18 July 2020 19:48 Go to previous message
Lutz Wrage is currently offline Lutz WrageFriend
Messages: 181
Registered: July 2009
Senior Member
Thanks, that works.
Previous Topic:Diagnosing update issue
Next Topic:Content in ResourceCreationTask getting mangled on save
Goto Forum:
  


Current Time: Wed Apr 24 14:00:59 GMT 2024

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

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

Back to the top