Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Package.xml without version
QtWS25 Last Chance

Package.xml without version

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 351 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    user2301
    wrote on last edited by
    #1

    I have several packages for example as shown below. The root components do not have data. I just want to specify the Dispaly name in the meta\ package.xml for root components. But, If i dont specify the version it will show error. Is it mandatory to have version in the package.xml ? I need to display only root components name and not the version. The subcomponents will have software data and versions.

    -packages
        - com.vendor.root      
            - meta
        - com.vendor.root.component1     
            - meta
        - com.vendor.root.component1.subcomponent1
            - data
            - meta
        - com.vendor.root.component2
            - meta
     - com.vendor.root.component2.subcomponent2
            - data
            - meta
    
    <?xml version="1.0" encoding="UTF-8"?>
    <Package>
        <DisplayName>Component 2</DisplayName>
        <Description>This is Component 2 which contains sub-components</Description>
        <Version></Version>
        <ReleaseDate>2019-05-07</ReleaseDate>
        <Default>true</Default>
    </Package>
    
    1 Reply Last reply
    0
    • I Offline
      I Offline
      iieklund
      wrote on last edited by
      #2

      @user2301 said in Package.xml without version:

      t, If i dont specify the version it will show

      Yes, "Version" is mandatory value for every IFW component. The version number is the mechanism to promote updates (online) to users.
      For example if you wanted to change the display name in some root component you want to promote that as an update for the online (installer) users.
      The installer "sees" the updates when componet's Version number has increased.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved