quan-xie / goclipse

Automatically exported from code.google.com/p/goclipse
0 stars 0 forks source link

LinkedFolder: can't find import. #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Under the pkg hierarchy create a new folder.
2. Select advanced, and choose 'Link to alternate location'.

What is the expected output? What do you see instead?
The imports should be found and compiled like all other folders
under the pkg structure.

What version of the product are you using? On what operating system?
Eclipse SDK

Version: 3.7.1
Build id: M20110909-1335

GoClipse 0.2.3.v322

Windows 7 Ultimate SP1 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by damianro...@gmail.com on 29 Feb 2012 at 12:25

GoogleCodeExporter commented 9 years ago
Unfortunately, our builder doesn't have knowledge of linked folders. We'll be 
moving towards using the new go tool to build projects, and that tool will have 
even less knowledge of Eclipse's linked folders then our current builder does.

My guess is that using Eclipse's linked folders will remain unsupported by 
GoClipse. The good news is you can get the same functionality using OS 
symlinks, and that that mechanism will play nice w/ the go command as well as 
with Eclipse. I believe you can create symlinks on Windows using the mklink 
command.

Original comment by devonca...@gmail.com on 4 Mar 2012 at 7:32