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

>Is it possible to configure the <rootFolder> depending on the
>environment? That would solve my problem quite nicely.

not for now. this is why https://bugs.eclipse.org/bugs/show_bug.cgi?id=378021 is still open

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Andreas Sewe
Sent: Freitag, 15. Februar 2013 14:54
To: Tycho user list
Subject: 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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top