quan-xie / goclipse

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

Imported project from Git repository do not compile #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create project (hello world).
2.Add project to an existing git repository using Eclipse git plugin
3.Open a new workspace
4.import the project

What is the expected output? What do you see instead?
The project should compile and run.
What I see instead is that the project won't compile.  Cleaning the project is 
not a workaround either.

What version of the product are you using? On what operating system?
Version 0.7.2v418

Please provide any additional information below.

Original issue reported on code.google.com by jeremyvillalobos on 19 Sep 2012 at 5:16

GoogleCodeExporter commented 9 years ago
Try to add the src directory via the project properties.  Let me know if that 
works.

Original comment by st...@kryas.com on 19 Sep 2012 at 5:39

GoogleCodeExporter commented 9 years ago
Does the project in the git repo has a ".project" file in it?
I mean, do you import it as a General Project or can you choose "Import 
existing Project"

Original comment by eliteSc...@gmail.com on 19 Sep 2012 at 12:40

GoogleCodeExporter commented 9 years ago
Import an existing project.  Set your src & bin folders manually and you should 
be good to go.

Original comment by st...@kryas.com on 19 Sep 2012 at 2:53

GoogleCodeExporter commented 9 years ago
Adding the src & bin directory did work ! thanks.  

Original comment by jeremyvillalobos on 25 Sep 2012 at 6:07