When an error occurs while a compiler compiles a source file, the IDE displays the compiler's messages in the Output window. The messages are deleted from the Output window the next time you compile a file. You can save the contents of the Output window in three ways:
To copy messages to the clipboard:
The copied text remains on the clipboard until you choose Cut or Copy again.
To redirect compiler messages to the default output directory:
In addition to displaying messages in the Output window, the IDE writes the messages to the file netbeans/bin/nbdev/output/Compiler.out in your IDE installation directory . To stop writing messages to Compiler.out file, right-click in the Output window and choose Stop Redirection of This Tab to File.
To redirect compiler messages to a directory you specify:
See also | |
---|---|
Specifying a Target Directory for Class Files |