3

How can i manage that the maven output compile errors in intellij output window are shown as links? That would be very helpfull!

i am currently using intellij idea 10.2. My output is just a bunch of Text. i am using the scala maven plugin... perhaps thats the problem.. i dont know how the links to the files are produced.

Thanks for any help.

Alex
  • 8,518
  • 4
  • 28
  • 40
  • Which version are you using? I am using 9.0.3 and my compilation failures are links (it opens the java file when I click it). I can't remember having to configure it anywhere. – Wilhelm Kleu Feb 28 '11 at 14:13
  • i am currently using intellij idea 10.2. My output is just a bunch of Text. i am using the scala maven plugin... perhaps thats the problem.. i dont know how the links to the files are produced. – Alex Mar 01 '11 at 15:22

1 Answers1

1

It works automatically if you have sources for the files you build attached in your project.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904