[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [tycho-user] Adding symbolic links in eclipse product's root folder
|
your example feature has no symlinks configured.
build.properties:
root = include
See the docs http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_rootfiles.htm
and the example https://github.com/sonatype/sonatype-tycho/blob/master/tycho-demo/itp04-rcp/example-feature/build.properties
on how to create symlinks for root files.
Regards,
Jan
-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Rafael M Teixeira
Sent: Montag, 1. August 2011 21:32
To: Tycho user list
Subject: [tycho-user] Adding symbolic links in eclipse product's root folder
Hi all,
I'm having some trouble with adding symbolic links to an eclipse product
using build.properties' root property. What I'm trying to do is add a
folder to the root of an eclipse product that contains a number of files
and symbolic links that point to some of these files. Turns out that in
some cases just the link (or just the target file) is added to the
build. I'm not sure if it's possible to nail down which one (file or
link) will be included, but it's consistent at least (the same one is
included in different builds).
Attached is a small project that demonstrates the problem. You can see
that some files were not added to the root by extracting the .zip file
produced in the example-feature's target folder.
Is this behaviour expected? Am I doing something wrong? I'm using
version 0.13.0-SNAPSHOT. The problem does not occur in 0.12.0
Regards,
Rafael M. Teixeira