Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unix Symbolic Link

Hi,

After more tests bugs appears with tycho 0.24.

I have a plugin and a platform specific fragment. In my fragment, I need 
multiple version of a .so library but all versions are pointing, using a 
symbolic link, on the same reel file.

You will find enclosed a little test to demonstrate the bug :
  - com.symboliclinks : parent pom
  - com.symboliclinks.example : host plugin
  - com.symboliclinks.example.linux64 : linux 64 bits fragment containing a 
.so and symbolic links pointing on it
  - com.symboliclinks.example.feature : the feature encapsulating the plugin 
and fragment
  - com.symboliclinks.example.updatesite : the updatesite description

Run a mvn clean package in root directory, and in the 
com.symboliclinks.example.updatesite/target folder the jar associated to 
com.symboliclinks.example.linux64 will not contains the symbolic links...

Anthony

-----Message d'origine-----
De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] 
De la part de Sievers, Jan
Envoyé : mercredi 21 juin 2017 10:07
À : Tycho user list
Objet : Re: [tycho-user] Unix Symbolic Link

can you be more specific about the problem?

Jan

On 20.06.17, 18:49, "tycho-user-bounces@xxxxxxxxxxx on behalf of DELHELLE 
Anthony" <tycho-user-bounces@xxxxxxxxxxx on behalf of 
anthony.delhelle@xxxxxxxxxxxxxxxxxx> wrote:

Hello,

Little up. Should I report a bug ?

Thanks.

Anthony

De : tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
De la part de DELHELLE Anthony
Envoyé : jeudi 8 juin 2017 17:35
À : 'Tycho user list'
Objet : [tycho-user] Unix Symbolic Link



Hello,

I am using the tycho 1.0.0 version which seems to have a bug with the 
symbolic links encapsulation. Previously I was using the 0.21.0 version 
which got the symbolic link bundled within the jar. But with  the 1.0.0 
version  all symbolic links are missing.

Is this a bug or any clue to avoid this problem ?

Thanks in advance.

Anthony






_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit https://dev.eclipse.org/mailman/listinfo/tycho-user

--

232 avenue Napoleon BONAPARTE 92500 RUEIL MALMAISON

Capital EUR 219 300,00 - RCS Nanterre B 408 832 301 - TVA FR 09 408 832 301

Attachment: symbolicLinksExample.zip
Description: Binary data


Back to the top