Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Symbolic links do not seem to be created

Hi Everyone,

While looking at Bug 402052 [1] I noticed it appears Tycho isn't creating any symbolic links. I tried building the example project from the Tycho Demo Project for RCP Application [2] and noticed that also doesn't create symbolic links for me.

When I build the demo project it seems Tycho is creating a copy of the hello script instead of creating it as a symbolic link as you can see from my ls command here:

$ ls -l hello_alias scripts/hello
-rwxrwxrwx 1 user group 29 Feb 28 18:38 hello_alias
-rwxr-xr-x 1 user group 29 Feb 28 18:38 scripts/hello


I'm building from a Linux machine and pasted my "mvn --version" below. Is there any additional configuration I should be using to have this working?


Thanh

[1] http://bugs.eclipse.org/402052
[2] http://wiki.eclipse.org/Tycho/Demo_Projects/RCP_Application


$ mvn --version
Apache Maven 3.0.4 (rNON-CANONICAL_2012-01-24_13-02_root; 2012-01-24 08:02:02-0500)
Maven home: /opt/maven
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /home/user/Downloads/jdk1.7.0_09/jre
Default locale: en_CA, platform encoding: UTF-8
OS name: "linux", version: "3.7.5-1-arch", arch: "amd64", family: "unix"



Back to the top