Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eexecutable launcher was unable to locate its companion shared library

Hi Jan,

> there has been an enhancement in p2 (different handling if folder ends with ".app")
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=57349#c48 
> which seems related.
> 
> Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=378021 

interesting! When I change my product configuration to

 <product>
   <id>server.product</id>
   <rootFolder>server.app</rootFolder>
 </product>

the broken "./server.app" is gone (and everything resides below
server.app). Alas, I don't want the .app extension for OSes other than
Mac OS X, but don't see a possibility to configure the <rootFolder>
depending on the environment for which the product is build. (I tried
multiple <product> elements with different <attachId> but to no avail.)
Is it possible to configure the <rootFolder> depending on the
environment? That would solve my problem quite nicely.

Best wishes,

Andreas
-- 
Codetrails.com - the knowledge transfer company


Back to the top