Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Reference external setup tasks through href
Reference external setup tasks through href [message #1745865] Tue, 18 October 2016 14:13 Go to next message
Konrad Windszus is currently offline Konrad WindszusFriend
Messages: 39
Registered: July 2009
Member
I found several examples how to reference external project definitions via
<project href=<uri> />
, e.g. at a custom projects catalog from https://github.com/joergreichert/oomph-catalogue/blob/master/setups/my.projects.setup#L301. But how is it possible to reference arbitrary tasks within projects from external files? In my case several projects (all in individual files) share some workspace preferences. Therefore I would like to reference the same (composite) setupTask from multiple different project files. How is this possible? Just using the href-attribute within a setupTask doesn't seem to be supported

[Updated on: Tue, 18 October 2016 14:16]

Report message to a moderator

Re: Reference external setup tasks through href [message #1745896 is a reply to message #1745865] Wed, 19 October 2016 05:49 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Konrad,

That's not possible. Sharing is generally achieved by putting tasks in a higher scope, i.e., all tasks in the project catalog are shared by all projects in that catalog. Or putting them in their own project so the user can choose to include that project's stream or not.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Reference external setup tasks through href [message #1745903 is a reply to message #1745896] Wed, 19 October 2016 06:36 Go to previous message
Konrad Windszus is currently offline Konrad WindszusFriend
Messages: 39
Registered: July 2009
Member
What I want to achieve is not inheritance but rather composition not only on the project/product catalog level but also on the levels below. I created https://bugs.eclipse.org/bugs/show_bug.cgi?id=506173 for that.
Previous Topic:Create plug-in project from template
Next Topic:Edit Preset Variable
Goto Forum:
  


Current Time: Wed Apr 24 16:30:09 GMT 2024

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

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

Back to the top