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 152094 - Hyperlinks not working
Summary: Hyperlinks not working
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: t_h
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-11-01 15:36 UTC by Jesse Glick
Modified: 2009-02-19 20:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2008-11-01 15:36:14 UTC
Ant hyperlinks in Output Window not working for me in 20081028. Need to evaluate whether this is a regression in the Ant
module or Output Window.
Comment 1 Jesse Glick 2008-11-01 15:37:00 UTC
Error message is displayed in status bar, but file is not opened, and a beep sounds.
Comment 2 Jesse Glick 2008-11-01 19:21:57 UTC
When I run a j2seproject with a Groovy class, any printed lines which match "filename: message" get hyperlinked and the
hyperlinks work. But such lines are printed twice, with just the second of each pair hyperlinked.
Comment 3 Jesse Glick 2008-11-03 16:47:10 UTC
20081028. I run

public class Main {
    public static void main(String[] args) {
        System.err.println("/tmp/some-text-file-actually-exists.txt: whatever");
    }
}

Output shows the line twice, once hyperlinked. Seems similar to issue #152090, perhaps a duplicate.
Comment 4 t_h 2008-11-04 13:53:46 UTC
4f88600d55c8
Comment 5 Quality Engineering 2008-11-05 04:34:59 UTC
Integrated into 'main-golden', will be available in build *200811050201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4f88600d55c8
User: Tomas Holy <t_h@netbeans.org>
Log: #152094: Hyperlinks not working
Comment 6 Tomas Danek 2008-12-11 15:59:06 UTC
verified, hyperlink is shown just once. But is e.g.
System.err.println("/tmp/aaa: 2");
supposed to move caret on line 2? If so, I'll file a separate issue for this, because it does not work for me.
Comment 7 Jesse Glick 2008-12-11 16:06:24 UTC
No, that should open /tmp/aaa (assuming it exists) and show "2" in the status line. Maybe you meant e.g.

System.err.println("/tmp/aaa:2: some kind of error");
Comment 8 Tomas Danek 2008-12-11 16:30:15 UTC
aha, thanks for clarification. in such a case it works as expected. verified in 20081211.