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 74586 - Javac warnings are not highlighted
Summary: Javac warnings are not highlighted
Status: VERIFIED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 14:21 UTC by Tim Lebedkov
Modified: 2006-07-06 10:10 UTC (History)
0 users

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 Tim Lebedkov 2006-04-07 14:21:22 UTC
In the ant output below javac warnings are not highlighted in the output view:

Compiling 45 source files to C:\Dokumente und
Einstellungen\Lebedkov.UPK_GMBH\Eigene Dateien\CSearch\CIndex\build\classes
C:/Dokumente und Einstellungen/Lebedkov.UPK_GMBH/Eigene
Dateien/CSearch/CIndex/src/de/upk/cindex/DBConnector.java:5: warning:
de.sonepar.search.common.thrower.Fault in de.sonepar.search.common.thrower has
been deprecated
import de.sonepar.search.common.thrower.Fault;
                                        ^
C:/Dokumente und Einstellungen/Lebedkov.UPK_GMBH/Eigene
Dateien/CSearch/CIndex/src/de/upk/cindex/DBConnector.java:39: warning:
de.sonepar.search.common.thrower.Fault in de.sonepar.search.common.thrower has
been deprecated
    public Connection openConnection() throws Fault {
                                              ^
C:/Dokumente und Einstellungen/Lebedkov.UPK_GMBH/Eigene
Dateien/CSearch/CIndex/src/de/upk/cindex/DBConnector.java:69: warning:
de.sonepar.search.common.thrower.Fault in de.sonepar.search.common.thrower has
been deprecated
            String aUsername, String aPwd) throws Fault {
Comment 1 Jiri Prox 2006-04-07 14:36:49 UTC
I'm afraid I don't get it, can you attach screenshot please?
Comment 2 Tim Lebedkov 2006-04-07 21:40:34 UTC
the lines with errors do not have hyperlinks.
Comment 3 Jan Becicka 2006-05-04 14:46:39 UTC
Core output issue, I hope. Please reassign if I'm wrong. Thanks.
Comment 4 Milos Kleint 2006-05-04 15:12:57 UTC
reassigning to ant, the output window impl just provides the APIs, it's up to
the api users to parse and mark output lines..
Comment 5 Jesse Glick 2006-05-04 15:17:38 UTC
Not handled by the Ant module.
Comment 6 Jesse Glick 2006-05-04 15:18:01 UTC
Sorry, these hyperlinks are; just not stack traces.
Comment 7 Jesse Glick 2006-05-04 15:19:20 UTC
Your error messages use / but you are on Windows. I don't know how you managed
that but AFAIK javac on Windows should always be using \.
Comment 8 Tim Lebedkov 2006-07-06 10:10:57 UTC
ok