quan-xie / goclipse

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

Can't use imported packages #142

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type go get <external package> (here github.com/robertkrimen/otto)
2. create a project which imports this newly imported package
3. can't compile in eclipse : 'import "github.com/robertkrimen/otto": cannot 
find package'
4. compile in command line 'go build <myprog.go>' : success...

What is the expected output? What do you see instead?
My program should compile

What version of the product are you using? On what operating system?
 - Having latest goclipse release
 - Eclipse-juno
 - Running on windows 7 with go 1.0.3

Please provide any additional information below.
 - maybe i missed something but i tried to restart many times, change gopath, etc.
 - i can see my newly imported package in my project gopath link (you know the link in the project)

Thanks

Original issue reported on code.google.com by milak....@gmail.com on 16 Apr 2013 at 8:07

GoogleCodeExporter commented 9 years ago
I suspect this is related to Issue 52.

Original comment by james.pi...@gmail.com on 2 May 2013 at 5:31

GoogleCodeExporter commented 9 years ago
Thanks for your answer. But my problem is not just for completion but for 
compilation. Is there a workaround ? Must i hard-link the sources in my project 
?
Is it linked to juno ? I can change of eclipse version if needed.
Is it in the TODO list ?

Original comment by milak....@gmail.com on 3 May 2013 at 8:32