HEADS-project / training

Training material to get started with the HEADS technologies
10 stars 16 forks source link

Java compilation message #6

Closed kgiannakakisATC closed 9 years ago

kgiannakakisATC commented 9 years ago

When compiling to Java the following dialog appears:

heads_ide_java_message

It is difficult to copy-paste the commands from there. Printing them in console would make things easier.

skorsky commented 9 years ago

Have you tried just Ctrl-C for this message? Usually, copy works with Eclipse error dialogs.

brice-morin commented 9 years ago

Yes indeed. + we should harmonize the outputs of the different compilers so that they produce the same kind of feedback and instructions when code is successfuly produced.

That one is a pure Java dialog, not quite integrated in Eclipse, I am not sure it is "copy/pastable" (but you can try)

brice-morin commented 9 years ago

This message does not appear anymore and source code is generated within the workspace so it should be directly accessible.