Skip to main content



      Home
Home » Eclipse Projects » Oomph » [Closed] Refere product setups in catalog
[Closed] Refere product setups in catalog [message #1758393] Tue, 28 March 2017 07:34 Go to next message
Eclipse UserFriend
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

[Updated on: Thu, 30 March 2017 09:54] by Moderator

Re: Refere product setups in catalog [message #1758401 is a reply to message #1758393] Tue, 28 March 2017 08:31 Go to previous messageGo to next message
Eclipse UserFriend
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>
Re: Refere product setups in catalog [message #1758524 is a reply to message #1758401] Wed, 29 March 2017 10:52 Go to previous message
Eclipse UserFriend
Thank you very much
Previous Topic:unable to install eclipes oxgen
Next Topic:Creating Run/Debug configuration
Goto Forum:
  


Current Time: Sat Jun 21 14:11:35 EDT 2025

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

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

Back to the top