This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 198493

Summary: Compilation Error messages in the output window for Maven projects don't go the source file when clicked.
Product: projects Reporter: swpalmer <swpalmer>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description swpalmer 2011-05-10 20:00:33 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_25
Runtime = Java HotSpot(TM) Server VM 20.0-b11

E.g.:

[compiler:compile]
Compiling 399 source files to D:\Personal\MyProject\target\classes
-------------------------------------------------------------
COMPILATION ERROR : 
-------------------------------------------------------------
\Personal\MyProject\src\main\java\my\package\MyClass.java:[19,23] package org.junit does not exist
\Personal\MyProject\src\main\java\my\package\MyClass.java:[55,4] cannot find symbol
symbol: method fail(java.lang.String)
				fail((String)errorMessage);
2 errors 
-------------------------------------------------------------
------------------------------------------------------------------------
BUILD FAILURE

Note that I am running on Windows (backslashes used as path separators), but there is no drive letter insanity in the path shown.
Comment 1 swpalmer 2011-05-10 20:01:12 UTC
Clicking on the error line (which is shown as a hyperlink) produces a beep and nothing more.
Comment 2 Marian Mirilovic 2011-05-16 08:04:59 UTC

*** This bug has been marked as a duplicate of bug 197381 ***