Skip to main content



      Home
Home » Eclipse Projects » Oomph » Configuration with User Project?
Configuration with User Project? [message #1830135] Fri, 17 July 2020 12:57 Go to next message
Eclipse UserFriend
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 14:59] by Moderator

Re: Configuration with User Project? [message #1830143 is a reply to message #1830135] Fri, 17 July 2020 15:50 Go to previous messageGo to next message
Eclipse UserFriend
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 01:46 Go to previous messageGo to next message
Eclipse UserFriend
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']"/>
Re: Configuration with User Project? [message #1830166 is a reply to message #1830151] Sat, 18 July 2020 15:48 Go to previous message
Eclipse UserFriend
Thanks, that works.
Previous Topic:Diagnosing update issue
Next Topic:Content in ResourceCreationTask getting mangled on save
Goto Forum:
  


Current Time: Wed Jun 18 12:02:12 EDT 2025

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

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

Back to the top