You have performed a task with a specific goal in mind,
but the task did not complete successfully. You want to know why the
task failed and how to fix the errors that caused the failure.
Syntax errors
In the editor, right-click and select Syntax
check. The compilation fails. The error
message is displayed, along with an indication of the line number
in error in the source code.
Double click the error message. The cursor
is placed in the editor view at the line containing the error.
Make the correction and press CTRL+S to
save the file.
Perform the syntax check again. If you
have fixed the problem, the error message is removed from the Remote
Error list.
Build errors
From the project view, select the project. Right-click
and select Build. The build fails and error
messages are shown in the Remote Error List.
Make the required corrections and click OK to
save your changes.
Perform the build again. If you fixed the problem, the
error message is removed from the Remote Error List.