quan-xie / goclipse

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

Build produce no output in Console #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create new simple Hello project
2. Project > Build Project

What is the expected output? What do you see instead?
A Console output that show error or confirmation message, but currently nothing

What version of the product are you using? On what operating system?
Windows 7
Go 1.1
Eclipse 4.2.2
GoClipse 0.7.6v450

Original issue reported on code.google.com by tank...@gmail.com on 30 May 2013 at 12:53

GoogleCodeExporter commented 9 years ago
I have the same issue but with a slightly more complex program:

Message is 'No consoles to display at this time.' in the console window. Have 
restarted Eclipse with no luck.

Code builds correctly with no error messages and does produce an executable.

Last line of program is:

fmt.Println(x[0])

Original comment by Matthew....@gmail.com on 21 Jun 2013 at 2:25

GoogleCodeExporter commented 9 years ago
I feel silly. There was junk in the run configuration left over from another 
project. Deleted it, highlighted the 'main' go file and it worked fine (aside 
from my array index over-flows)

Problem solved/not an issue for me. Would not have happened had the goclipse 
instructions mirrored what you actually have to do to set up a first project...
Folder names are not correct in instructions.

Original comment by Matthew....@gmail.com on 21 Jun 2013 at 2:30

GoogleCodeExporter commented 9 years ago
I have same problem and I check the run/view/common/allocation is selecled. I 
do not know what happen, Does anyone know?

Original comment by wanghong...@yahoo.com on 25 Nov 2014 at 10:17