symbolic links

Hi all,

In my project there is directory in which I have symbolic links to the directories(repositories) containing JS libraries.

it looks like this:

scripts/
    +jsLib1 #this is real directory
    +jsLib2 -> /some/repository/directory/jsLib2 #this is symbolic link

In idea I do not see any of the linked directories. I do see only this part of the structure

scripts/
    +jsLib1


How can I fix that. Copying and maintaining copies of all libraries in every module is kind of out of the question.

Thank you

Jerzy Puchala

0
2 comments

Hello Jerzy,

Hi all,

In my project there is directory in which I have symbolic links to the
directories(repositories) containing JS libraries.

it looks like this:

scripts/
    +jsLib1 #this is real
directory
    +jsLib2 -> /some/repository/directory/jsLib2
#this is symbolic link
In idea I do not see any of the linked directories. I do see only this
part of the structure

scripts/
    +jsLib1
How can I fix that. Copying and maintaining copies of all libraries in
every module is kind of out of the question.

Thank you

Jerzy Puchala


For me directories which are symbolic links are successfully shown in project
tree. Do you mean some different view or use case? What build are you using?

Alexander.


0
Avatar
Permanently deleted user

Sorry to everyone,

The problem was between my chair and my keyboard.
I use sshfs filesystem and I did not have "follow_symlinks" option turned on.

Jerzy

0

Please sign in to leave a comment.