Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Mac product does not include the .app

Hi Claude,

Check out https://wiki.eclipse.org/Tycho/Release_Notes/0.23#p2

Basically, you need to specify the root folder in the pom.xml and it should work

                <rootFolders>
                  <!-- for MacOSX, make sure you use a folder ending with .app , see bug 463670 -->
                  <macosx>Eclipse.app</macosx>
                </rootFolders>

Marc-Andre

________________________________________
From: tycho-user-bounces@xxxxxxxxxxx [tycho-user-bounces@xxxxxxxxxxx] on behalf of Claude Montpetit [cmontpetit@xxxxxx]
Sent: Tuesday, 20 October 2015 12:07 PM
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Mac product does not include the .app

Hi,

I upgraded our project to mars and tycho 0.23.1. All was god until I built the product for the Mac platform. There is no .app included in the zip file.
I can see this content:

myproduct with 0.23.1
  artifacts.xml
  configuration
  features
  p2
  plugins
  readme
  myproduct.ini

If I just change back to 0.22.0, the product is complete with these files:

myproduct with 0.22.0
  artifacts.xml
  configuration
  features
  p2
  plugins
  readme
  myproduct
  myproduct.app

Any idea what I should do to make the product complete when upgrading to 0.23?

Thanks,

—
Claude






Back to the top