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 97368 - Hyperlink relative filenames from makefiles
Summary: Hyperlink relative filenames from makefiles
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 98266
  Show dependency tree
 
Reported: 2007-03-07 11:51 UTC by Jesse Glick
Modified: 2007-04-02 17:36 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-03-07 11:51:57 UTC
When running make from Ant, should pay attention to relative paths and hyperlink
them.
Comment 1 Jesse Glick 2007-03-07 11:53:09 UTC
Checking in test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java;
/shared/data/ccvs/repository/ant/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java,v
 <--  StandardLoggerTest.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/apache/tools/ant/module/run/StandardLogger.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/run/StandardLogger.java,v
 <--  StandardLogger.java
new revision: 1.10; previous revision: 1.9
done
Comment 2 Jesse Glick 2007-03-12 22:03:28 UTC
Improved to also catch lines like

"../../../src/share/native/sun/awt/medialib/awt_ImagingLib.c", line 79: warning:
initialization type mismatch 


Checking in src/org/apache/tools/ant/module/run/StandardLogger.java;
/shared/data/ccvs/repository/ant/src/org/apache/tools/ant/module/run/StandardLogger.java,v
 <--  StandardLogger.java
new revision: 1.11; previous revision: 1.10
done
Checking in test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java;
/shared/data/ccvs/repository/ant/test/unit/src/org/apache/tools/ant/module/run/StandardLoggerTest.java,v
 <--  StandardLoggerTest.java
new revision: 1.6; previous revision: 1.5
done
Comment 3 Jesse Glick 2007-03-14 23:48:22 UTC
Dave Bristor claims it works.