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 197448

Summary: jump to source from maven output not working
Product: projects Reporter: lallafa <lallafa>
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 lallafa 2011-04-05 15:33:58 UTC
- build a simple maven project (with errors).
 - compilation error
 - click on hyperlink to source in maven output does not work (the line is "\Projekte\mvnprj\src\main\java\com\test\mvnprj\App.java:[11,18] cannot find symbol")

With NetBeans 6.9 jumping to source works fine. 

NB6.9 uses mvn2 which just writes errors like this "com/test/mvnprj/App.java:[11,18] cannot find symbol"
Comment 1 Marian Mirilovic 2011-04-06 15:06:02 UTC

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