Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » [Closed] Refere product setups in catalog
[Closed] Refere product setups in catalog [message #1758393] Tue, 28 March 2017 11:34 Go to next message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Hello all,

I wanted to ask if it is possible to refer to a product setup file from a catalog file.

e.g.:
Having a Product 'A' in a single product setup file stored somewhere and a catalog 'X' stored somewhere else.

Can I add 'A' to 'X' by something like
<a/>
or
<href/>


This would be really helpfull

Thanks in advance Smile


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods

[Updated on: Thu, 30 March 2017 13:54]

Report message to a moderator

Re: Refere product setups in catalog [message #1758401 is a reply to message #1758393] Tue, 28 March 2017 12:31 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Yes that is possible. E.g., my user.products.setup (from testing various product setup definitions) looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<setup:ProductCatalog
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    name="user.products"
    label="&lt;User Products>">
  <setupTask
      xsi:type="setup:InstallationTask"
      id="installation"/>
  <product href="file:/D:/sandbox/oomph-master/git/org.eclipse.oomph/setups/OomphInstaller.setup#/"/>
  <product href="file:/D:/stuff/CDOBaseline.setup#/"/>
  <product href="file:/D:/stuff/TouchPointNoCatalog.setup#/"/>
  <product href="file:/D:/sandbox/oomph-master/git/org.eclipse.oomph/setups/samples/SampleProduct.setup#/"/>
  <product href="file:/D:/sandbox/oomph-master/git/org.eclipse.oomph/setups/demos/demo/MyProduct.setup#/"/>
  <description>A container catalog for local user-defined products</description>
</setup:ProductCatalog>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Refere product setups in catalog [message #1758524 is a reply to message #1758401] Wed, 29 March 2017 14:52 Go to previous message
Steffen Holzer is currently offline Steffen HolzerFriend
Messages: 59
Registered: January 2016
Member

Thank you very much

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
Previous Topic:unable to install eclipes oxgen
Next Topic:Creating Run/Debug configuration
Goto Forum:
  


Current Time: Fri Apr 19 17:02:52 GMT 2024

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

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

Back to the top