Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Target for Mac some problems.

For my RCP application, we followed the instructions on this blog: https://dentrassi.de/2014/09/09/creating-a-mac-os-app-bundle-with-maven-tycho/.  I have no idea whether that’s the approved way, but it’s been working for me for the last couple of years.  YMMV. 

 

The key trick was using the <rootFolders> element in the pom.xml for the product on macosx. 

 

---Tom

 

From: <tycho-user-bounces@xxxxxxxxxxx> on behalf of 김도영 <kimdo489@xxxxxxxxx>
Reply-To:
김도영 <kimdo489@xxxxxxxxx>, Tycho user list <tycho-user@xxxxxxxxxxx>
Date: Sunday, April 8, 2018 at 10:57 PM
To: "tycho-user@xxxxxxxxxxx" <tycho-user@xxxxxxxxxxx>
Subject: [tycho-user] Target for Mac some problems.

 

I have some problems target for MAC.

 

First, It dosen't apply to name in app structure.

 

I follow http://www.vogella.com/tutorials/EclipseTycho/article.html this page, and apply to my project.

 

It work very well. but some problem.

Mac os app structure is

Myapp.app

Contents

Eclipse

Eclipse Structure(skip)

  Macos

myapp

  Resources

  Info.plist

 

I don't want to name "Eclipse". I expect to myapp.

How do I change Eclipse-> myapp

 

Second, It same code and same command for tycho build. 

In Windows, target for mac it's not work.

But In MAC, target for mac It's work. 

How Do I fix it.

 

https://mail.naver.com/readReceipt/notify/?img=UQbdWr3R16R4FxvYaqv%2Fp4MlFrE%2FK4K%2FpAF0KrEla6KqFobZKqKZpx29KdIo%2BrkSKxv5W4d5W4C5bX0q%2BzkR74FTWx%2Fs%2BH0o1zYR%2BBF0bvI0MrwGbHF074eZpm%3D%3D.gif

 


Back to the top